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

hidedecorations! not working (WGLMakie) #203

Closed
danvinci opened this issue Dec 25, 2024 · 2 comments
Closed

hidedecorations! not working (WGLMakie) #203

danvinci opened this issue Dec 25, 2024 · 2 comments

Comments

@danvinci
Copy link

Image
@hexaeder
Copy link
Collaborator

Cannot reproduce with the following MWE. Does this example work for you?

using Pkg
pkg"activate --temp"
pkg"add WGLMakie, GraphMakie, Graphs"
using WGLMakie, GraphMakie, Graphs

g = smallgraph(:karate)
fig, ax, p = graphplot(g);
display(fig) # shows axis
hidedecorations!(ax)
display(fig) # no axis

Maybe this is a pluto issue? I have very limited experience with Pluto but it looks like the cell with hidedecorations! just returns "false", did you actually redisplay the figure after calling hidedecorations!?

@hexaeder
Copy link
Collaborator

hexaeder commented Jan 6, 2025

I'll close this issue, assuming it is solved. Feel free to comment if you still encounter the problem.

@hexaeder hexaeder closed this as completed Jan 6, 2025
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

2 participants