easyclimate.plot.geolabel

Quick processing of geographic axes labels

Functions

add_geolatitude_label([ax])

Add a latitude label to a Cartopy PlateCarree axes.

add_geolongitude_label([ax])

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

axmatplotlib.axes.Axes

The axes to which the label will be applied.

**kwargs

Additional keyword arguments to wrapped matplotlib.axes.Axes.text.

easyclimate.plot.geolabel.add_geolongitude_label(ax: matplotlib.axes.Axes = None, **kwargs)

Add a longitude label to a Cartopy PlateCarree axes.

Parameters

axmatplotlib.axes.Axes

The axes to which the label will be applied.

**kwargs

Additional keyword arguments to wrapped matplotlib.axes.Axes.text.