Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 88cdac9

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

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎doc/users/whats_new.rst

Copy file name to clipboardExpand all lines: doc/users/whats_new.rst
+8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.