Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitafd4977

Browse files
committed
Merge pull request#1285 from cgohlke/patch-12
Hide Tk root window until later
2 parentsbdfa2cb +cd01d82 commitafd4977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎lib/matplotlib/backends/backend_tkagg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def new_figure_manager_given_figure(num, figure):
8585
"""
8686
_focus=windowing.FocusManager()
8787
window=Tk.Tk()
88+
window.withdraw()
8889

8990
ifTk.TkVersion>=8.5:
9091
# put a mpl icon on the window rather than the default tk icon. Tkinter

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp