We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8f52d9 + 37e9161 commit 92eccf1Copy full SHA for 92eccf1
lib/matplotlib/tri/triangulation.py
@@ -20,10 +20,10 @@ class Triangulation:
20
21
Attributes
22
----------
23
- edges : int array of shape (nedges, 2)
24
- See `~.Triangulation.edges`
25
- neighbors : int array of shape (ntri, 3)
26
- See `~.Triangulation.neighbors`
+ triangles : int array-like of shape (ntri, 3)
+ For each triangle, the indices of the three points that make
+ up the triangle, ordered in an anticlockwise manner. If you want to
+ take the *mask* into account, use `get_masked_triangles` instead.
27
mask : bool array of shape (ntri, 3)
28
Masked out triangles.
29
is_delaunay : bool
0 commit comments