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

errorbars buggy for large x values #780

Closed
cailmdaley opened this issue Dec 10, 2020 · 2 comments
Closed

errorbars buggy for large x values #780

cailmdaley opened this issue Dec 10, 2020 · 2 comments

Comments

@cailmdaley
Copy link

using Makie, CairoMakie

start = 4e6
errorbars(start:start+9, randn(10), randn(10))

image

Things look good for smaller values of start; the error bars only start getting weird around start=1e5.

@jkrumbiegel
Copy link
Member

could be that this is because the coordinate transforms are done in Float32, at least that's usually what causes such "quantization" problems in Makie (GPU needs everything in Float32)

@ffreyer
Copy link
Collaborator

ffreyer commented May 24, 2024

Fixed in Makie 0.21 via #3681

@ffreyer ffreyer closed this as completed May 24, 2024
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