Module force

Module force 

Source
Expand description

Change forces that define how your graph behaves.

Structs§

Force
A struct that defines how your force behaves.
LinkedHashMap
A version of HashMap that has a user controllable order for its entries.

Enums§

Value
A value that you can change in a Force’s dictionary.

Functions§

fruchterman_reingold
A force directed graph drawing algorithm based on Fruchterman-Reingold (1991).
fruchterman_reingold_weighted
A force directed graph drawing algorithm based on Fruchterman-Reingold (1991), though it multiplies attractions by edge weights.
handy
My own force-directed graph drawing algorithm.
scale
A force for scaling the layout around its center.
translate
A force for translating the graph in any direction.