On 4/7/2020 12:37 PM, J Conrado wrote:

plt,close(1)

You must have meant 'plt.close(1)', with a period.

and to kil the window I have to click on the "X" in the top my window.

What can I do to kil the window and plot other windows in squence.

You code omits the definition of 'plt', so I won't try to say anything except to reread its docs. What does the argument '1' mean? A close function may or may not destroy the widget.


--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to