stared / livelossplot

Live training loss plot in Jupyter Notebook for Keras, PyTorch and others
https://p.migdal.pl/livelossplot
MIT License
1.29k stars 143 forks source link

hard code epoch of xlabel, need enhance #80

Closed essie-chiang closed 4 years ago

essie-chiang commented 4 years ago

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

could it support the input xlabel?

stared commented 4 years ago

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.