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
When you specify ilabel, the default node size is set to capture the label. This is reasonable. However, you should be able to manually reset the node size, e.g. to make all the nodes the same size. This does not appear to be possible!
g =cycle_digraph(3)
f, ax, p =graphplot(g; arrow_shift=:end, node_size=100,ilabels=["a", "aa", "aaa"])
hidedecorations!(ax); hidespines!(ax); ax.aspect =DataAspect()
The text was updated successfully, but these errors were encountered:
When you specify ilabel, the default node size is set to capture the label. This is reasonable. However, you should be able to manually reset the node size, e.g. to make all the nodes the same size. This does not appear to be possible!
The text was updated successfully, but these errors were encountered: