Re: [Matplotlib-users] Feature Request: RectangleSelector BlockingInput

2008-08-14 Thread David M. Kaplan
Hi, Sorry for the long delay - I have been on vacation. I don't use the imcrop function, but it looks fairly easy to implement using ginput. I am heading off for vacation again for another two weeks and I want to get in some of the changes I proposed a long while ago before working on this, so

Re: [Matplotlib-users] Control space between bars

2008-08-14 Thread Jae-Joon Lee
Hi Mathieu, It seems to me that you're confused with the meaning of the transAxes. It is a transform from the Axes coordinate to the Canvas(?) coordinate. As far as I can see, what you seemed to want is a transform between Data coordinate and Axes coordinate, and that would be transScale +

[Matplotlib-users] Arrow Questions

2008-08-14 Thread Ben Axelrod
I am trying to implement a dynamic graph in mpl, where users can drag around the nodes, and the edges follow the nodes like rubber bands. I have this working with regular edges, but I want to give the option of putting arrows on the edges. I am running into some issues with the Arrow classes.

Re: [Matplotlib-users] Scaling axes not data?

2008-08-14 Thread Boris Barbour
Eric and John, Thanks for the information. You are right that this probably would have been a premature optimisation, even if it weren't rendered useless by matplotlib using doubles internally (which I hadn't realised). The thought just occurred to me as I was writing the data-scaling part of

Re: [Matplotlib-users] Scaling axes not data?

2008-08-14 Thread Eric Firing
Boris Barbour wrote: Eric and John, Thanks for the information. You are right that this probably would have been a premature optimisation, even if it weren't rendered useless by matplotlib using doubles internally (which I hadn't realised). The thought just occurred to me as I was writing