8000 Document Triangulation.triangles · dstansby/matplotlib@afcd482 · GitHub
[go: up one dir, main page]

Skip to content

Commit afcd482

Browse files
committed
Document Triangulation.triangles
1 parent 6d6dd38 commit afcd482

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/matplotlib/tri/triangulation.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ class Triangulation:
2020
2121
Attributes
2222
----------
23-
edges : int array of shape (nedges, 2)
24-
See `~.Triangulation.edges`
25-
neighbors : int array of shape (ntri, 3)
26-
See `~.Triangulation.neighbors`
23+
triangles : int array-like of shape (ntri, 3)
24+
For each triangle, the indices of the three points that make
25+
up the triangle, ordered in an anticlockwise manner.
2726
mask : bool array of shape (ntri, 3)
2827
Masked out triangles.
2928
is_delaunay : bool

0 commit comments

Comments
 (0)
0