stared/livelossplot

hard code epoch of xlabel, need enhance

essie-chiang opened this issue · 1 comments

def draw_plot
....
plt.xlabel('epoch')
plt.legend(loc='center right')

could it support the input xlabel?

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.