base_plotter¶
This module provides the BasePlotter class.
-
class
mATLASplotlib.plotters.base_plotter.BasePlotter(plot_style)¶ Bases:
objectBase class for plot formatting.
-
__init__(plot_style)¶ Initialise common plotting properties.
Parameters: plot_style (str) – which plotting style to use. Consists of plot style name, plus any additional options available in the child class.
-