You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 axishidedecorations!(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!?
The text was updated successfully, but these errors were encountered: