Skip to content

Commit

Permalink
📖 fix values
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Nov 25, 2020
1 parent b2a2f12 commit d4676c2
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(2.0, 0.2; gravity=0.4), I, N)
position!(ForceDirectedLayout(3.0, 0.5; gravity=0.4), I, N)
end
plot(I, N, aspectratio=1)
scatter!(I, N, bipartite=true)
Expand Down

0 comments on commit d4676c2

Please sign in to comment.