From 1ba1ad83c165fa17c062c1de9972ed6886e9b2bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Moritz=20G=C3=BCnther?= Date: Mon, 13 Jan 2014 15:09:33 -0500 Subject: [PATCH] Typo in explanation of annotation_demo --- examples/pylab_examples/annotation_demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pylab_examples/annotation_demo.py b/examples/pylab_examples/annotation_demo.py index 913b3a0d9825..cc68a65f0085 100644 --- a/examples/pylab_examples/annotation_demo.py +++ b/examples/pylab_examples/annotation_demo.py @@ -11,7 +11,7 @@ 'figure fraction' : 0,0 is lower left of figure and 1,1 is upper, right 'axes points' : points from lower left corner of axes 'axes pixels' : pixels from lower left corner of axes - 'axes fraction' : 0,1 is lower left of axes and 1,1 is upper right + 'axes fraction' : 0,0 is lower left of axes and 1,1 is upper right 'offset points' : Specify an offset (in points) from the xy value 'data' : use the axes data coordinate system