Re: [Matplotlib-users] embedding a plot function in existing wxapp GUI, problem replotting

2010-03-09 Thread John Hunter
On Tue, Mar 9, 2010 at 1:49 PM, Pribadi, Krishna wrote: > > I know it's badly out of date... > > I'd like to embed it but I'm not quite sure where to begin... > > Do you think a simple solution like calling it from the system command line > will open the plot in a new instance, so that the metada

Re: [Matplotlib-users] embedding a plot function in existing wxapp GUI, problem replotting

2010-03-09 Thread Pribadi, Krishna
lotlib-users] embedding a plot function in existing wxapp GUI, problem replotting On Tue, Mar 9, 2010 at 1:23 PM, Chris Barker wrote: > Pribadi, Krishna wrote: >> Based on what I've been reading regarding MPL, it seems that the >> matplotlib show() function causes another

Re: [Matplotlib-users] embedding a plot function in existing wxapp GUI, problem replotting

2010-03-09 Thread John Hunter
On Tue, Mar 9, 2010 at 1:23 PM, Chris Barker wrote: > Pribadi, Krishna wrote: >> Based on what I’ve been reading regarding MPL, it seems that the >> matplotlib show() function causes another instance of a GUI loop to >> remain suspended. > > right --don't use show(), in fact, don't use pylab for t

Re: [Matplotlib-users] embedding a plot function in existing wxapp GUI, problem replotting

2010-03-09 Thread C M
On Tue, Mar 9, 2010 at 2:23 PM, Chris Barker wrote: > Pribadi, Krishna wrote: >> Based on what I’ve been reading regarding MPL, it seems that the >> matplotlib show() function causes another instance of a GUI loop to >> remain suspended. > > right --don't use show(), in fact, don't use pylab for t

Re: [Matplotlib-users] embedding a plot function in existing wxapp GUI, problem replotting

2010-03-09 Thread Chris Barker
Pribadi, Krishna wrote: > Based on what I’ve been reading regarding MPL, it seems that the > matplotlib show() function causes another instance of a GUI loop to > remain suspended. right --don't use show(), in fact, don't use pylab for the most part: http://www.scipy.org/Cookbook/Matplotlib/Emb

[Matplotlib-users] embedding a plot function in existing wxapp GUI, problem replotting

2010-03-09 Thread Pribadi, Krishna
Hi, We have been working on a python wx app GUI for finding and selecting metadata (lots of lists and check boxes) from a test (that later fetches SQL time-history data for further processing in LabView or elsewhere). As an afterthought, we decided to add in a small function that would allow pre