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
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