Particle Graphs
Particle Graphs are a visualization method for graph structures based on a real physics particle engine. Each vertex in the given graph represents a particle and the springs between the particles denote the graph's edges. After adding all particles and springs the system automatically begins relaxing its structure until a (local) equilibrium is reached.I have seen this approach first in the website as graphs article at aharef.info.
They used a java applet based on freely availabe libraries:
- HTML Parser for parsing HTML files and iteration through the DOM tree.
- The Processing library for drawing and visualization
- traer.physics for the particle system.
This is the graph for http://blog.peter1402.de/. One can clearly identify several parts of the page, e.g. the calendar widget as the big red cloud.
People started using it for all kinds of web pages and many pictures can now be found at flickr.
