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
Issue:
I'm using a simple static plot with 2 vertical axes and 6 signals. Everything is working as expected... expect when the mouse is panning, we can see some flashing artifacts (as if the series are drawn multiple times).
I've tried to simplify the plot as much as possible (keeping one axis, one signal) but it's always there.
scottplot.mp4
Am I doing something wrong? Or... could it be an Avalonia issue?
The WinForms demo are working well on the same system.