File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -276,9 +276,17 @@ users test out this new feature.
276276
277277Backends
278278--------
279+ Qt5 backend
280+ ```````````
281+ Martin Fitzpatrick and Tom Badran implemented a Qt5 backend. The differences
282+ in namespace location between Qt4 and Qt5 was dealt with by shimming
283+ Qt4 to look like Qt5, thus the Qt5 implementation is primary implementation.
284+ Backwards compatibility for Qt4 is maintained by wrapping the Qt5 implementation.
285+
286+ The Qt5Agg backend currently does not work with IPython's %matplotlib magic.
279287
280288Qt4 backend
281- ``````````````
289+ ```````````
282290Rudolf Höfler changed the appearance of the subplottool. All sliders are
283291vertically arranged now, buttons for tight layout and reset were
284292added. Furthermore, the the subplottool is now implemented as a modal
You can’t perform that action at this time.
0 commit comments