ThreeAxes

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

Bases: _SharedAxes, Axes, Axes3D

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

Important

Note that this subclass does not implement the PlotAxes plotting overrides. This axes subclass can be used by passing proj='3d' or proj='three' to axes-creation commands like add_axes, add_subplot, and subplots.