tobbergm
Results
1
comments of
tobbergm
Even with root.quit I got the error. For me it worked by adding plt.close() ``` def Exit(): plt.close() root.quit() root.protocol("WM_DELETE_WINDOW", Exit) ```