DataViz

FacebookTwitter

What Visualization Tool/Software Should You Use? – Getting Started

http://flowingdata.com/2009/09/03/what-visualization-toolsoftware-should-you-use-getting-started/ Are you looking to get into data visualization, but don't quite know where to begin?
A directed graph. In mathematics, a directed graph or digraph is a graph , or set of nodes connected by edges, where the edges have a direction associated with them. In formal terms a digraph is a pair http://en.wikipedia.org/wiki/Directed_graph

Directed graph

NodeBox | Home

Welcome to NodeBox NodeBox is a Mac OS X application that lets you create 2D visuals (static, animated or interactive) using Python programming code and export them as a PDF or a QuickTime movie. http://nodebox.net/code/index.php/Home
http://queue.acm.org/detail.cfm?id=2146416 Jeffrey Heer, Stanford University Ben Shneiderman, University of Maryland, College Park

Interactive Dynamics for Visual Analysis

Software

http://theverymany.com/category/1/

…/…

Archive for …/…

dataisnature.com

http://dataisnature.com/data01/index.php?paged=3 Magic Forest - Andrew Carnie & Videos of pond life - Antonio Guillén

Visualisation of Live Code « Alex McLean

I wrote a paper with Dave Griffiths and Nick Collins on the visualisation of live code, exploring ideas around live coding interfaces, accepted for the EVA London 2010 conference in July. A HTML version is below, or see the PDF Preprint . Alex McLean (Goldsmiths), Dave Griffiths (FoAM), Nick Collins (University of Sussex) and Geraint Wiggins (Goldsmiths) http://yaxu.org/visualisation-of-live-code/
Any web, including more especially the world wide web as a whole, is composed of pages (which we'll call nodes ) and links between them (which we'll call arcs ). This means that, from a mathematical standpoint, we can consider the structure of any website as a graph . Consequently, in order to represent the structure of a website we simply need to draw a graph .

Web Structure Visualisation

http://www.infovis.net/printMag.php?num=173&lang=2

Kaleidoscopic (escape time) IFS

Hello, Here are some renderings of a class of fractals which I call "Kaleidoscopic IFS". There is a big variations of shapes one can get with this method. I began with this algorithm to get DE for symmetric Sierpinski tetrahedron: Then I added a rotation before the fold or before the stretch or both. //scale=2 //bailout=1000 sierpinski3(x,y,z){ r=x*x+y*y+z*z; for(i=0;i<10 && r<bailout;i++){ rotate1(x,y,z); if(x+y<0){x1=-y;y=-x;x=x1;} if(x+z<0){x1=-z;z=-x;x=x1;} if(y+z<0){y1=-z;z=-y;y=y1;} rotate2(x,y,z); x=scale*x-(scale-1); y=scale*y-(scale-1); z=scale*z-(scale-1); r=x*x+y*y+z*z; } return (sqrt(r)-2)*scale^(-i);//the estimated distance } http://www.fractalforums.com/ifs-iterated-function-systems/kaleidoscopic-(escape-time-ifs)/?PHPSESSID=a34ef3a53fbf821e679e721f4c31e26d
Previous parts: part I , part II , part III , part IV , part V , and part VI .

Syntopia

A Tour Through the Visualization Zoo

Jeffrey Heer, Michael Bostock, and Vadim Ogievetsky Stanford University

PWGL - PWGL

PWGL is a visual language based on similar concepts than PatchWork.
New layout engine The new Graphviz-based layout engine built into OmniGraffle 5 allows for faster and more varied automatic layout types.

Standard Version - OmniGraffle for Mac