Skip to content

Commit 37e9161

Browse files
dstansbytimhoffm
andauthored
Update lib/matplotlib/tri/triangulation.py
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent afcd482 commit 37e9161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tri/triangulation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class Triangulation:
2222
----------
2323
triangles : int array-like of shape (ntri, 3)
2424
For each triangle, the indices of the three points that make
25-
up the triangle, ordered in an anticlockwise manner.
25+
up the triangle, ordered in an anticlockwise manner. If you want to
26+
take the *mask* into account, use `get_masked_triangles` instead.
2627
mask : bool array of shape (ntri, 3)
2728
Masked out triangles.
2829
is_delaunay : bool

0 commit comments

Comments
 (0)