Two TKagg widows popping up - should be one · Issue #1212 · matplotlib/matplotlib · GitHub
Skip to content

Two TKagg widows popping up - should be one #1212

Description

@pelson

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions