Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef9586c

Browse files
committed
Try to un-break .png icon
1 parent 58ea861 commit ef9586c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/matplotlib/backends/_backend_tk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ def new_figure_manager_given_figure(cls, num, figure):
881881
# tk>=8.5 has a iconphoto command which we call directly. See
882882
# http://mail.python.org/pipermail/tkinter-discuss/2006-November/000954.html
883883
icon_fname = str(cbook._get_data_path(
884-
'images/matplotlib_large.png'))
884+
'images/matplotlib_128.png'))
885885
icon_img = tk.PhotoImage(file=icon_fname, master=window)
886886
try:
887887
window.iconphoto(False, icon_img)
Loading

0 commit comments

Comments
 (0)