Refactor plotters#1058
Conversation
017e4f3 to
77472d1
Compare
1a65a63 to
0e710ae
Compare
0e710ae to
ecd7181
Compare
MBartkowiakSTFC
left a comment
There was a problem hiding this comment.
I think it would make sense to merge this PR once the linter is happy with it.
Normalisation of heatmap plots will require more work and will be best dealt with in a separate PR.
The only other detail is that the first plot (available vs. selected vectors per shell) in vector statistics is now a histogram (and it used to show a point per shell). However, the values are still correct. We can always decide at a later time which plotting style works the best.
OK, you're right. It can happen on my computer too, if I shrink the GUI window enough. In case it helps, my first guess is that it has something to do with the line |
|
This issue is actually due to the new length of the legend. I am going to also make long legend labels collapse with a |
This may be the case. Still, you can create a legend larger than the plot itself also in the protos branch, and there the plot does not get resized. On my machine I found that the minimal change to this branch that eliminates this specific problem is to remove the layout keyword argument from PlotWidget line 384 |












Description of work
Fixes
Prevent number of plots corresponding to number of datasets.
To test
Try to break plotting with weird sequences of button presses.