Plotter Interface (i_plotter)

class pypint.plugins.plotters.i_plotter.IPlotter(*args, **kwargs)[source]

Bases: builtins.object

Basic interface for plotters.

Parameters:file_name (str) – (optional) File name to store the plot to.
plot(*args, **kwargs)[source]

Executing the plotter implementation.

__weakref__

list of weak references to the object (if defined)