Axes3D

class Axes3D(*args, **kwargs)[source]

Bases: proplot.axes.base.Axes, mpl_toolkits.mplot3d.axes3d.Axes3D

Simple mix-in of proplot.axes.Axes with Axes3D.

Parameters
  • number (int) – The subplot number, used for a-b-c labeling. See format for details. Note the first axes is 1, not 0.

  • 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.

Attributes Summary

name

The registered projection name.