Re: [Matplotlib-users] "asynchronous" plots?

2010-09-25 Thread Jouni K . Seppänen
John Salvatier writes: > Is there a way to do "asynchronous" plots in matplotlib? By asynchronous I > mean plots that simply spawn a new process and do not stop the program while > the plot is visible? In 2007 Bill Baxter made a package called ezplot that does plots in a separate process via a

Re: [Matplotlib-users] "asynchronous" plots?

2010-09-20 Thread John Salvatier
Thanks! This was helpful. On Mon, Sep 20, 2010 at 5:43 PM, Benjamin Root wrote: > On Mon, Sep 20, 2010 at 5:01 PM, John Salvatier > wrote: > >> Hello, >> >> Is there a way to do "asynchronous" plots in matplotlib? By asynchronous I >> mean plots that simply spawn a new process and do not stop t

Re: [Matplotlib-users] "asynchronous" plots?

2010-09-20 Thread Benjamin Root
On Mon, Sep 20, 2010 at 5:01 PM, John Salvatier wrote: > Hello, > > Is there a way to do "asynchronous" plots in matplotlib? By asynchronous I > mean plots that simply spawn a new process and do not stop the program while > the plot is visible? For example, I would like to be able to run a script

[Matplotlib-users] "asynchronous" plots?

2010-09-20 Thread John Salvatier
Hello, Is there a way to do "asynchronous" plots in matplotlib? By asynchronous I mean plots that simply spawn a new process and do not stop the program while the plot is visible? For example, I would like to be able to run a script that plots something and have the program end with the plot still