ax3d#

class ax3d(nrows=None, ncols=None, index=None, fig=None, ax=None, returnfig=False, silent=False, elev=None, azim=None, figkwargs=None, axkwargs=None, **kwargs)[source]#

Create a 3D axis to plot in.

Usually not invoked directly; kwags are passed to add_subplot()

New in version 3.0.0: nrows, ncols, and index arguments first