Re: [matplotlib-devel] error with annotation arrows and panning

2007-07-13 Thread John Hunter
On 7/13/07, BOONTHANOME NOUANESENGSY <[EMAIL PROTECTED]> wrote: > r = math.sqrt((y2-y1)**2. + (x2-x1)**2.) > > This change seemed to fix the errors I was getting Fixed in svn. Thanks for the report. JDH - This SF.net email

[matplotlib-devel] error with annotation arrows and panning

2007-07-13 Thread BOONTHANOME NOUANESENGSY
hello, I'm writing a program where the user can create annotations while interactively zooming and panning the graph. I kept getting errors when my panning would for the arrows to point toward the right. you can recreate the error by going to the example 'annotation_demo.py' and try to make th