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 a296cdf commit 4115044Copy full SHA for 4115044
2 files changed
examples/user_interfaces/embedding_in_wx.py
examples/user_interfaces/embedding_in_wx2.py
@@ -15,6 +15,7 @@
15
# comment out the following to use wx rather than wxagg
16
matplotlib.use('WXAgg')
17
from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg as FigureCanvas
18
+
19
from matplotlib.backends.backend_wx import NavigationToolbar2Wx
20
21
from matplotlib.figure import Figure
0 commit comments