13

Does anyone know of research which investigates the effectiveness (understandability?) of different visualization techniques?

For example, how quickly do people understand one form of visualization over another? Does interactivity with the visualization help people recall the data? Anything along those lines. An example of visualizations might be: scatter plots, graphs, timelines, maps, interactive interfaces (like Parallel Coordinates) etc.

I'm particularly interested in research within a lay-person population.

mdewey
  • 16,541
  • 22
  • 30
  • 57
madereal
  • 133
  • 7

5 Answers5

8

Cleveland reports on a lot of this research in his 1994 book The Elements of Graphing Data (2nd ed). It is very readable and extremely useful.

Rob Hyndman
  • 51,928
  • 23
  • 126
  • 178
5

This subject matter is often discussed under the discipline of HCI (human-computer interaction) which has it's own journal.

There is a lot of great work being done on this at Stanford under Jeffrey Heer (the creator of protovis and prefuse amongst other things) and in the Stanford Human-Computer Interaction Group. As an example, read the "Sizing the Horizon: The Effects of Chart Size and Layering on the Graphical Perception of Time Series Visualizations" paper. The material on the CS147: Introduction to Human-Computer Interaction Design and cs448b Data Visualization homepages may also be of interest.

You can also look at the projects list in the CMU HCI Institute.

Shane
  • 11,961
  • 17
  • 71
  • 89
4

Couple of thoughts:

  1. I think Bertin's Semiology of Graphics is a classic position in this area.

  2. As Rob pointed out, Cleveland has done some interesting work in the area, example here.

  3. Some examples of poor design from Stephen Few.

  4. Recently I stumbled upon interesting [and quite provocative, especially for Tufte / Cleveland fanatics as myself ;] piece of research from Human-Computer Interaction Lab at the University of Saskatchewan about usefulness of junk.

radek
  • 1,207
  • 2
  • 15
  • 37
  • Here's some criticism of that paper in 4 from the guy who runs eager eyes: http://junkcharts.typepad.com/junk_charts/2010/05/8-red-flags-about-the-useful-chartjunk-paper.html http://junkcharts.typepad.com/junk_charts/2010/05/8-red-flags-about-the-useful-chartjunk-paper.html – JoFrhwld Aug 10 '10 at 15:21
  • very interesting. thx for pointing this one out! – radek Aug 10 '10 at 17:34
2

Stephen Kosslyn studies human visual processing, and has written a book called Graph Design for the Eye and Mind. There's useful stuff in there, but he also suggests funny things sometimes. For example, he suggests truncating the y-axis on bar graphs at some point, so that they don't really start at 0, which seems a to be a deep sin to me.

JoFrhwld
  • 2,247
  • 3
  • 20
  • 22
2

Specifically on color and perception, I liked the papers below by Bergman, Rogowitz and Treinish.

ars
  • 12,160
  • 1
  • 36
  • 54