Open tf79 opened 9 years ago
This one is a little tricky. The issue is that it's possible to have more than just two things showing in the plots (i.e. you could show learning rate, train error, test loss, etc), and so getting axes for each one could be hard.
I'll have to think about this one. Options are:
Last options sounds good. Might it be easier if the user would specify the output they want to see, as well as the scale? Not specified outputs could be ignored.
Could the location of the legend be moved out of the plot?
This regarding to plotting so I hope it's fine to put it here: showing the max/peak and min values could help to compare plots with each other.
I have a thousands of plots with different scaling and resolution of the image plots. Though it's very hard to compare them when it comes down to +-3 % or so.
I've moved the legend to the bottom of the plot as well as added min and maxes in all the plots.