8000 DOC: some debug steps for backend issues · matplotlib/matplotlib@af55278 · GitHub
[go: up one dir, main page]

Skip to content

Commit af55278

Browse files
committed
DOC: some debug steps for backend issues
1 parent 70ed819 commit af55278

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

galleries/users_explain/figure/backends.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,7 @@ PyQT
288288
.. code-block:: bash
289289
python -c "from PyQt5.QtWidgets import *; app = QApplication([]); win = QMainWindow(); win.show(); app.exec()"
290290
291-
or if you have installed `PyQt6`:
292-
293-
.. code-block:: bash
294-
python -c "from PyQt6.QtWidgets import *; app = QApplication([]); win = QMainWindow(); win.show(); app.exec()"
291+
If you have ``PySide`` or ``PyQT6`` installed instead, just change the import accordingly
295292

296293
GTK
297294
^^^

0 commit comments

Comments
 (0)
0