Plot the given convex hull diagram in 2-D
hull : scipy.spatial.ConvexHull instance
Convex hull to plot
ax : matplotlib.axes.Axes instance, optional
Axes to plot on
fig : matplotlib.figure.Figure instance
Figure for the plot
See also
ConvexHull
Notes
Requires Matplotlib.
scipy.spatial.delaunay_plot_2d
scipy.spatial.voronoi_plot_2d
Enter search terms or a module, class or function name.