noggin.plotter.LivePlot.plot¶
-
LivePlot.plot(plot_batches: bool = True)[source]¶ Plot the logged data.
This method can be used to ‘force’ a plot to be drawn, and should not be called repeatedly while logging data.
Instead, one should invoke
Liveplot.set_train_batch(plot=True),Liveplot.set_train_epoch, andLiveplot.set_test_epoch, which will adjust their plot-rates according toLiveplot.max_fraction_spent_plotting.LivePlot.plotshould be called at the end of a logging-loop to ensure that the logged data is plotted in its entirety. This can also be used to recreate a plot after deserializing aLivePlotinstance.Parameters: - plot_batches : bool, optional (default=True)
If
Trueinclude batch-level data in plot.