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.
1 parent fb6fa1d commit 52eb8b8Copy full SHA for 52eb8b8
1 file changed
lib/matplotlib/backends/backend_qt5.py
@@ -121,7 +121,7 @@ def _create_qApp():
121
if display is None or not re.search(r':\d', display):
122
raise RuntimeError('Invalid DISPLAY variable')
123
124
- qApp = QtWidgets.QApplication(["matplotlib"])
+ qApp = QtWidgets.QApplication([b"matplotlib"])
125
qApp.lastWindowClosed.connect(qApp.quit)
126
else:
127
qApp = app
0 commit comments