File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -286,9 +286,17 @@ users test out this new feature.
286286
287287Backends
288288--------
289+ Qt5 backend
290+ ```````````
291+ Martin Fitzpatrick and Tom Badran implemented a Qt5 backend. The differences
292+ in namespace locations between Qt4 and Qt5 was dealt with by shimming
293+ Qt4 to look like Qt5, thus the Qt5 implementation is the primary implementation.
294+ Backwards compatibility for Qt4 is maintained by wrapping the Qt5 implementation.
295+
296+ The Qt5Agg backend currently does not work with IPython's %matplotlib magic.
289297
290298Qt4 backend
291- ``````````````
299+ ```````````
292300Rudolf Höfler changed the appearance of the subplottool. All sliders are
293301vertically arranged now, buttons for tight layout and reset were
294302added. Furthermore, the the subplottool is now implemented as a modal
You can’t perform that action at this time.
0 commit comments