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

Last and first points of lines get interpolated when there is a lot of points (GLMakie) #3547

Closed
artemsolod opened this issue Jan 11, 2024 · 3 comments · Fixed by #3558
Closed
Labels
bug GLMakie This relates to GLMakie.jl, the OpenGL backend for Makie.

Comments

@artemsolod
Copy link

When there are many points in the line plot, the last an the first point of the plot get interpolated. Starting from this number it appears:

using GLMakie
let xs = 1:1_325_609
    ys = sqrt.(xs)
    lines(xs, ys)
end

Versions: Julia 1.10.0, M2 Mac OS 14.2.1, [e9467ef8] GLMakie v0.9.5

image
@artemsolod artemsolod added the bug label Jan 11, 2024
@artemsolod artemsolod changed the title Last and first points of lines get interpolated when there is a lot of points Last and first points of lines get interpolated when there is a lot of points (GLMakie) Jan 11, 2024
@SimonDanisch
Copy link
Member

Maybe that's the reason behind #3544

@t-bltg t-bltg added the GLMakie This relates to GLMakie.jl, the OpenGL backend for Makie. label Jan 13, 2024
@t-bltg
Copy link
Collaborator

t-bltg commented Jan 13, 2024

Can't repro on master, linux, and julia 1.10.0.

sqrt

@ffreyer
Copy link
Collaborator

ffreyer commented May 8, 2024

Should be fixed by #3558 via #3650 in 0.21. Feel free to reopen if that's not the case

@ffreyer ffreyer closed this as completed May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug GLMakie This relates to GLMakie.jl, the OpenGL backend for Makie.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants