DELAUNAY is a Python program which demonstrates the use of the scipy.spatial function Delaunay(), to compute a Delaunay triangulation, and matplotlib.pyplot.triplot(), to display it.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
DELAUNAY is available in a Python version.
VORONOI, a Python program which demonstrates the use of the scipy.spatial function Voronoi(), to compute a Voronoi diagram, and voronoi_plot_2d(), to display it.
VORONOI_PLOT, a Python program which plots the Voronoi neighborhoods of points in the 2D unit square, using L1, L2, LInfinity or arbitrary LP norms;
You can go up one level to the Python source codes.