Bases: matplotlib.axis.XAxis
An Axis class for the 3D plots.
matplotlib.axes.Axes
The Axes to which the created Axis belongs.
The acceptance radius for containment tests. See also Axis.contains.
Draw the Artist (and its children) using the given renderer.
This has no effect if the artist is not visible (Artist.get_visible returns False).
RendererBase subclass.
This method is overridden in the Artist subclasses.
Return a bounding box that encloses the axis. It only accounts tick labels, axis label, and offsetText.
If for_layout_only is True, then the width of the label (if this is an x-axis) or the height of the label (if this is a y-axis) is collapsed to near zero. This allows tight/constrained_layout to ignore too-long labels when doing their layout.
Set multiple properties at once.
Supported properties are
Property | Description |
|---|---|
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array | |
scalar or None | |
bool | |
bool | |
Patch or (Path, Transform) or None | |
unknown | |
str | |
bool | |
unknown | |
object | |
unknown | |
{'top', 'bottom'} | |
str | |
| |
| |
unknown | |
unknown | |
None or bool or float or callable | |
float | |
bool | |
unknown | |
unknown | |
(scale: float, length: float, randomness: float) | |
bool or None | |
unknown | |
sequence of str or of | |
list of floats | |
{'top', 'bottom', 'both', 'default', 'none'} | |
units tag | |
str | |
unknown | |
bool | |
float |
Set pane color to a RGBA tuple.
Whether to rotate the axis label: True, False or None. If set to None the label will be rotated if longer than 4 chars.
© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.5.1/api/_as_gen/mpl_toolkits.mplot3d.axis3d.Axis.html