Evan Pezent
Evan Pezent
Thanks, this is definitely a goal of mine. I haven't quite figured out how to design the API, though. As it is currently designed, the API for styling scatter plots...
I was under the impression that `long double` was just `double` for many architectures and compilers, and figured very folks would be using it otherwise. If anything, I'd like to...
Correct. It's not expected for anyone to render markers this large, so circles only use 10 points to keep their cost low. If you need large circles I suggest custom...
> Many Thanks, I'll try find where it's setting/using 10 points and maybe increase them a bit. Any plan on adding points as an additional parameter in future so we...
@nkeskes , there's no reason you can't render vertical streams. Just swap your x and y data when you pass them to `PlotLine`. See this post for a similar example....
@nkeskes , I've studied the plot you provided, and I'm pretty confident that we can faithfully recreate this with `implot` using subplots once they land (#203), and by adding some...
@samever7 , can you please provide a minimal working example of the bug in question? I have not seen issues with striding when it is properly used. Sometimes it can...
@ArekSredzki , I'd love to eventually support dashed lines! Unfortunately, I haven't come up with a great solution yet. A naïve approach of keeping a running tally of distance along...
Thanks for the comments, Omar! We can take a look at how far we can get with textures and `AddCustomRect` and then let you know what backend features might be...
Hey! Sorry about that; noticed this a few days ago as well. Our formatting internals changed quite a bit recently, and this issue got overlooked . I've pushed a temporary...