anttikoskimaa
anttikoskimaa
I noticed that I cannot reproduce this when I am using only the laptop display, but only when I am using external display so I looked into the display settings....
I don't know. It was the display's scale factor that affected the issue and not ScottPlot's. I mean in Windows settings, System -> Display -> Scale was 125% instead of...
Yes I was using WPF. Thank you! My problem is resolved either by setting the `WpfPlot1.Plot.ScaleFactor = WpfPlot1.DisplayScale;` or translating the coordinates with `x *= WpfPlot1.DisplayScale;`. If both are used,...
Thanks a lot for the quick responses! I'll try that.