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
I've been using GraphPlot.jl in Juno IDE environment (add-on on ATOM).
The output from gplot() command in Juno's Plots pane is so small so that it is hard to identify node or edge labels.
Unlike ordinary output from plot() command, zoom in or zoom out options are disabled.
I cannot find any arguments in gplot() to control the overall size of the output plot. Do you know how?
g =graphfamous("karate")
gplot(g)
Thanks in advance…
The text was updated successfully, but these errors were encountered:
I've been using GraphPlot.jl in Juno IDE environment (add-on on ATOM).
The output from
gplot()
command in Juno's Plots pane is so small so that it is hard to identify node or edge labels.Unlike ordinary output from
plot()
command, zoom in or zoom out options are disabled.I cannot find any arguments in
gplot()
to control the overall size of the output plot. Do you know how?Thanks in advance…
The text was updated successfully, but these errors were encountered: