keithly + visualization   21

d3.js
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.
javascript  visualization 
10 weeks ago by keithly
Tesseract
Fast Multidimensional Filtering for Coordinated Views

Tesseract is a JavaScript library for filtering large multivariate datasets in the browser. Tesseract supports extremely fast (<30ms) interaction with coordinated views, even with datasets containing a million or more records; we built it to power analytics for Square Register, allowing merchants to slice and dice their payment history fluidly.

Since most interactions only involve a single dimension, and then only small adjustments are made to the filter values, incremental filtering and reducing is significantly faster than starting from scratch. Tesseract uses sorted indexes (and a few bit-twiddling hacks) to make this possible, dramatically increasing the perfor­mance of live histograms and top-K lists. For more details on how Tesseract works, see the API reference.
javascript  library  visualization 
10 weeks ago by keithly
Protovis
Protovis is a visualization toolkit for JavaScript using SVG. It takes a graphical approach to data visualization, composing custom views of data with simple graphical primitives like bars and dots. These primitives are called marks, and each mark encodes data visually through dynamic properties such as color and position.
javascript  opensource  visualization 
june 2009 by keithly
NationMaster - World Statistics, Country Comparisons
Welcome to NationMaster, a massive central data source and a handy way to graphically compare nations. NationMaster is a vast compilation of data from such sources as the CIA World Factbook, UN, and OECD. Using the form above, you can generate maps and graphs on all kinds of statistics with ease.

We want to be the web's one-stop resource for country statistics on everything from soldiers to wall plug voltages.
geography  politics  economics  visualization  education 
april 2009 by keithly
The Work of Edward Tufte and Graphics Press
Edward Tufte home page for books, posters, sculpture, fine art and one-day course: Presenting Data and Information
design  visualization  illustration 
december 2008 by keithly
Gapminder.org - For a fact based world view.
See countries change in ways that challenge old myths. You choose from the best statistics.
design  economics  education  technology  visualization 
december 2008 by keithly

Copy this bookmark:



description:


tags: