-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
Description
As a result of #1125 we now get two tk windows from the following code:
import matplotlib
matplotlib.use('tkagg')
import matplotlib.pyplot as plt
plt.plot(range(10))
plt.show()
I have commented where (and potentially how) I think the problem should be resolved.
Metadata
Metadata
Assignees
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.