First of all, what are you trying to do? What does "figure is created" mean. Do you need it to be drawn on the monitor? Why not save your figure(s) to file(s)? Cheers, Alan
> http://matplotlib.sourceforge.net/faq/howto_faq.html#use-show Here is some more detail, that I actually think should be added to the above link. http://stackoverflow.com/questions/458209/is-there-a-way-to-detach-matplotlib-plots-so-that-the-computation-can-continue hth, Alan Isaac
morever computer gets stuck for code from multiprocessing import Process from matplotlib.pyplot import plot, show def plot_graph(*args): for data in args: plot(data) show() p = Process(target=plot_graph, args=([1, 2, 3],)) p.start() print 'yay' print 'computation continues...' print 'that rocks.' print 'Now lets wait for the graph be closed to continue...:' p.join() from http://stackoverflow.com/questions/458209/is-there-a-way-to-detach-matplotlib-plots-so-that-the-computation-can-continue since this code multipliers number of pyhon.exe running till memory is full in my case 6 GB is it problem for Vista only? Sandy > Date: Tue, 18 May 2010 18:14:11 -0400 > From: ala...@gm... > To: mat...@li... > CC: cd...@li... > Subject: Re: [Gnuplot-py-users] is it possible to continue to Debug when figure is created?? > > > http://matplotlib.sourceforge.net/faq/howto_faq.html#use-show > > > Here is some more detail, that I actually think > should be added to the above link. > http://stackoverflow.com/questions/458209/is-there-a-way-to-detach-matplotlib-plots-so-that-the-computation-can-continue > > hth, > Alan Isaac > _________________________________________________________________ Hotmail: Trusted email with powerful SPAM protection. https://signup.live.com/signup.aspx?id=60969
sorry but nothing from http://stackoverflow.com/questions/458209/is-there-a-way-to-detach-matplotlib-plots-so-that-the-computation-can-continue working on Vista for Wings IDE do you use it for LInux? Sandy > Date: Tue, 18 May 2010 18:14:11 -0400 > From: ala...@gm... > To: mat...@li... > CC: cd...@li... > Subject: Re: [Gnuplot-py-users] is it possible to continue to Debug when figure is created?? > > > http://matplotlib.sourceforge.net/faq/howto_faq.html#use-show > > > Here is some more detail, that I actually think > should be added to the above link. > http://stackoverflow.com/questions/458209/is-there-a-way-to-detach-matplotlib-plots-so-that-the-computation-can-continue > > hth, > Alan Isaac > _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup.aspx?id=60969
On 5/21/2010 12:35 PM, Sandy Ydnas wrote: > nothing from > http://stackoverflow.com/questions/458209/is-there-a-way-to-detach-matplotlib-plots-so-that-the-computation-can-continue > > working on Vista for Wings IDE What if you ditch the IDE and just run the script? Alan Isaac
You seem to have CSS turned off. Please don't fill out this field.
Click URL instructions: Right-click on the ad, choose "Copy Link", then paste here → (This may not be possible with some types of ads)
Ad destination/click URL: