Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdfa2cb + cd01d82 commit afd4977Copy full SHA for afd4977
1 file changed
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