psy-transect psyplot plugin

This module defines the rcParams for the psy-transect plugin. This module will be imported when psyplot is imported. What is should contain is:

  • an rcParams variable as instance of psyplot.config.rcsetup.RcParams that describes the configuration of your plugin

  • a get_versions function that returns the version of your plugin and the ones from its requirements

Warning

Because of recursion issues, You have to load the psyplot module before loading this module! In other words, you have to type

import psyplot
import psy_transect.plugin

Functions:

get_versions([requirements])

Get the versions of psy-transect and it's requirements

validate_points(points)

psy_transect.plugin.get_versions(requirements=True)

Get the versions of psy-transect and it’s requirements

Parameters:

requirements (bool) – If True, the requirements are imported and it’s versions are included

psy_transect.plugin.validate_points(points)