8000 Backport PR #19645: Fix comment in RectangleSelector · matplotlib/matplotlib@a05c21f · GitHub
[go: up one dir, main page]

Skip to content

Commit a05c21f

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR #19645: Fix comment in RectangleSelector
1 parent 6414315 commit a05c21f

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)
0