mpl_toolkits.mplot3d.axis3d.Axis¶
-
class
mpl_toolkits.mplot3d.axis3d.Axis(adir, v_intervalx, d_intervalx, axes, *args, rotate_label=None, **kwargs)[source]¶ Bases:
matplotlib.axis.XAxisAn Axis class for the 3D plots.
Parameters: axes :
matplotlib.axes.AxesThe
Axesto which the created Axis belongs.pickradius : float
The acceptance radius for containment tests. See also
Axis.contains.-
property
d_interval¶
-
get_tightbbox(renderer)[source]¶ Return a bounding box that encloses the axis. It only accounts tick labels, axis label, and offsetText.
-
set_rotate_label(val)[source]¶ Whether to rotate the axis label: True, False or None. If set to None the label will be rotated if longer than 4 chars.
-
property
v_interval¶
-
property