8000 Typo in explanation of annotation_demo · OceanWolf/matplotlib@1ba1ad8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ba1ad8

Browse files
committed
Typo in explanation of annotation_demo
1 parent 0722bc3 commit 1ba1ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/annotation_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'figure fraction' : 0,0 is lower left of figure and 1,1 is upper, right
1212
'axes points' : points from lower left corner of axes
1313
'axes pixels' : pixels from lower left corner of axes
14-
'axes fraction' : 0,1 is lower left of axes and 1,1 is upper right
14+
'axes fraction' : 0,0 is lower left of axes and 1,1 is upper right
1515
'offset points' : Specify an offset (in points) from the xy value
1616
'data' : use the axes data coordinate system
1717

0 commit comments

Comments
 (0)
0