ThreeAxes

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

Bases: proplot.axes.shared._SharedAxes, proplot.axes.base.Axes, mpl_toolkits.mplot3d.axes3d.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.