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.
1 parent acfe724 commit 759544aCopy full SHA for 759544a
lib/matplotlib/backends/backend_qt5.py
@@ -123,7 +123,7 @@ def _create_qApp():
123
QtCore.Qt.AA_EnableHighDpiScaling)
124
except AttributeError: # Attribute only exists for Qt>=5.6.
125
pass
126
- qApp = QtWidgets.QApplication([b"matplotlib"])
+ qApp = QtWidgets.QApplication(["matplotlib"])
127
qApp.lastWindowClosed.connect(qApp.quit)
128
else:
129
qApp = app
0 commit comments