Data visualization

TwitterFacebook
Get flash to fully experience Pearltrees

How to become a data visualization ninja with 3 free tools for non-programmers — Fell in Love with Data

We noticed many times between the lines of this blog how data visualization is in the hype and how this trend is growing and growing. That’s good news guys! It’s fun and it’s … success! But as more and more people join this wild bunch we have to take care of those who are not as skilled as we are yet. http://fellinlovewithdata.com/guides/how-to-become-a-data-visualization-ninja-with-3-free-tools-for-non-programmers
Tableau Public is a free application that brings data to life. Create and share interactive charts and graphs, stunning maps, live dashboards and fun applications in minutes then publish anywhere on the web.

Download Tableau Public | Tableau Public

http://www.tableausoftware.com/public/download
// Creates canvas 320 × 200 at 10, 50 var paper = Raphael( 10 , 50 , 320 , 200 ); // Creates circle at x = 50, y = 40, with radius 10 var circle = paper.circle( 50 , 40 , 10 ); // Sets the fill attribute of the circle to red (#f00) circle.attr( "fill" , "#f00" ); // Sets the stroke attribute of the circle to white circle.attr( "stroke" , "#fff" );

Raphaël—JavaScript Library

http://raphaeljs.com/

15 Awesome Free JavaScript Charts | Splashnology

http://www.splashnology.com/article/15-awesome-free-javascript-charts/325/ dygraphs is an open source JavaScript library that produces produces interactive, zoomable charts of time series.
Most people would agree that the old adage “A picture is worth a thousand words” is also true for web based solutions. There should be no discussion – Charts and Graphs are ideal to visualize data in order to quickly deliver an overview and communicate key messages. Whatever type of data presentation you prefer or suits you data (pie charts, bubble charts, bar graphs, network diagrams etc.), there are many different options but how do you get started and what is technologically possible?

75+ Tools for Visualizing your Data, CSS, Flash, jQuery, PHP - tripwire magazine

http://www.tripwiremagazine.com/2009/12/70-tools-for-visualizing-your-data-css-flash-jquery-php.html
A chart or a graph is a visual representation of data, in which “the data are represented by symbols, such as bars, lines, or slices”. These symbols can represent tabular numeric data, functions or some kinds of qualitative structures. For one reason or another, a lot of freelancers use Charts and Graphs to display the meaningful data visualizations. As a full-time freelancer and part-time geek, I really like to display my data analytics on pie charts and graphs too. Nowadays, there are over hundred thousands of resources available on the web.

50+ Free Resources for Charts and Graphs Solution | Tools | instantShift

http://www.instantshift.com/2010/03/09/50-free-resources-for-charts-and-graphs-solution/

Charts And Graphs: Modern Solutions - Smashing Coding

2 The Dojo Charting Engine 3 can generate graphs and charts with few JavaScript snippets 4 . Many server-based solutions are quite versatile, so you can use them to create a variety of charts and graphs in minutes. http://coding.smashingmagazine.com/2007/10/18/charts-and-graphs-modern-solutions/

6 excellent charting libraries for php

Charts are an indispensable part of any data visualization work. http://www.codediesel.com/php/6-excellent-charting-libraries-for-php/
http://code.google.com/intl/fr/apis/chart/interactive/docs/quick_start.html

Quick Start - Google Chart Tools - Google Code

Convert the pie chart to a bar chart by replacing google.visualization.PieChart with google.visualization.BarChart in the code and reloading your browser.

Flash graph editor/viewer component

"Origami only uses a small number of different folds, but they can be combined in a variety of ways to make intricate designs." http://my.origramy.com/index.html
1. Hit F11 to go to full-screen mode. The more space you'll have the more convenient it will be.

visual editor

Create A Graph

Graphs and charts are great because they communicate information visually. For this reason, graphs are often used in newspapers, magazines and businesses around the world. NCES constantly uses graphs and charts in our publications and on the web.
Create an XML source to describe a chart, then pass it to this tool's flash file to generate the chart. The XML source can be prepared manually, or generated dynamically using any scripting language (PHP, ASP, CFML, Perl, etc.) XML/SWF Charts makes the best of both the XML and SWF worlds. XML provides flexible data generation, and Flash provides the best graphic quality. I just wanted to pass along how well your script worked for our stock performance page.

XML/SWF Charts > Introduction