-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
WGLMakie + Pluto plot cuts off #2499
Comments
I confirm the issue, and some plots don't even need to be in Pluto to be cut off. It also happens with GLMakie.jl. I think scatter and meshscatter are affected at least from what I recall. |
@SimonDanisch Ah, OK, sounds like this issue can be closed, then (if @juliohm has something else to add, probably opening a new issue specific to that is appropriate) |
@SimonDanisch I think some of the tests we have are cut off, for example: https://github.com/JuliaGeometry/MeshViz.jl/blob/a79f9e9051b9820a6b694b871533af5bc58486d2/test/data/gridview2D-1.png These are all produced with CairoMakie. I have also seen similar cutoffs with GLMakie, and will keep them in mind next time they appear. |
Using WGLMakie 0.8.0 & Pluto 0.19.17, the right-hand side of every plot is cut off, like so:
Unlike #2438 / #2440 / #2444, this does not depend on any previous calls, figure saving, or re-drawing, but will occur on the first (and all subsequent) calls to any plotting function. Still, I wonder if the issue is related to what was going on with
CairoMakie
in those issues?The text was updated successfully, but these errors were encountered: