Re: [Matplotlib-users] wxbackend scroll_event trouble

2015-10-05 Thread Werner
On 10/4/2015 12:26, Yves Le Feuvre wrote: Hello, on my macOSX (didn't check other OS), scroll_event misses every other two event when I use mouse wheel (wx.EVT_MOUSEWHEEL works fine) What version of wxPython and MPL are you using? I just tried with and don't see any issues with skipped mouse

[Matplotlib-users] wxbackend scroll_event trouble

2015-10-04 Thread Yves Le Feuvre
Hello, on my macOSX (didn't check other OS), scroll_event misses every other two event when I use mouse wheel (wx.EVT_MOUSEWHEEL works fine) exemple code: import wx import numpy import matplotlib import sys from matplotlib.figure import Figure from matplotlib.backends.backend_wxagg imp