mpl_toolkits.mplot3d.axis3d.
Axis
(adir, v_intervalx, d_intervalx, axes, *args, **kwargs)[source]¶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.
set_view_interval
(vmin, vmax, ignore=False)[source]¶If ignore is False, the order of vmin, vmax
does not matter; the original axis orientation will
be preserved. In addition, the view limits can be
expanded, but will not be reduced. This method is
for mpl internal use; for normal use, see
set_xlim()
.