BasemapAxes¶
- class BasemapAxes(*args, map_projection=None, **kwargs)[source]¶
Bases:
proplot.axes.geo.GeoAxesAxes subclass for plotting
basemapprojections. TheBasemapinstance is added as theprojectionattribute, but you do not have to work with it directly – plotting methods likematplotlib.axes.Axes.plotandmatplotlib.axes.Axes.contourare redirected to the corresponding methods on theBasemapinstance. Alsolatlon=Trueis passed to plotting methods by default.- Parameters
- Other Parameters
*args, **kwargs – Passed to
Axes.
See also
Attributes Summary
The registered projection name.
The
Basemapinstance associated with this axes.