8000
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.
1 parent 6d6dd38 commit afcd482Copy full SHA for afcd482
lib/matplotlib/tri/triangulation.py
@@ -20,10 +20,9 @@ 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.
27
mask : bool array of shape (ntri, 3)
28
Masked out triangles.
29
is_delaunay : bool
0 commit comments