This worked great, thanks so much for your help!

Cheers
Stan

On 8/29/10 2:29 AM, Jae-Joon Lee wrote:
> I just remembered that there has been a bug in old version of
> matplotlib that annotation_clip parameter is not correctly set when
> given as a keyword parameter of "annotate" function. The bug has been
> fixed.
>
> http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg15068.html
>
> As a workaround, use
>
> ann = pylab.annotate('',(-1,3.1),(0,3.1),va='center',ha='center',
>                arrowprops=dict(arrowstyle='<->'))
> ann.set_annotation_clip(False)
>
> Regards,
>
> -JJ
>    


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to