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 8135a56 + 759544a commit e2638a5Copy full SHA for e2638a5
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