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.XAxis
An Axis class for the 3D plots.
Parameters: - axes
matplotlib.axes.Axes
The
Axes
to which the created Axis belongs.- pickradiusfloat
The acceptance radius for containment tests. See also
Axis.contains
.
-
property
d_interval
¶
-
get_tightbbox
(self, renderer)[source]¶ Return a bounding box that encloses the axis. It only accounts tick labels, axis label, and offsetText.
-
set_rotate_label
(self, 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
¶
- axes