postprocessor.routines.plottingabc.BasePlotter

class postprocessor.routines.plottingabc.BasePlotter(trace_name, unit_scaling, xlabel, plot_title)

Bases: ABC

Base class for plotting handler classes

Methods

plot(ax)

Template for drawing on provided Axes

__init__(trace_name, unit_scaling, xlabel, plot_title)

Common attributes

Methods

__init__(trace_name, unit_scaling, xlabel, ...)

Common attributes

plot(ax)

Template for drawing on provided Axes

plot(ax)

Template for drawing on provided Axes