Re: [Matplotlib-users] parameters to pylab routines

2007-01-24 Thread Petr Danecek
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

[Matplotlib-users] parameters to pylab routines

2007-01-24 Thread Petr Danecek
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 from pylab import * fig = figure() ax =