Bases: PatchCollection
A collection of 3D patches.
Create a collection of flat 3D patches with its normal vector pointed in zdir direction, and located at zs on the zdir axis. 'zs' can be a scalar or an array-like of the same length as the number of patches in the collection.
Constructor arguments are the same as for PatchCollection. In addition, keywords zs=0 and zdir='z' are available.
Also, the keyword argument depthshade is available to indicate whether to shade the patches in order to give the appearance of depth (default is True). This is typically desired in scatter plots.
Set multiple properties at once.
Supported properties are
Property | Description |
|---|---|
float or array of floats | |
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 | |
array-like or scalar or None | |
bool | |
| bool or list of bools |
array-like or None | |
| |
(vmin: float, vmax: float) | |
| |
bool | |
Patch or (Path, Transform) or None | |
| |
color or list of RGBA tuples | |
bool | |
| |
| |
str | |
{'/', '\', '|', '-', '+', 'x', 'o', 'O', '.', '*'} | |
bool | |
| |
object | |
| str or tuple or list thereof |
| float or list of floats |
bool | |
| |
| |
(N, 2) or (2,) array-like | |
list of | |
unknown | |
None or bool or float or callable | |
float | |
bool | |
(scale: float, length: float, randomness: float) | |
bool or None | |
unknown | |
str | |
list of str or None | |
bool | |
float |
Set the z positions and direction of the patches.
The location or locations to place the patches in the collection along the zdir axis.
Plane to plot patches orthogonal to. All patches must have the same direction. See get_dir_vector for a description of the values.
Set whether depth shading is performed on collection members.
Whether to shade the patches in order to give the appearance of depth.
Set the position to use for z-sorting.
© 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.Patch3DCollection.html