You are reading an old version of the documentation (v2.2.5). For the latest version see https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.mplot3d.art3d.Patch3D.html
Version 2.2.5
matplotlib
Fork me on GitHub

mpl_toolkits.mplot3d.art3d.Patch3D

class mpl_toolkits.mplot3d.art3d.Patch3D(*args, **kwargs)[source]

3D patch object.

do_3d_projection(renderer)[source]
draw(renderer)[source]

Draw the Patch to the given renderer.

get_facecolor()[source]

Return the face color of the Patch.

get_path()[source]

Return the path of this patch

set_3d_properties(verts, zs=0, zdir='z')[source]