hard code epoch of xlabel, need enhance
essie-chiang opened this issue · 1 comments
essie-chiang commented
def draw_plot
....
plt.xlabel('epoch')
plt.legend(loc='center right')
could it support the input xlabel?
stared commented
Closing this issue as related to version prior to livelossplot 0.5.0.
For custom plots, see https://github.com/stared/livelossplot/blob/master/livelossplot/outputs/matplotlib_subplots.py and generate one.