This simple force-directed graph shows character co-occurence in Les Misérables. A physical simulation of charged particles and springs places related characters in closer proximity, while unrelated characters are farther apart. Layout algorithm inspired by Tim Dwyer and Thomas Jakobsen. Data based on character coappearence in Victor Hugo's Les Misérables, compiled by Donald Knuth.
Compare this display to a force layout with curved links, a force layout with fisheye distortion and a matrix diagram.
Hello and thank you very much for your example! I am trying to do the same kind of graph to put it on a website and let the people interact with the information. I guess that you got the original information from a Neo4j database, is that right? In that case, the question is where did you get the json file from? Is it necessary?
Thank you!
Javier