mpl_toolkits.mplot3d.art3d.
patch_collection_2d_to_3d
(col, zs=0, zdir='z', depthshade=True)¶Convert a PatchCollection
into a
Patch3DCollection
object
(or a PathCollection
into a
Path3DCollection
object).
Keywords:
zdir The axis in which to place the patches. Default is “z”.