Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7bde7fd

Browse files
authored
Merge pull request #19647 from meeseeksmachine/auto-backport-of-pr-19645-on-v3.4.x
Backport PR #19645 on branch v3.4.x (Fix comment in RectangleSelector)
2 parents 8dc9a2f + a05c21f commit 7bde7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2475,7 +2475,7 @@ def corners(self):
24752475

24762476
@property
24772477
def edge_centers(self):
2478-
"""Midpoint of rectangle edges from left, moving clockwise."""
2478+
"""Midpoint of rectangle edges from left, moving anti-clockwise."""
24792479
x0, y0, width, height = self._rect_bbox
24802480
w = width / 2.
24812481
h = height / 2.

0 commit comments

Comments
 (0)