GeoAxes¶
-
class
GeoAxes(*args, map_projection=None, **kwargs)[source]¶ Bases:
proplot.axes.ProjAxes,cartopy.mpl.geoaxes.GeoAxesAxes subclass for plotting cartopy projections. Initializes the
cartopy.crs.Projectioninstance, 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
map_projection (
Projection) – TheProjectioninstance.*args, **kwargs – Passed to
GeoAxes.
Attributes Summary
The registered projection name.
The
Projectioninstance associated with this axes.Methods Summary
get_tightbbox(renderer, *args, **kwargs)Draw gridliner objects so tight bounding box algorithm will incorporate gridliner labels.