easyclimate.plot.geolabel¶
Quick processing of geographic axes labels
Functions¶
|
Add a latitude label to a Cartopy PlateCarree axes. |
|
Add a longitude label to a Cartopy PlateCarree axes. |
Module Contents¶
- easyclimate.plot.geolabel.add_geolatitude_label(ax: matplotlib.axes.Axes = None, **kwargs)¶
Add a latitude label to a Cartopy PlateCarree axes.
Parameters¶
- ax
matplotlib.axes.Axes The axes to which the label will be applied.
- **kwargs
Additional keyword arguments to wrapped
matplotlib.axes.Axes.text.
- ax
- easyclimate.plot.geolabel.add_geolongitude_label(ax: matplotlib.axes.Axes = None, **kwargs)¶
Add a longitude label to a Cartopy PlateCarree axes.
Parameters¶
- ax
matplotlib.axes.Axes The axes to which the label will be applied.
- **kwargs
Additional keyword arguments to wrapped
matplotlib.axes.Axes.text.
- ax