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
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])
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'
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