Axes3D¶
- class Axes3D(*args, **kwargs)[source]¶
Bases:
proplot.axes.base.Axes,mpl_toolkits.mplot3d.axes3d.Axes3DSimple mix-in of
proplot.axes.AxeswithAxes3D.- Parameters
number (int) – The subplot number, used for a-b-c labeling. See
formatfor details. Note the first axes is1, not0.main (bool, optional) – Used internally, indicates whether this is a “main axes” rather than a twin, panel, or inset axes.
- Other Parameters
*args, **kwargs – Passed to
Axes.
See also
matplotlib.axes.Axes,proplot.axes.CartesianAxes,proplot.axes.PolarAxes,proplot.axes.GeoAxesAttributes Summary
The registered projection name.