tepkit.utils.mpl_tools.plotters.BasePlotter

tepkit.utils.mpl_tools.plotters.BasePlotter#

class tepkit.utils.mpl_tools.plotters.BasePlotter#

Attributes#

Attribute

Default Value

Description

config

None

Methods#

get_config(→ dict)

Can be overridden to provide custom configuration for the plotter.

update_config(config)

All Members#

config: dict
get_config() dict

Can be overridden to provide custom configuration for the plotter.

update_config(config: dict)