7

A friend asked me to check out Wefeelfine and I was just flabbergasted on seeing the concept and the execution. I looked further and browsed through umpteen examples of data visualization and each one of them is cool to say the least.

I'm at home and currently nothing interesting do. Can anyone give me some pointers as to where I can start learning about data visualization. Any books, blogs or other resources would be great.

Thanks.

Prakhar
  • 3,486
  • 17
  • 44
  • 61
  • 1
    My advice is not to look for "data-visualization" as it is way too broad of a subject. Maybe you can try to refine you search, do you want to make things like that website? Or do you want to do 3D stuff, or..etc. – bastijn Nov 23 '10 at 11:38
  • @bastjin So your suggestion is to search instead for "3D data visualization?" – Jeff Swensen Feb 07 '11 at 15:22

4 Answers4

10

Books by Edward Tufte are considered classic. Start with "Visual Display of Quantitative Information". William Cleveland is recommended a lot, but a bit more old-school. Check out Ben Fry, Nick Felton, John Maeda, or many others that I am leaving out. There are also many good blogs, such as:
Information Aesthetics
Information is Beautiful
Flowing Data
Visual Complexity
Visualizing.org

And there are tons of packages out there, like matplotib, protovis, ggplot2, circos, etc...

Uri Laserson
  • 2,391
  • 5
  • 30
  • 39
  • 1
    This answer to another question adds to this: http://stackoverflow.com/questions/2076370/most-underused-data-visualization/2078411#2078411 – Jeff Swensen Feb 07 '11 at 15:25
10

Ben Fry and Stephen Few are a great resource for inspiration when it comes to data visualization.

I use Protovis and Processing.org for visualizing data.

Also, Harvard has made available for free their CS171 - Visualization class. Highly recommended.


Jer Throp's data visualization tutorials with Processing. http://blog.blprnt.com/source-code-tutorial

Visualization online class -- Harvard's CS171 class (videos and slides) http://cs171.org/

Luis Cielak
  • 101
  • 1
  • 4
  • CS171 seems to have PIN protection on their videos. What resources are you getting out of CS171? Looks like an incredible class. – davidryan Apr 26 '12 at 02:52
  • 1
    @ddri that's a shame they password protected those videos... will try to look for them elsewhere and post a comment if i fond something. – Luis Cielak Nov 11 '12 at 07:26
1

I just replied on a similar topic, with this very handy article about a range of data visualisation toolchains, hosts, environments and languages. It might seem a little overwhelming at first, but choice is freedom, and the specialisation of various methods allows for really unique solutions to really unique situations. And, even better, there's a huge amount of open source solutions (with more every month!).

Link: 22 Free Tools for Data Visualization and Analysis

Community
  • 1
  • 1
davidryan
  • 2,222
  • 20
  • 31
0

If you fancy JavaScript, a great starting combo is the highcharts visualization library and jsondata.com.

Using Highcharts' examples and jsondata.com's realtime embed code, you could produce an interactive visualization in no time.

Dave Romero
  • 128
  • 6