You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The present behavior for toggling the visibility of waveforms in plots causes the zoom for the plot to be reset, which is tiresome when viewing a zoomed-in section on long series:
Plotjuggler.zoom.on.toggle.visibility.mp4
Notice in the video above that this behavior also breaks the functionality of keeping the zoom of all plots synchronized
removing the call to resetZoom() in the mouse click case for the eventFilter in PlotWidgetBase provides the desired behavior:
Plotjuggler.no.zoom.on.toggle.visibility.mp4
Can this behavior be changed as described or in some other way?
The text was updated successfully, but these errors were encountered:
The present behavior for toggling the visibility of waveforms in plots causes the zoom for the plot to be reset, which is tiresome when viewing a zoomed-in section on long series:
Plotjuggler.zoom.on.toggle.visibility.mp4
Notice in the video above that this behavior also breaks the functionality of keeping the zoom of all plots synchronized
removing the call to resetZoom() in the mouse click case for the eventFilter in PlotWidgetBase provides the desired behavior:
Plotjuggler.no.zoom.on.toggle.visibility.mp4
Can this behavior be changed as described or in some other way?
The text was updated successfully, but these errors were encountered: