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 8e6d6b6 + 0ad6ce0 commit 9f5a90cCopy full SHA for 9f5a90c
1 file changed
lib/matplotlib/backends/_backend_gtk.py
@@ -143,7 +143,6 @@ def __init__(self, canvas, num):
143
super().__init__(canvas, num)
144
145
if gtk_ver == 3:
146
- self.window.set_wmclass("matplotlib", "Matplotlib")
147
icon_ext = "png" if sys.platform == "win32" else "svg"
148
self.window.set_icon_from_file(
149
str(cbook._get_data_path(f"images/matplotlib.{icon_ext}")))
0 commit comments