API Reference#
Purpose#
NestedGridPlotter is based on matplotlib and intends to simplify the plotting of nestedgrid by providing a objected oriented class.
The following functionalities are directly provided on module-level.
Classes#
|
Args and kwargs for Figure.subfigures routine. |
|
Args and kwargs for Figure.subfigures routine. |
|
General class to wrap matplotlib plots. |
|
Alias for Plotter for backward compatibility. |
|
Nestedgrid plotter with embedded animation support. |
Utility Functions#
|
Add a grid and configure the thick for a given axis. |
|
Convert float ticklabels to datetime. |
|
Add dates to an already existing axis. |
|
Add dates to an already existing axis. |
|
Align the ticks of multiple x axes. |
|
Align the ticks of multiple y axes. |
|
Align the ticks of multiple x axes. |
|
Align the ticks of multiple y axes. |
Extract the embedded frames from an html animation created with matplotlib. |
|
|
Get a parametrized linestyle from a line style label. |
|
Hide one or all spines of the given axis. |
|
Hide x, y or both x and y ticklabels of the given axis. |
Make patch and spines of the ax invisible. |
|
Make the ticks overlapping the frame of the axis invisible. |
|
|
Make x-axis symmetric in zero for all provided axes |
|
Make y-axis symmetric in zero for all provided axes. |
|
Make filename compatible with path by replacement. |
|
Add a letter at the top left hand corner of the frame of the given axes. |
Plot functions#
|
Plot multiple 2D field with imshow using a shared and scaled colorbar. |
Plot configuration#
Apply nice rc parameters for matplotlib. |