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 01d3149 commit f8a1b6fCopy full SHA for f8a1b6f
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