distance3d.plotting.plot_circle¶
- distance3d.plotting.plot_circle(ax, center, radius, normal, show_normal=False, surface_alpha=0.1, color='b')[source]¶
Plot circle.
- Parameters:
- axMatplotlib 3d axis
A matplotlib 3d axis.
- centerarray, shape (3,)
Center of the circle.
- radiusfloat
Radius of the circle.
- normalarray, shape (3,)
Normal to the plane in which the circle lies.
- show_normalbool, optional (default: False)
Display normal of the circle plane.
- surface_alphafloat, optional (default: 0.1)
Alpha value of the circle surface.
- colorstr
Color of surface.