module documentation
Compare up to three gridded datasets. Typically one "Model" and 1 or 2 "Observations"
| Function | add |
Add colorbar to figure. |
| Function | annotate |
Add land / ocean, gridlines, colourbar. |
| Function | crop |
Make AIS plots a circle. |
| Function | get |
Set up figure based on number of datasets to be plotted. |
| Function | main |
Generate comparison plots for a particular season. |
| Constant | DESCRIBE |
Undocumented |
| Constant | IMG |
Undocumented |
def annotate_plot(axis, color_field=None, fig=None, label=None, ylabel=None, xlabel=None, cblabel=None, cnrtxt=None, gridline_args=None, icesheet='gis'):
(source)
¶
Add land / ocean, gridlines, colourbar.
Generate comparison plots for a particular season.
| Parameters | |
args:argparse.Namespace | Command line arguments |
config:dict | LIVVkit configuration dictionary |
sea:str, optional | "Season" identifier, either DJF, MAM, JJA, SON, ANN, or 1--12 for monthly data, by default "ANN" |
| Returns | |
list, dict | Returns the list of livvkit.elements |
| Raises | |
NotImplementedError | _description_ |