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 3d3565b + befcf72 commit f4e9226Copy full SHA for f4e9226
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