From ac56a38309fcdea861141c158f6cee4d7c50157f Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Fri, 3 May 2019 12:45:00 +0200 Subject: [PATCH] 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.) --- matplotlibrc.template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/matplotlibrc.template b/matplotlibrc.template index d8351405327c..cf1e810af740 100644 --- a/matplotlibrc.template +++ b/matplotlibrc.template @@ -41,11 +41,6 @@ ## 'module://my_backend'. #backend : Agg -## Note that this can be overridden by the environment variable -## QT_API used by Enthought Tool Suite (ETS); valid values are -## "pyqt" and "pyside". The "pyqt" setting has the side effect of -## forcing the use of Version 2 API for QString and QVariant. - ## The port to use for the web server in the WebAgg backend. #webagg.port : 8988