sgoldenlab / simba

SimBA (Simple Behavioral Analysis), a pipeline and GUI for developing supervised behavioral classifiers
https://simba-uw-tf-dev.readthedocs.io/
GNU General Public License v3.0
287 stars 140 forks source link

ROI visualization font size #85

Closed filos93 closed 3 years ago

filos93 commented 3 years ago

Hey, thanks again for the great software! This is more of a question than an issue. How can I change the font size in the ROI visualization particularly the font of "timer" and "entries" because right now they are a bit fuzzy and I cannot read them well. Please, let me know.

filos93 commented 3 years ago

oh never mind found what I needed in the simba script "ROI_plot" (ie, user\anaconda3\envs\simba\Lib\site-packages\simba\ROI_plot.py) and changed that using Notepad ++, I'll close this "issue" then, thanks again

sgoldenlab commented 3 years ago

For anyone else looking into this, it's this row in ROI_plot.py:

image

Tweak the last value to modify the font scaling, decrease it and the font should get smaller.