You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed by User EmilyE on Mac. Verified by @smk78 on Windows. Using 5.0.2.
Matplotlib really, really, doesn't like long dataset names. If you display such a dataset the actual graph gets squashed up in favour of displaying the legend! Like this:
You can use Modify Plot Property for each dataset on the plot to change the label for that data to something more manageable, for example
But, if you then change any parameter in the model, forcing a re-draw, the model label gets reset, like this:
Which is very irritating!
Modify Plot Property doesn't seem to give any control of the font size of legend text?
As a more general comment, I think the default font size of legend text could be reduced. Maybe by two font sizes?
The text was updated successfully, but these errors were encountered:
can @krzywon or @rozyczko verify that the second problem has been fixed? My test with one of our hackathon PR shows that once I change the label from the file name to something else, that new value sticks no matter how many replots are done including a full fit. The first issue is still an issue but maybe that is also addressed with some file name work @krzywon?
@butlerpd On OSX it still seems to be resetting whenever I change parameter value or fit. This may be because code for OSX is branched from Windows in the few places (something that we did when we tried to address huge legends issue on Mac). I will take a look at this.
Noticed by User EmilyE on Mac. Verified by @smk78 on Windows. Using 5.0.2.
Matplotlib really, really, doesn't like long dataset names. If you display such a dataset the actual graph gets squashed up in favour of displaying the legend! Like this:



You can use Modify Plot Property for each dataset on the plot to change the label for that data to something more manageable, for example
But, if you then change any parameter in the model, forcing a re-draw, the model label gets reset, like this:
Which is very irritating!
Modify Plot Property doesn't seem to give any control of the font size of legend text?
As a more general comment, I think the default font size of legend text could be reduced. Maybe by two font sizes?
The text was updated successfully, but these errors were encountered: