ImPlot.jl
ImPlot.jl copied to clipboard
implot_demo.jl Time Formatted Axis not working
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:

I've seen this bug a while ago, and I'm not sure if it is related to Julia wrapper. Maybe it is from C library?
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.