Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Milestone
Description
As a result of#1125 we now get two tk windows from the following code:
import matplotlibmatplotlib.use('tkagg')import matplotlib.pyplot as pltplt.plot(range(10))plt.show()
I have commented where (and potentially how) I think the problem should be resolved.