kill a window

DL Neil PythonList at DancesWithMice.info
Tue Apr 7 23:59:39 EDT 2020


On 8/04/20 4:37 AM, J Conrado wrote:
...

> plt.title("Região a Ser Setorizada")
> 
> 
> plt.show()
> 
> plt,close(1)
> 
> 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.


Ola, perhaps use dotted-notation:

plt.close( 1 )
    ^
    |

-- 
Regards =dn


More information about the Python-list mailing list