Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ab62030

Browse filesBrowse files
authored
Merge pull request #19645 from dstansby/comment-fix
Fix comment in RectangleSelector
2 parents d195747 + f8a1b6f commit ab62030
Copy full SHA for ab62030

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/widgets.py

Copy file name to clipboardExpand all lines: lib/matplotlib/widgets.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.