Possible Duplicate:
Is there a way to detach matplotlib plots so that the computation can continue?
I use python with matplotlib for scientific programming. But whenever I use the command show()
to display a plot, the script just stops there. I have to close the figure window for the script to continue executing. Is there a way to keep the script running while the figure window is open, just like in Matlab?