Data Visualization

TwitterFacebook
Get flash to fully experience Pearltrees

Force-Directed Layouts

http://mbostock.github.com/protovis/ex/force.html View full screen. An intuitive approach to network layout is to model the graph as a physical system: nodes are charged particles that repel each other, and links are dampened springs that pull related nodes together. A physical simulation of these forces then determines node positions; approximation techniques that avoid computing all pairwise forces enable the layout of large numbers of nodes.

50 Great Examples of Data Visualization

Wrapping your brain around data online can be challenging, especially when dealing with huge volumes of information. And trying to find related content can also be difficult, depending on what data you’re looking for. http://www.webdesignerdepot.com/2009/06/50-great-examples-of-data-visualization/

Graph Visualization on Google App Engine « HFV

http://blog.holkevisser.nl/2010/10/29/python-bindings-for-graphiz/ If I want to generate nice sql depency graphs, I need a graph visualization tool.