noggin.plotter.LivePlot.plot_objects

LivePlot.plot_objects

The figure-instance of the plot, and the axis-instance for each metric.

Returns:
Union[Tuple[Figure, Axes], Tuple[Figure, np.ndarray]]

If more than one set of axes are present in the figure, an array of axes is returned instead.

Notes

Calling this method will initialize the plot window if it is not already rendered.