| [ Web Proxy ] |
| Viewing: https://matplotlib.org/stable/api/_as_gen/../toolkits/../_as_gen/matplotlib.axes.Axes.triplot.html | [Back] [Original] |
Draw an unstructured triangular grid as lines and/or markers.
Call signatures:
triplot(triangulation, ...)
triplot(x, y, [triangles], *, [mask=mask], ...)
The triangular grid can be specified either by passing a Triangulation
object as the first parameter, or by passing the points x, y and
optionally the triangles and a mask. If neither of triangulation or
triangles are given, the triangulation is calculated on the fly.
TriangulationAn already created triangular grid.
Parameters defining the triangular grid. See Triangulation.
This is mutually exclusive with specifying triangulation.
All other args and kwargs are forwarded to plot.
matplotlib.axes.Axes.triplot#| Web Proxy Viewer | New URL | Original Page |