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, I just tried it in a new environment as everything works as expected:
using Pkg
pkg"activate --temp"pkg"add GraphMakie@0.5.8, CairoMakie, Graphs"using Graphs, GraphMakie, CairoMakie
g =wheel_graph(10)
f, ax, p =graphplot(g)
Something seems wrong with your env. Can you show the full output of ] st? textsize is the old name for fontsize, it changed in Makie@0.19, that lead to a breaking change from GraphMakie@0.4 to GraphMakie@0.5 where we renamed everything to fontsize.
I get the following error when running the GraphMakie examples on the docs. Did the textsize parameter change or get renamed by chance?
(Julia v1.9.3, GraphMakie v0.5.8 and Graphs v1.9.0.)
The text was updated successfully, but these errors were encountered: