8000 Merge pull request #16649 from timhoffm/fix-typo · matplotlib/matplotlib@4729585 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4729585

Browse files
authored
Merge pull request #16649 from timhoffm/fix-typo
Fix typo in docs
2 parents 64ae323 + 026111f commit 4729585

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
@@ -4281,7 +4281,7 @@ def __init__(self, xyA, xyB, coordsA, coordsB=None,
42814281
'figure fraction' 0, 0 is lower left of figure and 1, 1 is upper right
42824282
'axes points' points from lower left corner of axes
42834283
'axes pixels' pixels from lower left corner of axes
4284-
'axes fraction' 0, 1< 4E99 /span> is lower left of axes and 1, 1 is upper right
4284+
'axes fraction' 0, 0 is lower left of axes and 1, 1 is upper right
42854285
'data' use the coordinate system of the object being
42864286
annotated (default)
42874287
'offset points' offset (in points) from the *xy* value

0 commit comments

Comments
 (0)
0