GeoAxes

class GeoAxes(*args, **kwargs)[source]

Bases: proplot.axes.base.Axes

Axes subclass for plotting on cartographic projections. Adds the format method and overrides several existing methods. Subclassed by CartopyAxes and BasemapAxes, which respectively use cartopy Projection and basemap Basemap objects to calculate projection coordinates.

Methods Summary

format(*[, lonlim, latlim, boundinglat, …])

Modify the longitude and latitude labels, longitude and latitude map limits, geographic features, and more.