This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Plot the given convex hull diagram in 2-D
Parameters : | hull : scipy.spatial.ConvexHull instance
ax : matplotlib.axes.Axes instance, optional
|
---|---|
Returns : | fig : matplotlib.figure.Figure instance
|
See also
Notes
Requires Matplotlib.