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

2008-08-12 Thread Laurent Dufréchou
Hello, >How can I do this using mpl and wx backend? Do you recommend using >threading or forking plots as separate processes ? None of the above is necessary. Add this to imports: import matplotlib matplotlib.use('WXAgg') import matplotlib.cm as cm from matplotlib.backends.backend_wxagg import

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 the list for previous > d

[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