Bases: Patch3D
3D PathPatch object.
The location along the zdir axis in 3D space to position the path patch.
Plane to plot path patch orthogonal to. Default: 'z'. See get_dir_vector for a description of the values.
Set multiple properties at once.
Supported properties are
Property | Description |
|---|---|
unknown | |
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image | |
scalar or None | |
bool | |
| bool or None |
| |
| |
bool | |
Patch or (Path, Transform) or None | |
| color or None |
| color or None |
bool | |
str | |
{'/', '\', '|', '-', '+', 'x', 'o', 'O', '.', '*'} | |
bool | |
| |
object | |
| {'-', '--', '-.', ':', '', (offset, on-off-seq), ...} |
| float or None |
bool | |
list of | |
None or bool or float or callable | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
str | |
bool | |
float |
Set the z position and direction of the path patch.
The location along the zdir axis in 3D space to position the path patch.
Plane to plot path patch orthogonal to. Default: 'z'. See get_dir_vector for a description of the values.
mpl_toolkits.mplot3d.art3d.PathPatch3D
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.mplot3d.art3d.PathPatch3D.html