plotters module of the psy-ugrid psyplot plugin

This module defines the plotters for the psy-ugrid package. It should import all requirements and define the formatoptions and plotters that are specified in the psy_ugrid.plugin module.

Classes:

MyNewFormatoption(key[, plotter, ...])

MyPlotter([data, ax, auto_update, project, ...])

class psy_ugrid.plotters.MyNewFormatoption(key, plotter=None, index_in_list=None, additional_children=[], additional_dependencies=[], **kwargs)

Bases: Formatoption

Methods:

update(value)

Method that is call to update the formatoption on the axes

update(value)

Method that is call to update the formatoption on the axes

Parameters:

value – Value to update

class psy_ugrid.plotters.MyPlotter(data=None, ax=None, auto_update=None, project=None, draw=False, make_plot=True, clear=False, enable_post=False, **kwargs)

Bases: Plotter

Attributes:

my_fmt

my_fmt