ImPlot.jl icon indicating copy to clipboard operation
ImPlot.jl copied to clipboard

implot_demo.jl Time Formatted Axis not working

Open jhgorse opened this issue 4 years ago • 2 comments

Time Formatted Axis should behave like this: https://traineq.org/implot_demo/src/implot_demo.html (Click generate huge data set).

ImPlot: image

But instead we see the following. It "undraws" the rendering as it zooms in. ImPlot.jl: image One mousewheel roll up to zoom in: image

jhgorse avatar Sep 15 '21 04:09 jhgorse

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?

sairus7 avatar Oct 01 '21 12:10 sairus7

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.

wsphillips avatar Oct 02 '21 22:10 wsphillips