mpl_toolkits.mplot3d.art3d.
Poly3DCollection
(verts, *args, **kwargs)[source]¶A collection of 3D polygons.
Create a Poly3DCollection.
verts should contain 3D coordinates.
Keyword arguments: zsort, see set_zsort for options.
Note that this class does a bit of magic with the _facecolors and _edgecolors properties.
get_edgecolor
()¶get_facecolor
()¶set_alpha
(alpha)[source]¶Set the alpha tranparencies of the collection. alpha must be a float or None.
ACCEPTS: float or None
set_edgecolors
(colors)¶set_facecolors
(colors)¶