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 0ec9af4 commit 282a910Copy full SHA for 282a910
README.md
@@ -120,7 +120,7 @@ gplot(g, layout=spectral_layout)
120
```
121
### shell layout
122
```julia
123
-nlist = Array(Vector{Int}, 2) # two shells
+nlist = Vector{Vector{Int}}(undef, 2) # two shells
124
nlist[1] = [1:5] # first shell
125
nlist[2] = [6:nv(g)] # second shell
126
locs_x, locs_y = shell_layout(g, nlist)
0 commit comments