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

mpl_toolkits.mplot3d.art3d.Patch3D

class mpl_toolkits.mplot3d.art3d.Patch3D(*args, zs=(), zdir='z', **kwargs)[source]

Bases: matplotlib.patches.Patch

3D patch object.

do_3d_projection(self, renderer)[source]
get_facecolor(self)[source]

Return the face color of the Patch.

get_path(self)[source]

Return the path of this patch

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