The correct answer is bellow, sorry for bothering.
petr

On Wed, 2007-01-24 at 14:55, Petr Danecek wrote:
> Hello,
> in the code bellow i am trying to achieve a very simple thing: I'd like
> to call the routine "annotate" to place a text on my plot with arguments
> supplied by means of a dictionary.
> Is there a way how to do this?
> Petr

xy=(3,0.5)
opts = {'xy':xy,'rotation':45}
ax.annotate('text',**opts)



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to