d3/examples/force
Mike Bostock 3158645458 Add bounded force layout example. 2011-08-09 12:28:59 -07:00
..
README Load force-directed graph data asynchronously. 2010-11-04 19:09:21 -07:00
force-bounds.html Add bounded force layout example. 2011-08-09 12:28:59 -07:00
force-cluster.html Add missing force.linkStrength property. 2011-07-08 21:23:41 +01:00
force-dynamic.html Merge branch 'jasondavies/force-touch' into release 2011-07-09 15:55:44 -07:00
force-interactive.html Prettier colors. 2011-07-03 07:59:09 -07:00
force-map.html Add force-directed map example. 2011-07-08 22:39:34 -07:00
force-multi-foci.html Add force multi-foci example. 2011-06-12 13:11:48 -07:00
force.css Better force-directed layout. 2011-02-27 18:22:23 -08:00
force.html Better force layout. 2011-04-19 12:39:37 -07:00
force.js Add missing force.linkStrength property. 2011-07-08 21:23:41 +01:00
miserables.json Load force-directed graph data asynchronously. 2010-11-04 19:09:21 -07:00

README

The miserables.json file contains the weighted network of coappearances of
characters in Victor Hugo's novel /Les Miserables/. Nodes represent characters
as indicated by the labels, and edges connect any pair of characters that
appear in the same chapter of the book. The values on the edges are the number
of such coappearances. The data on coappearances were taken from D. E. Knuth,
"The Stanford GraphBase: A Platform for Combinatorial Computing",
Addison-Wesley, Reading, MA (1993).

The group labels were transcribed from "Finding and evaluating community
structure in networks" by M. E. J. Newman and M. Girvan.