Werner
2014-09-25 13:40:07 UTC
Hi,
I have been digging a bit on the matplotlib issues.
The problem when using the 'wx' backend, instead of the 'wxagg' backend
is that for some reason this is not working (as of wxPython 2.9).
In FigureCanvasWx.gui_repaint we have this call:
drawDC.DrawBitmap(self.bitmap, 0, 0)
If I set a breakpoint and then do 'self.bitmap.SaveFile' I see the
information which should be shown on the screen, but the screen is
showing an empty canvas instead and after the above is called we go into
an 'idle' state, so I don't think it is being cleared later on.
Werner
I have been digging a bit on the matplotlib issues.
The problem when using the 'wx' backend, instead of the 'wxagg' backend
is that for some reason this is not working (as of wxPython 2.9).
In FigureCanvasWx.gui_repaint we have this call:
drawDC.DrawBitmap(self.bitmap, 0, 0)
If I set a breakpoint and then do 'self.bitmap.SaveFile' I see the
information which should be shown on the screen, but the screen is
showing an empty canvas instead and after the above is called we go into
an 'idle' state, so I don't think it is being cleared later on.
Werner
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.