Skip to content

Commit a3a9832

Browse files
PallHaraldssonstevengj
authored andcommitted
Qt5 supported (#252)
* Qt5 supported Since support added, seems important enough to list (order important? ok as is?); while synonyms(?) may not be important to list: :qt_pyqt4=>"Qt4Agg", :qt_pyqt5=>"Qt5Agg", :qt_pyside=>"Qt4Agg" [skip ci] * And Tk Interesting that Tk seems a fist choice (or not; with different ordered list for each platform). Hopefully good enough link: "changed the title from Tkinter library conflict on MacOS X to Tk library conflict on MacOS X on 13 Jul" [skip ci]
1 parent a037461 commit a3a9832

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ If no Julia graphics backend is available when PyPlot is imported, then
168168

169169
### Choosing a Python GUI toolkit
170170

171-
Only the [wxWidgets](http://www.wxwidgets.org/),
172-
[GTK+](http://www.gtk.org/) (version 2 or 3), and [Qt](http://qt-project.org/) (via the
171+
Only the [Tk](http://www.tcl.tk/), [wxWidgets](http://www.wxwidgets.org/),
172+
[GTK+](http://www.gtk.org/) (version 2 or 3), and [Qt](http://qt-project.org/) (version 4 or 5; via the PyQt5,
173173
[PyQt4](http://wiki.python.org/moin/PyQt4) or
174174
[PySide](http://qt-project.org/wiki/PySide)), Python GUI backends are
175175
supported by PyPlot. (Obviously, you must have installed one of these
@@ -183,7 +183,7 @@ using PyCall
183183
pygui(gui)
184184
using PyPlot
185185
```
186-
where `gui` can currently be one of `:wx`, `:gtk`, or `:qt`. You can
186+
where `gui` can currently be one of `:tk`, `:gtk3`, `:gtk`, `:qt5`, `:qt4`, `:qt`, or `:wx`. You can
187187
also set a default via the Matplotlib `rcParams['backend']` parameter in your
188188
[matplotlibrc](http://matplotlib.org/users/customizing.html) file.
189189

0 commit comments

Comments
 (0)