Robert Brenckman

Results 123 comments of Robert Brenckman

You might want to throw support at #4275

EDIT/FIX : ```cs Pixel mousePixel = new Pixel(mousePoint.X * MyPlot.DisplayScale, mousePoint.Y * MyPlot.DisplayScale); PlotHighlightMarker.Axes.YAxis = nearestPointSource!.YAxis; ``` After scouring the docs, I found the answer here : https://scottplot.net/faq/dpi-scaling/ And if...

@swharden @lee38237489 The work I put towards the IGetNearest interface should resolve this I think if @lee38237489 uses the latest nuget package. (I had same issue, and it solved it...

Edit: found what I needed, will implement on Monday, I'm also going to run into the too many Y Axes shown on left, so I'll try to tackle that while...

Ok, after some perusing, I don't know how to do this exactly, But I have a clue. The best bet is to create a custom class that inherits from and...

Wow, I haven't had a chance to look at this, but I saw you working on it. Great work, I had gotten pulled onto other things (and wasn't sure best...

> C:\projects\opentk\src\OpenTK.Graphics\OpenTK.Graphics.csproj(88,5): error MSB3073: The command ""SN.exe" -R ./src/OpenTK.Graphics/bin/Release/netstandard2.1/OpenTK.Graphics.dll ./openTK.snk" exited with code 9009. Environment variable `TargetFrameworkSDKToolsDirectory` is not set. may have to resolve the path, or figure out signing...

I'd like to chime in that I'm encountering this as well, but I think the problem may be with the JSON generator, and not this generator. Here is my class...

@nicewh & @nivGevaAerotor The 'DataSourceUtilities' class was introduced in my PR (#4270) because I was having similar issues and reworked the whole system to resolve those issues. `DataSourceUtilities.GetNearestSmart` is a...