pytransform3d.plot_utils.remove_frame

pytransform3d.plot_utils.remove_frame(ax, left=0.0, bottom=0.0, right=1.0, top=1.0)[source]

Remove axis and scale bbox.

Parameters:
axMatplotlib 3d axis

Axis from which we remove the frame

leftfloat, optional (default: 0)

Position of left border (between 0 and 1)

bottomfloat, optional (default: 0)

Position of bottom border (between 0 and 1)

rightfloat, optional (default: 1)

Position of right border (between 0 and 1)

topfloat, optional (default: 1)

Position of top border (between 0 and 1)

Examples using pytransform3d.plot_utils.remove_frame

Plot Sphere

Plot Sphere

Plot Sphere
Euler Angles

Euler Angles

Euler Angles
Plot Transformed Cylinders

Plot Transformed Cylinders

Plot Transformed Cylinders
Plot Box

Plot Box

Plot Box
Plot Straight Line Paths

Plot Straight Line Paths

Plot Straight Line Paths