BasemapAxes¶
-
class
BasemapAxes(*args, map_projection=None, **kwargs)[source]¶ Bases:
proplot.axes.ProjAxesAxes subclass for plotting
basemapprojections. TheBasemapprojection instance is added as themap_projectionattribute, but this is all abstracted away. You can useAxesmethods likeplotandcontourwith your raw longitude-latitude data.Attributes Summary
The registered projection name.
The
Basemapinstance associated with this axes.