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.
2 parents 41315b6 + e1b934c commit 9768142Copy full SHA for 9768142
1 file changed
lib/matplotlib/backends/backend_wx.py
@@ -263,6 +263,7 @@ def __init__(self, bitmap, dpi):
263
"""
264
Initialise a wxWindows renderer instance.
265
266
+ RendererBase.__init__(self)
267
DEBUG_MSG("__init__()", 1, self)
268
if wx.VERSION_STRING < "2.8":
269
raise RuntimeError("matplotlib no longer supports wxPython < 2.8 for the Wx backend.\nYou may, however, use the WxAgg backend.")
0 commit comments