8000 Fix typo in docs · matplotlib/matplotlib@026111f · GitHub
[go: up one dir, main page]

Skip to content

Commit 026111f

Browse files
committed
Fix typo in docs
1 parent 9a24fb7 commit 026111f

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