Tarskin / MassyTools

A data processing tool for targeted high-throughput MALDI-MS data extraction.
Apache License 2.0
3 stars 4 forks source link

Tkinter and matplotlib.pyplot combination results in infinite loop #1

Closed iugrina closed 9 years ago

iugrina commented 9 years ago

Destroying tkinter main window won't stop the app. It gets stucked since Tkinter and matplotlib.pyplot don't behave well together. This explains the problem with tk and pyplot in more detail

Tarskin commented 9 years ago

Good catch, I never figured out what caused this behavior.