Raphaël—JavaScript Library. Force-Directed Layouts. Flare | Data Visualization for the Web. 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. But data visualizations can make all of that much easier, allowing you to see the concepts that you’re learning about in a more interesting, and often more useful manner. Below are 50 of the best data visualizations and tools for creating your own visualizations out there, covering everything from Digg activity to network connectivity to what’s currently happening on Twitter.
Music, Movies and Other Media Narratives 2.0 visualizes music. Different music tracks are segmented into single channels that are then shown in a fan-like structure. Liveplasma is a music and movie visualization app that aims to help you discover other musicians or movies you might enjoy. Tuneglue is another music visualization service. Digg, Twitter, Delicious, and Flickr Internet Visualizations. Graph Visualization on Google App Engine « HFV. If I want to generate nice sql depency graphs, I need a graph visualization tool. I am familiar with graphviz and my sql metadata parser is written in python. So I started looking for a graphviz python binding.
The sql graph visualizer should also run on the Google App Engine (GAE). After some experimenting and some googling around, I found out that generating graphics on the server side might not be such a good idea. Most drawing tools rely on compiled libraries that are not supported by GAE. And if a want some interactivity it is better to generate the graphs on the client side. Below you will find a log of my quest for a sql dependency graph visualization tool.
Graphviz python bindings On the resource page from Graphiz four library are documented: Mfgraph, GvGen, yapgvb, PyGraphviz Mfgraph Mfgraph – C++ interface with native bindings for python [Michael Föetsch Mfgraph will not work in the Google App Engine because. GvGen GvGen - a python class to generate dot files [Sebastien Tricaud]