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.
2 parents 8dc9a2f + a05c21f commit 7bde7fdCopy full SHA for 7bde7fd
1 file changed
lib/matplotlib/widgets.py
@@ -2475,7 +2475,7 @@ def corners(self):
2475
2476
@property
2477
def edge_centers(self):
2478
- """Midpoint of rectangle edges from left, moving clockwise."""
+ """Midpoint of rectangle edges from left, moving anti-clockwise."""
2479
x0, y0, width, height = self._rect_bbox
2480
w = width / 2.
2481
h = height / 2.
0 commit comments