Skip to content

Two TKagg widows popping up - should be one #1212

Closed
@pelson

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.

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