8000 Backport PR #16649: Fix typo in docs · matplotlib/matplotlib@2e95f54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e95f54

Browse files
anntzermeeseeksmachine
authored andcommitted
Backport PR #16649: Fix typo in docs
1 parent 11892dd commit 2e95f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4317,7 +4317,7 @@ def __init__(self, xyA, xyB, coordsA, coordsB=None,
43174317
'figure fraction' 0, 0 is lower left of figure and 1, 1 is upper right
43184318
'axes points' points from lower left corner of axes
43194319
'axes pixels' pixels from lower left corner of axes
4320-
'axes fraction' 0, 1 is lower left of axes and 1, 1 is upper right
4320+
'axes fraction' 0, 0 is lower left of axes and 1, 1 is upper right
43214321
'data' use the coordinate system of the object being
43224322
annotated (default)
43234323
'offset points' offset (in points) from the *xy* value

0 commit comments

Comments
 (0)
0