Skip to content

Commit ac56a38

Browse files
committed
Remove mention of $QT_API in matplotlibrc example.
This was relevant back when the `backend.qt{4,5}` rcParams still existed (QT_API would override them), but not anymore. (Right now it reads like it override the `backend` rcParam, which is plain wrong.)
1 parent aaea1d4 commit ac56a38

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

matplotlibrc.template

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
## 'module://my_backend'.
4242
#backend : Agg
4343

44-
## Note that this can be overridden by the environment variable
45-
## QT_API used by Enthought Tool Suite (ETS); valid values are
46-
## "pyqt" and "pyside". The "pyqt" setting has the side effect of
47-
## forcing the use of Version 2 API for QString and QVariant.
48-
4944
## The port to use for the web server in the WebAgg backend.
5045
#webagg.port : 8988
5146

0 commit comments

Comments
 (0)