Matplotlib-users Digest, Vol 48, Issue 46

But you have never explained your need here.
You cannot start the mainloop (using ``show``)
and then complain that the mainloop is running!
If you want do debug your script, just use
``savefig`` instead of ``show``. If that is
not adequate, explain why.

Alan Isaac

···

On 5/27/2010 9:54 AM, Sandy Ydnas wrote:

it is the my point
show() can not be used during debuging....

but without debug option any tools is usless
since the main problem in coding is debuging ...