Re: [Matplotlib-users] question on the use of annotate

2007-07-15 Thread Eric Firing
Mark Bakker wrote: > Hello, I never noticed the 'annotate' option in pylab. > I have been trying unsuccesfully to get it to work. I have fixed the problem of inconsistent and incorrect docstrings in annotate, so it should be easier for the next person who stumbles over it to make it work. Eric

Re: [Matplotlib-users] question on the use of annotate

2007-07-12 Thread Eric Firing
Johann Rohwer wrote: > On Thursday, 12 July 2007, Mark Bakker wrote: >> Hello, I never noticed the 'annotate' option in pylab. >> I have been trying unsuccesfully to get it to work. >> I am working in interactive mode and get the following error. >> Thanks for any help, Mark >> > plot([1,2,3])

Re: [Matplotlib-users] question on the use of annotate

2007-07-12 Thread Johann Rohwer
On Thursday, 12 July 2007, Mark Bakker wrote: > Hello, I never noticed the 'annotate' option in pylab. > I have been trying unsuccesfully to get it to work. > I am working in interactive mode and get the following error. > Thanks for any help, Mark > > >>> plot([1,2,3]) > >>> > >>> annotate( 'Mark'

[Matplotlib-users] question on the use of annotate

2007-07-12 Thread Mark Bakker
Hello, I never noticed the 'annotate' option in pylab. I have been trying unsuccesfully to get it to work. I am working in interactive mode and get the following error. Thanks for any help, Mark plot([1,2,3]) annotate( 'Mark', (1,2), (1,2.5) ) Traceback (most recent call last): File "", li