Skip to content

Commit

Permalink
state that initial positions are respected
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfaslak committed Apr 24, 2019
1 parent 1a004ce commit 455f2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/visualization/init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Other physics parameters are:
* *Link distance variation*. Shortens the optimal distance of strong links. This is mostly useful in sparse networks as the link strengths in dense networks are small. Works well when link distance is large.
* *Collision*: Implemented with `d3.forceCollide <https://github.com/d3/d3-force#forceCollide>`_ with default strength (0.7) and makes overlapping nodes more unlikely.
* *Wiggle*: Sets the simulation *alphaTarget* to 1, causing nodes to move more freely. Useful for "wiggling" nodes out of place if the layout seems stuck in a local minumum.
* *Freeze*: Stops the force simulation. The simulation is restarted when this is untoggled.
* *Freeze*: Stops the force simulation. The simulation is restarted when this is untoggled. When the network nodes have initial positions (given as node-attributes "x" and "y"), "Freeze" is enabled at launch, so that the initial positions are respected.


Nodes
Expand Down

0 comments on commit 455f2a7

Please sign in to comment.