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
and open it in a viewer.  Or build a GUI
for the user to interact with:
http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_tk.html

Alan Isaac

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to