SciPy

This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.spatial.Voronoi.close

Voronoi.close()

Finish incremental processing.

Call this to free resources taken up by Qhull, when using the incremental mode. After calling this, adding more points is no longer possible.

Previous topic

scipy.spatial.Voronoi.add_points

Next topic

scipy.spatial.SphericalVoronoi