Scott W Harden
Scott W Harden
resolved by #3510
> simple boolean flags do the job This is true for the events you described! however, consider the middle-click-drag zoom rectangle: The zooming action needs to know the mouse down...
Also aggressively benchmark the generic vs. non-generic data sources to see if we can use the generics for everything without a meaningful performance hit
I'm merging #4053 now. See the "custom mouse behavior demo" to get an idea for how the new API works. The key code is shown here: https://github.com/ScottPlot/ScottPlot/pull/4053#issuecomment-2237773602 This new merge...
Hi @prime167, let's continue the discussion here. I like the idea of looking into this! If there's an easy way to make SkiaSharp draw curvy lines instead of straight lines,...
Okay I'm just now seeing this... and I love it 😍 I'll leave this issue open since I don't personally have the time to implement this right now, but if...
@sdpenner did some awesome work adding this feature to ScottPlot 5 in #3486. I'm going to close that PR for now, but I'll leave this issue open and when I...
Hi @raburton, thanks for reporting this! Signal plots are fast because they do a trick: they draw a vertical line for each pixel column containing data.  In the case...
... it should also let the user decide whether or not to have a transparent or solid background color
Hi @raburton I'm still working on this but one brief note (writing from my phone) If a signal plot has 1 billion points, a SVG with 1 billion lines will...