Scrolling in SOH and waveform plot selects point
Scrolling in SOH and waveform plot triggers a matplotlib pick event, resulting in a point being selected. Because the pick event is processed all the way through a scroll, if the mouse is moved while the mouse wheel is scrolling, multiple points are selected and shown in quick succession. It does not break anything, but the behavior might be unexpected to users.