You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've definitely seen this happen before with simple line plots. I can't recall what the solution was off the top of my head, but my first guess is there's an off by one offset/count error that isn't segfaulting.
Time Formatted Axis should behave like this:
https://traineq.org/implot_demo/src/implot_demo.html
(Click generate huge data set).
ImPlot:
But instead we see the following. It "undraws" the rendering as it zooms in.
ImPlot.jl:
One mousewheel roll up to zoom in:
The text was updated successfully, but these errors were encountered: