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 1cf39cf

Browse filesBrowse files
committed
modified example to reflect removal of NavigationToolbar2QTAgg
1 parent 71c77f0 commit 1cf39cf
Copy full SHA for 1cf39cf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎examples/user_interfaces/embedding_in_qt4_wtoolbar.py

Copy file name to clipboardExpand all lines: examples/user_interfaces/embedding_in_qt4_wtoolbar.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from matplotlib.backend_bases import key_press_handler
88
from matplotlib.backends.backend_qt4agg import (
99
FigureCanvasQTAgg as FigureCanvas,
10-
NavigationToolbar2QTAgg as NavigationToolbar)
10+
NavigationToolbar2QT as NavigationToolbar)
1111
from matplotlib.backends import qt4_compat
1212
use_pyside = qt4_compat.QT_API == qt4_compat.QT_API_PYSIDE
1313

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.