: Re: [Matplotlib-users] 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
> >
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
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 that point.
Here is an example th