GeoAxes

class GeoAxes(*args, map_projection=None, **kwargs)[source]

Bases: proplot.axes.ProjAxes, cartopy.mpl.geoaxes.GeoAxes

Axes subclass for plotting cartopy projections. Initializes the cartopy.crs.Projection instance, enforces global extent for most projections by default, and draws circular boundaries around polar azimuthal, stereographic, and Gnomonic projections bounded at the equator by default.

Parameters

See also

None, None, None

Attributes Summary

name

The registered projection name.

projection

The Projection instance associated with this axes.

Methods Summary

get_tightbbox(renderer, *args, **kwargs)

Draw the gridliner objects then return the tight bounding box.