data visualisation
< fabriziogiovannibattistarewinghini
Get flash to fully experience Pearltrees
Prefuse is a set of software tools for creating rich interactive data visualizations.
D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a trivial example, you can use D3 to generate a basic HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction. D3 is not a traditional visualization framework.