erlab.plotting.plot3d

Extensions to mplot3d.

Functions

pathpatch_translate(pathpatch, delta)

set_3d_properties(self, verts[, zs, zdir])

to_3d(pathpatch[, z, zdir, delta])

Classes

FancyArrow3D(x, y, z, dx, dy, dz, **kwargs)

FancyArrowPatch3D(posA, posB, *args, **kwargs)

class erlab.plotting.plot3d.FancyArrow3D(x, y, z, dx, dy, dz, **kwargs)[source]

Bases: FancyArrow

do_3d_projection(renderer=None)[source]
set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, antialiased=<UNSET>, capstyle=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, closed=<UNSET>, color=<UNSET>, data=<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>, xy=<UNSET>, zorder=<UNSET>)[source]
class erlab.plotting.plot3d.FancyArrowPatch3D(posA, posB, *args, **kwargs)[source]

Bases: FancyArrowPatch

do_3d_projection(renderer=None)[source]
set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, antialiased=<UNSET>, arrowstyle=<UNSET>, capstyle=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, color=<UNSET>, connectionstyle=<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>, mutation_aspect=<UNSET>, mutation_scale=<UNSET>, patchA=<UNSET>, patchB=<UNSET>, path_effects=<UNSET>, picker=<UNSET>, positions=<UNSET>, rasterized=<UNSET>, sketch_params=<UNSET>, snap=<UNSET>, transform=<UNSET>, url=<UNSET>, visible=<UNSET>, zorder=<UNSET>)[source]
erlab.plotting.plot3d.set_3d_properties(self, verts, zs=0, zdir='z')[source]
erlab.plotting.plot3d.pathpatch_translate(pathpatch, delta)[source]
erlab.plotting.plot3d.to_3d(pathpatch, z=0.0, zdir='z', delta=(0, 0, 0))[source]