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 python script continues
to work. Now if I want the script to continue, I have to close the
window. I didn't find examples on how to manage this. Any hint on where
to read?

Thanks,
Massimo

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

Reply via email to