Python Matplotlib – Plotting Triangulation
In this Python Matplotlib article, we are going to learn Plotting Triangulation in Matplotlib . class matplotlib.tri. Triangulation (x, y, triangles=None, mask=None)[source] An unstructured triangular grid consisting of npoints points and ntri triangles. The triangles can either be specified by the user …