mpl_toolkits.mplot3d.art3d.patch_collection_2d_to_3d
- 
mpl_toolkits.mplot3d.art3d.patch_collection_2d_to_3d(col, zs=0, zdir='z', depthshade=True)[source]
- 
Convert a PatchCollectioninto aPatch3DCollectionobject (or aPathCollectioninto aPath3DCollectionobject).Parameters: - za
- 
The location or locations to place the patches in the collection along the zdir axis. Default: 0. 
- zdir
- 
The axis in which to place the patches. Default: "z". 
- depthshade
- 
Whether to shade the patches to give a sense of depth. Default: True. 
 
Examples using mpl_toolkits.mplot3d.art3d.patch_collection_2d_to_3d
 
    © 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
    https://matplotlib.org/3.3.3/api/_as_gen/mpl_toolkits.mplot3d.art3d.patch_collection_2d_to_3d.html