Thanks to visit codestin.com Credit goes to github.com
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 71c77f0 commit 1cf39cfCopy full SHA for 1cf39cf
examples/user_interfaces/embedding_in_qt4_wtoolbar.py
@@ -7,7 +7,7 @@
7
from matplotlib.backend_bases import key_press_handler
8
from matplotlib.backends.backend_qt4agg import (
9
FigureCanvasQTAgg as FigureCanvas,
10
- NavigationToolbar2QTAgg as NavigationToolbar)
+ NavigationToolbar2QT as NavigationToolbar)
11
from matplotlib.backends import qt4_compat
12
use_pyside = qt4_compat.QT_API == qt4_compat.QT_API_PYSIDE
13
0 commit comments