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

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