Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88cdac9

Browse files
committed
Merge pull request matplotlib#3456 from tacaswell/qt5_toolbar_fix
DOC : add known-bug + fix for QT5 toolbar issue
2 parents a002be6 + c745370 commit 88cdac9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/users/whats_new.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,14 @@ Backwards compatibility for Qt4 is maintained by wrapping the Qt5 implementation
317317

318318
The Qt5Agg backend currently does not work with IPython's %matplotlib magic.
319319

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+
320328
Qt4 backend
321329
```````````
322330
Rudolf Höfler changed the appearance of the subplottool. All sliders are

0 commit comments

Comments
 (0)