Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implot_demo.jl Time Formatted Axis not working #23

Open
jhgorse opened this issue Sep 15, 2021 · 2 comments
Open

implot_demo.jl Time Formatted Axis not working #23

jhgorse opened this issue Sep 15, 2021 · 2 comments

Comments

@jhgorse
Copy link

jhgorse commented Sep 15, 2021

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

@sairus7
Copy link
Collaborator

sairus7 commented Oct 1, 2021

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?

@wsphillips
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants