distance3d.plotting.plot_ellipse

distance3d.plotting.plot_ellipse(ax, center, axes, radii, show_normal=False, surface_alpha=0.1, color='b')[source]

Plot ellipse.

Parameters:
axMatplotlib 3d axis

A matplotlib 3d axis.

centerarray, shape (3,)

Center of ellipse.

axesarray, shape (2, 3)

Axes of ellipse.

radiiarray, shape (2,)

Radii of ellipse.

show_normalbool, optional (default: False)

Display normal of the ellipse plane.

surface_alphafloat, optional (default: 0.1)

Alpha value of the ellipse surface.

colorstr

Color of surface.