BasemapAxes

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

Bases: proplot.axes.ProjAxes

Axes subclass for plotting basemap projections. The Basemap projection instance is added as the map_projection attribute, but this is all abstracted away – you can use Axes methods like plot and contour with your raw longitude-latitude data.

Parameters

See also

None, None, None

Attributes Summary

name

The registered projection name.

projection

The Basemap instance associated with this axes.