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 63c621b commit 181d589Copy full SHA for 181d589
1 file changed
lib/matplotlib/backends/backend_wx.py
@@ -448,7 +448,6 @@ def __init__(self, bitmap, renderer):
448
449
dc, gfx_ctx = self._cache.get(bitmap, (None, None))
450
if dc is None:
451
- print "new dc"
452
dc = wx.MemoryDC()
453
dc.SelectObject(bitmap)
454
gfx_ctx = wx.GraphicsContext.Create(dc)
0 commit comments