psy-ugrid psyplot plugin
This module defines the rcParams for the psy-ugrid 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 plugina 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_ugrid.plugin
Functions:
|
Get the versions of psy-ugrid and it's requirements |