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 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_ugrid.plugin

Functions:

get_versions([requirements])

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

psy_ugrid.plugin.get_versions(requirements=True)

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

Parameters:

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