File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -286,9 +286,17 @@ users test out this new feature.
286
286
287
287
Backends
288
288
--------
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.
289
297
290
298
Qt4 backend
291
- ``````````````
299
+ ```````````
292
300
Rudolf Höfler changed the appearance of the subplottool. All sliders are
293
301
vertically arranged now, buttons for tight layout and reset were
294
302
added. Furthermore, the the subplottool is now implemented as a modal
You can’t perform that action at this time.
0 commit comments