> Alan G Isaac wrote:
>> I meant to be copying an annotation example from 
>> http://matplotlib.sourceforge.net/examples/annotation_demo.bak.py 


On Fri, 31 Aug 2007, Eric Firing apparently wrote:
> The signature of the Annotation.__init__ does not match what you were 
> trying to feed it. 


OK, I can see that at 
http://matplotlib.sourceforge.net/matplotlib.text.html
So then the examples *are* wrong at
http://matplotlib.sourceforge.net/examples/annotation_demo.bak.py
Right?

Your example is sending me down the right track.
But I am still getting an odd result with

a = mpl.text.Annotation('text', (0.5,0.5), xycoords="axes fraction", 
fontsize=20)
fig_ax.add_artist(a)

Shouldn't this put the text smack in the middle of the figure?

OK, I give up for now.  Time for some sleep.

Thanks!
Alan




-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to