From: LB <bra...@gm...> - 2009-10-16 13:53:24
|
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 <bra...@gm...> > 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 > |