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