src.plot.mpl_plot

Classes

MplPlot(**kwargs)

class src.plot.mpl_plot.MplPlot(**kwargs)
Author:

Alberto M. Esmoris Pena

Abstract class providing common behaviors for plots based on Matplotlib.

__init__(**kwargs)

Initialize a MplPlot.

Parameters:

kwargs – The attributes for the MplPlot.

save_show_and_clear(out_prefix=None, logging=False)

Method to handle the save, show, and clear figure logic. It is expected to be called at the end of a plot method invocation. See src.plot.Plot.plot().

Returns:

Nothing.