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.