-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
BoundsError in recordframe!
with WGLMakie
#3961
Comments
This is a px_per_unit issue. Don't get it with the example above, but with |
I encountered this issue on a M1 Mac Studio.
The first solution I found was to activate with a screen config setting
This works, but produces a lower quality figure display. The next solution I found was to make
|
Hmm, that's an interesting question. Should
|
Line 263 in e90c042
I suppose one could also do the mulitplication there.
|
Just got this with the Lorenz attractor example on the Makie.jl home page using Pluto. Some students ran into it. |
]activate --temp; add Makie
)When creating animations, I can use GLMakie or CairoMakie without problems, but with WGLMakie I get
This code appears sufficient to reproduce
The problem is
where
glnative
has the wrong size for WGLMakieThe text was updated successfully, but these errors were encountered: