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

WGLMakie + Pluto plot cuts off #2499

Closed
eahenle opened this issue Dec 13, 2022 · 4 comments
Closed

WGLMakie + Pluto plot cuts off #2499

eahenle opened this issue Dec 13, 2022 · 4 comments

Comments

@eahenle
Copy link

eahenle commented Dec 13, 2022

Using WGLMakie 0.8.0 & Pluto 0.19.17, the right-hand side of every plot is cut off, like so:

image

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?

@juliohm
Copy link
Member

juliohm commented Dec 13, 2022

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
Copy link
Member

WGLMakie without Page doesn't surprise, since it falls back to displaying in an iframe, making this a duplicate of #2358...
All such issues and the need for Page should be resolved in #2428.

@juliohm for other backends, I need an MWE, where I can reproduce the cut off...

@eahenle
Copy link
Author

eahenle commented Dec 13, 2022

@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)

@eahenle eahenle closed this as completed Dec 13, 2022
@juliohm
Copy link
Member

juliohm commented Dec 14, 2022

@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.

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