Mike Fellows

Results 9 comments of Mike Fellows

In the various discussions around this feature found here and on various forum postings, there is an important and valid use case that is not mentioned - that is the...

Coincidentally I ran across a related issue in the arduino-builder repo that discusses the use case I noted above. For completeness, here is the issue: https://github.com/arduino/arduino-builder/pull/301

Possibly the same problem as in https://github.com/ScottPlot/ScottPlot/issues/3327? If yes there is an associated PR waiting to be merged that fixes the issue.

Sorry, my mistake I didn't read your code thoroughly enough. I think you are using WPF? If that is true then you are missing a step when converting screen pixels...

Yes you have the solution in your last code example above. I'm afraid my documentation PR is not entirely correct. To test out your suggestion above, and create a complete...

If you look at the complete working example I linked in my comment from 3 days ago you should be able to fix your problem.

@anttikoskimaa, @MohammadSadeghSalimian there were bugs in the GetCoordinateRect methods related to ScaleFactor. I've fixed the bugs and that PR has been merged (see link above). Once version 5.0.22 is released...

Scatter plots support filling under the line. Perhaps that would be a better choice for solving this problem? https://scottplot.net/cookbook/5.0/Scatter/ScatterFill/ https://scottplot.net/cookbook/5.0/Scatter/ScatterFillValue/ https://scottplot.net/cookbook/5.0/Scatter/ScatterFillAboveBelow/ (all scatter plot details: https://scottplot.net/cookbook/5.0/Scatter/ )

Just updated to 30.0.2 The update screen in 29.0.8 showed user_external as **not** being compatible with version 30.0.2 - but it all just worked as soon as the update was...