8000
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 6414315 commit a05c21fCopy full SHA for a05c21f
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