marEx.plotX.base.PlotConfig
- class marEx.plotX.base.PlotConfig(title=None, var_units='', issym=False, cmap=None, cperc=None, clim=None, show_colorbar=True, grid_lines=True, grid_labels=False, dimensions=None, coordinates=None, norm=None, plot_IDs=False, extend='both', verbose=None, quiet=None, projection=None, framerate=10)[source]
Bases:
objectConfiguration class for plot parameters
- Parameters:
- cmap
Colormap name or ListedColormap object
- Type:
str | matplotlib.colors.ListedColormap | None
- norm
Custom normalization (BoundaryNorm or Normalize)
- Type:
matplotlib.colors.BoundaryNorm | matplotlib.colors.Normalize | None
- projection
Cartopy projection for map plots
- Type:
Any | None
- __init__(title=None, var_units='', issym=False, cmap=None, cperc=None, clim=None, show_colorbar=True, grid_lines=True, grid_labels=False, dimensions=None, coordinates=None, norm=None, plot_IDs=False, extend='both', verbose=None, quiet=None, projection=None, framerate=10)
- Parameters:
- Return type:
None
Methods
__init__([title, var_units, issym, cmap, ...])Attributes
- cmap: str | ListedColormap | None = None
- norm: BoundaryNorm | Normalize | None = None
- __init__(title=None, var_units='', issym=False, cmap=None, cperc=None, clim=None, show_colorbar=True, grid_lines=True, grid_labels=False, dimensions=None, coordinates=None, norm=None, plot_IDs=False, extend='both', verbose=None, quiet=None, projection=None, framerate=10)
- Parameters:
- Return type:
None