mpl_toolkits.mplot3d.art3d.Patch3D#
- classmpl_toolkits.mplot3d.art3d.Patch3D(*args,zs=(),zdir='z',axlim_clip=False,**kwargs)[source]#
Bases:
Patch
3D patch object.
- Parameters:
- verts
- zsfloat
The location along thezdir axis in 3D space to position thepatch.
- zdir{'x', 'y', 'z'}
Plane to plot patch orthogonal to. Default: 'z'.See
get_dir_vector
for a description of the values.- axlim_clipbool, default: False
Whether to hide patches with a vertex outside the axes view limits.
- set(*,agg_filter=<UNSET>,alpha=<UNSET>,animated=<UNSET>,antialiased=<UNSET>,capstyle=<UNSET>,clip_box=<UNSET>,clip_on=<UNSET>,clip_path=<UNSET>,color=<UNSET>,edgecolor=<UNSET>,facecolor=<UNSET>,fill=<UNSET>,gid=<UNSET>,hatch=<UNSET>,hatch_linewidth=<UNSET>,in_layout=<UNSET>,joinstyle=<UNSET>,label=<UNSET>,linestyle=<UNSET>,linewidth=<UNSET>,mouseover=<UNSET>,path_effects=<UNSET>,picker=<UNSET>,rasterized=<UNSET>,sketch_params=<UNSET>,snap=<UNSET>,transform=<UNSET>,url=<UNSET>,visible=<UNSET>,zorder=<UNSET>)[source]#
Set multiple properties at once.
Supported properties are
Property
Description
unknown
a filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array and two offsets from the bottom left corner of the image
float or None
bool
bool or None
CapStyle
or {'butt', 'projecting', 'round'}BboxBase
or Nonebool
Patch or (Path, Transform) or None
color or None
color or None
bool
str
{'/', '\', '|', '-', '+', 'x', 'o', 'O', '.', '*'}
unknown
bool
JoinStyle
or {'miter', 'round', 'bevel'}object
{'-', '--', '-.', ':', '', (offset, on-off-seq), ...}
float or None
bool
list of
AbstractPathEffect
None or bool or float or callable
bool
(scale: float, length: float, randomness: float)
bool or None
str
bool
float
- set_3d_properties(verts,zs=0,zdir='z',axlim_clip=False)[source]#
Set thez position and direction of the patch.
- Parameters:
- verts
- zsfloat
The location along thezdir axis in 3D space to position thepatch.
- zdir{'x', 'y', 'z'}
Plane to plot patch orthogonal to. Default: 'z'.See
get_dir_vector
for a description of the values.- axlim_clipbool, default: False
Whether to hide patches with a vertex outside the axes view limits.