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 Delaunay triangulation in 2-D
Parameters : | tri : scipy.spatial.Delaunay instance
ax : matplotlib.axes.Axes instance, optional
|
---|---|
Returns : | fig : matplotlib.figure.Figure instance
|
See also
Delaunay, matplotlib.pyplot.triplot
Notes
Requires Matplotlib.