Thanks to visit codestin.com Credit goes to github.com
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 afcd482 commit 37e9161Copy full SHA for 37e9161
1 file changed
lib/matplotlib/tri/triangulation.py
@@ -22,7 +22,8 @@ class Triangulation:
22
----------
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.
+ up the triangle, ordered in an anticlockwise manner. If you want to
26
+ 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