We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8c963 commit e339d2fCopy full SHA for e339d2f
README.md
@@ -47,7 +47,7 @@ gplot(g, nodelabel=nodelabel, nodelabeldist=1.5, nodelabelangleoffset=π/4)
47
## Control the node size
48
```julia
49
# nodes size proportional to their degree
50
-nodesize = [LightGraphs.out_degree(g, v) for v in LightGraphs.vertices(g)]
+nodesize = [LightGraphs.outdegree(g, v) for v in LightGraphs.vertices(g)]
51
gplot(g, nodesize=nodesize)
52
```
53
0 commit comments