[Matplotlib-users] interacting with data plot

2007-06-08 Thread Trevis Crane
Hi all, I have a plot of data that I am enabling the user to interact with. That is, I want them to be able to pick a point, and then have a new plot pop up in a different figure showing more info about that point. So, looking through the manual and the tutorial I have taken the code from

Re: [Matplotlib-users] interacting with data plot

2007-06-08 Thread John Hunter
On 6/8/07, John Hunter [EMAIL PROTECTED] wrote: It made me realize that despite all my protestations not to repeatedly call show, we do not have a backend dependent way to raise new figures created in mpl callbacks. Since we've mostly made show bullet-proof to repeated calls (because we

Re: [Matplotlib-users] interacting with data plot

2007-06-08 Thread Trevis Crane
] interacting with data plot On 6/8/07, Trevis Crane [EMAIL PROTECTED] wrote: Hi all, I have a plot of data that I am enabling the user to interact with. That is, I want them to be able to pick a point, and then have a new plot pop up in a different figure showing more info about