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 b30dbbd commit aaffef4Copy full SHA for aaffef4
lib/matplotlib/tri/triangulation.py
@@ -91,7 +91,7 @@ def calculate_plane_coefficients(self, z):
91
@property
92
def edges(self):
93
"""
94
- Return integer array of shape (?,2) containing all edges of
+ Return integer array of shape (nedges,2) containing all edges of
95
non-masked triangles.
96
97
Each edge is the start point index and end point index. Each
0 commit comments