Re: [Matplotlib-users] Multiple plots, interactivity, wx etc

2008-08-12 Thread signal seeker
bump .. On Thu, Jul 31, 2008 at 11:02 AM, signal seeker <[EMAIL PROTECTED]>wrote: > Hi, > > I have couple of applications in which I have to generate multiple plots > interactively using the wx backend and wanted to know the best > approach to take for this. I did search

[Matplotlib-users] Multiple plots, interactivity, wx etc

2008-07-31 Thread signal seeker
Hi, I have couple of applications in which I have to generate multiple plots interactively using the wx backend and wanted to know the best approach to take for this. I did search the list for previous discussions on this subject, but the approach to take is still unfortunately not 100% clear to m

Re: [Matplotlib-users] spawning plots as separate processes

2007-06-13 Thread signal seeker
use threads or sub processes to spawn new plots. Thanks, ss On 6/13/07, Bill Baxter <[EMAIL PROTECTED]> wrote: On 6/13/07, signal seeker <[EMAIL PROTECTED]> wrote: > > Bill, > > Thanks for your reply. pylab(ion) is not what I meant. Consider this simply > script - &

Re: [Matplotlib-users] spawning plots as separate processes

2007-06-13 Thread signal seeker
//www.python.org/pypi/ezplot/0.1.0a3 --bb On 6/13/07, signal seeker <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am very new to matplotlib and still trying to find my way through docs and > api, so please excuse me if there is a simple way to do this. > > So the situatio

[Matplotlib-users] spawning plots as separate processes

2007-06-12 Thread signal seeker
Hi All, I am very new to matplotlib and still trying to find my way through docs and api, so please excuse me if there is a simple way to do this. So the situation is this - I would like to write a script that spawns multiple plots and exits, but the plots window do not die until they are expli