mpl_toolkits.mplot3d.art3d.PathPatch3D#
- class mpl_toolkits.mplot3d.art3d.PathPatch3D(path, *, zs=(), zdir='z', axlim_clip=False, **kwargs)[source]#
Bases:
Patch3D
3D PathPatch object.
- Parameters:
- path
- zsfloat
The location along the zdir axis in 3D space to position the path patch.
- zdir{'x', 'y', 'z', 3-tuple}
Plane to plot path patch orthogonal to. Default: 'z'. See
get_dir_vector
for a description of the values.- axlim_clipbool, default: False
Whether to hide path patches with a point 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
scalar or None
bool
antialiased
oraa
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(path, zs=0, zdir='z', axlim_clip=False)[source]#
Set the z position and direction of the path patch.
- Parameters:
- path
- zsfloat
The location along the zdir axis in 3D space to position the path patch.
- zdir{'x', 'y', 'z', 3-tuple}
Plane to plot path patch orthogonal to. Default: 'z'. See
get_dir_vector
for a description of the values.- axlim_clipbool, default: False
Whether to hide path patches with a point outside the axes view limits.