Skip to content

Commit

Permalink
📖 up
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Nov 25, 2020
1 parent d4676c2 commit efbf577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/layouts/forcedirected.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ on some more):
```@example default
I = initial(RandomInitialLayout, N)
for step in 1:2000
position!(ForceDirectedLayout(3.0, 0.5; gravity=0.4), I, N)
position!(ForceDirectedLayout(0.3, 0.75; gravity=0.4), I, N)
end
plot(I, N, aspectratio=1)
scatter!(I, N, bipartite=true)
Expand Down

0 comments on commit efbf577

Please sign in to comment.