Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec06a93

Browse files
committed
add show, as otherwise line 51 in backends.__init__ returns the do_nothing_show method
1 parent 2568ef2 commit ec06a93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/backends/backend_wxagg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
import wx
1717

1818

19+
show = backend_wx.Show()
20+
21+
1922
class FigureFrameWxAgg(FigureFrameWx):
2023
def get_canvas(self, fig):
2124
return FigureCanvasWxAgg(self, -1, fig)

0 commit comments

Comments
 (0)