If graphplot behaves similar to other Makie plotting function, then you need to do
fig, ax, p = graphplot(
g;
figure = (; size=(200,200),
# other kwargs
)
to “pass” the size kwarg through to the underlying Figure.
If graphplot behaves similar to other Makie plotting function, then you need to do
fig, ax, p = graphplot(
g;
figure = (; size=(200,200),
# other kwargs
)
to “pass” the size kwarg through to the underlying Figure.