[Matplotlib-users] pyplot.show() without stopping script execution?

2009-06-30 Thread ms
Hi, I am writing a script that uses pyplot.show() to show a plot, on which the user has to ponder and decide a course of action (telling the script what to do on a raw_input). I would be happy if the pyplot window does not freeze python below, i.e. if the window can somehow exist while the

Re: [Matplotlib-users] pyplot.show() without stopping script execution?

2009-06-30 Thread Alan G Isaac
On 6/30/2009 5:42 PM ms apparently wrote: I am writing a script that uses pyplot.show() to show a plot, on which the user has to ponder and decide a course of action (telling the script what to do on a raw_input). This is not how `show` is used. But you could save the plot as a temporary file