Seems that the following lines did the trick with matplotlib  0.91.2

       xy_pixel = self.a3.transData.xy_tup((x3,y3))
       x1, y1 = self.a1.transData.inverse_xy_tup(xy_pixel)

Thanks

2009/10/16 LB <bravo.l...@gmail.com>

> It would be very fine to me, but unfortunately, I have to use matplotlib
> 0.91.2.
> Is there a way to adapt this to the old transform API ?
>
> Thanks
>
> --
> LB
>
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to