ThreeAxes¶
- class ThreeAxes(*args, **kwargs)[source]¶
Bases:
proplot.axes.shared._SharedAxes,proplot.axes.base.Axes,mpl_toolkits.mplot3d.axes3d.Axes3DSimple mix-in of
proplot.axes.AxeswithAxes3D.Important
Note that this subclass does not implement the
PlotAxesplotting overrides. This axes subclass can be used by passingproj='3d'orproj='three'to axes-creation commands likeadd_axes,add_subplot, andsubplots.