8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eaedc8 commit c745370Copy full SHA for c745370
doc/users/whats_new.rst
@@ -317,6 +317,14 @@ Backwards compatibility for Qt4 is maintained by wrapping the Qt5 implementation
317
318
The Qt5Agg backend currently does not work with IPython's %matplotlib magic.
319
320
+The 1.4.0 release has a known bug where the toolbar is broken. This can be
321
+fixed by: ::
322
+
323
+ cd path/to/installed/matplotlib
324
+ wget https://github.com/matplotlib/matplotlib/pull/3322.diff
325
+ # unix2dos 3322.diff (if on windows to fix line endings)
326
+ patch -p2 < 3322.diff
327
328
Qt4 backend
329
```````````
330
Rudolf Höfler changed the appearance of the subplottool. All sliders are
0 commit comments