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

Skip to content

Commit 9a5e6ed

Browse files
authored
Merge pull request #13146 from anntzer/wx
Remove an outdated comment in backend_wx.
2 parents 71dd3ae + 432403f commit 9a5e6ed

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/matplotlib/backends/backend_wx.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,15 +1180,6 @@ def __init__(self, num, fig):
11801180

11811181
self.canvas.SetMinSize((2, 2))
11821182

1183-
# give the window a matplotlib icon rather than the stock one.
1184-
# This is not currently working on Linux and is untested elsewhere.
1185-
# icon_path = os.path.join(matplotlib.rcParams['datapath'],
1186-
# 'images', 'matplotlib.png')
1187-
# icon = wx.IconFromBitmap(wx.Bitmap(icon_path))
1188-
# for xpm type icons try:
1189-
# icon = wx.Icon(icon_path, wx.BITMAP_TYPE_XPM)
1190-
# self.SetIcon(icon)
1191-
11921183
self.figmgr = FigureManagerWx(self.canvas, num, self)
11931184

11941185
self.Bind(wx.EVT_CLOSE, self._onClose)

0 commit comments

Comments
 (0)