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.
1 parent 2568ef2 commit ec06a93Copy full SHA for ec06a93
1 file changed
lib/matplotlib/backends/backend_wxagg.py
@@ -16,6 +16,9 @@
16
import wx
17
18
19
+show = backend_wx.Show()
20
+
21
22
class FigureFrameWxAgg(FigureFrameWx):
23
def get_canvas(self, fig):
24
return FigureCanvasWxAgg(self, -1, fig)
0 commit comments