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 bcdf5f5 commit 1c649f5Copy full SHA for 1c649f5
lib/matplotlib/backends/backend_qt4.py
@@ -82,7 +82,7 @@ def _create_qApp():
82
if display is None or not re.search(':\d', display):
83
raise RuntimeError('Invalid DISPLAY variable')
84
85
- qApp = QtGui.QApplication([" "]) # probably fine, not used by QT to resolve anything
+ qApp = QtGui.QApplication([str(" ")])
86
qApp.lastWindowClosed.connect(qApp.quit)
87
else:
88
qApp = app
0 commit comments