We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdfa2cb + cd01d82 commit afd4977Copy full SHA for afd4977
lib/matplotlib/backends/backend_tkagg.py
@@ -85,6 +85,7 @@ def new_figure_manager_given_figure(num, figure):
85
"""
86
_focus = windowing.FocusManager()
87
window = Tk.Tk()
88
+ window.withdraw()
89
90
if Tk.TkVersion >= 8.5:
91
# put a mpl icon on the window rather than the default tk icon. Tkinter
0 commit comments