The world is awash with increasing amounts of data, and we must keep afloat with our relatively constant perceptual and cognitive abilities. Visualization provides one means of combating information overload, as a well-designed visual encoding can supplant cognitive calculations with simpler perceptual inferences and improve comprehension, memory, and decision making. Furthermore, visual representations may help engage more diverse audiences in the process of analytic thinking.
In this course we will study techniques and algorithms for creating effective visualizations based on principles from graphic design, perceptual psychology, and cognitive science. Students will learn how to design and build interactive visualizations for the web, using the D3.js (Data-Driven Documents) framework.
In addition to class discussions, students will complete visualization design and data analysis assignments, as well as a final project. Students will share the results of their final project as both an interactive website and a short presentation.
Textbook
- Interactive Data Visualization for the Web, 2nd Edition. Scott Murray, O'Reilly Press. (Read Online!) Code examples available on GitHub.
Learning Goals & Objectives
This course is designed to provide students with the foundations necessary for understanding and extending the current state of the art in data visualization. By the end of the course, students will have gained:- An understanding of key visualization techniques and theory, including data models, graphical perception and methods for visual encoding and interaction.
- Exposure to a number of common data domains and corresponding analysis tasks, including multivariate data, networks, text and cartography.
- Practical experience building and evaluating visualization systems.
Schedule & Readings
Week 0
- REQUIRED Chapter 1: Information Visualization, in Readings in Information Visualization. Stuart Card, Jock Mackinlay, and Ben Shneiderman. 1999.
- REQUIRED Design and Redesign in Data Visualization. Martin Wattenberg and Fernanda Viégas. 2015.
- Optional Decision to Launch the Challenger, in Visual Explanations. Edward Tufte. (See also a critique of Tufte's argument.)
Week 1
- REQUIRED Chapters 1, 2 & 3 in Interactive Data Visualization for the Web, 2nd Edition. Scott Murray.
- Optional Learn JS Data: Data Cleaning, Manipulation, and Wrangling in JavaScript.
- REQUIRED The Eyes Have It: A Task by Data Type Taxonomy for Information Visualizations. Ben Shneiderman. Proc. IEEE Conference on Visual Languages, 1996.
- REQUIRED Chapters 4 & 5 in Interactive Data Visualization for the Web, 2nd Edition. Scott Murray.
Week 2
- REQUIRED Polaris: A System for Query, Analysis and Visualization of Multi-dimensional Relational Databases. Chris Stolte, Diane Tang, and Pat Hanrahan. IEEE Transactions on Visualization and Computer Graphics, 2002.
- Optional Voyager: Exploratory Analysis via Faceted Browsing of Visualization Recommendations. Kanit Wongsuphasawat, Dominik Moritz, Anushka Anand, Jock Mackinlay, Bill Howe & Jeffrey Heer. IEEE Transactions on Visualization and Computer Graphics, 22(1), 649-658, 2016.
- Optional Exploratory Data Analysis, NIST Engineering Statistics Handbook.
- REQUIRED Chapters 6, 7 & 8 in Interactive Data Visualization for the Web, 2nd Edition. Scott Murray.
- REQUIRED Introducing d3-scale. Michael Bostock. 2015.
- REQUIRED Chapter 3: The Power of Representation, in Things That Make Us Smart. Don Norman.
- Optional A Tour through the Visualization Zoo. Jeffrey Heer, Michael Bostock, and Vadim Ogievetsky. ACM Queue, 8(5). 2010.
Week 3
- REQUIRED Chapter 9 in Interactive Data Visualization for the Web, 2nd Edition. Scott Murray.
- REQUIRED D3: Data-Driven Documents. Michael Bostock, Vadim Ogievetsky & Jeffrey Heer. InfoVis 2011.
- Optional Vega Lite: A Grammar of Interactive Graphics. K. Wongsuphasawat, D. Moritz, A. Satyanarayan & J. Heer. OpenVis Conf 2017.
- REQUIRED Chapters 10, 11 & 12 in Interactive Data Visualization for the Web, 2nd Edition. Scott Murray.
- REQUIRED Interactive Dynamics for Visual Analysis. Jeffrey Heer & Ben Shneiderman. 2012.
- Optional The Death of Interactive Infographics? Dominikus Baur. 2017.
- Optional In Defense of Interactive Graphics. Gregor Aisch. 2017.
Week 4
- REQUIRED Perception in Visualization. Christopher Healey.
- REQUIRED 39 Studies About Human Perception in 30 Minutes. Kennedy Elliott.
- Optional Graphical Perception: Theory, Experimentation and the Application to the Development of Graphical Models. William S. Cleveland, Robert McGill. J. Am. Stat. Assoc. 79(387):531-554, 1984.
- REQUIRED Color Use Guidelines for Data Representation. Cynthia Brewer. Proc. Section on Statistical Graphics, American Statistical Association, pp. 55-60, 1999. Color Scheme Explorer.
- REQUIRED D3 color scales: Sequential scales, Category scales, d3-scale-chromatic.
- Optional Colorgorical: Creating Discriminable and Preferable Color Palettes for Information Visualization. Connor Gramazio, David Laidlaw & Karen Schloss. IEEE Transactions on Visualization and Computer Graphics. 2017.
Week 5
- REQUIRED The Visual Uncertainty Experience. Jessica Hullman. OpenVis Conf 2016.
- REQUIRED Error Bars Considered Harmful: Exploring Alternate Encodings for Mean and Error. Michael Correll, Michael Gleicher. IEEE InfoVis 2014.
- Optional Visual Semiotics & Uncertainty Visualization: An Empirical Study. Alan MacEachren, Robert Roth, James O'Brien, Bonan Li, Derek Swingley, Mark Gahegan. IEEE InfoVis 2012.
Week 6
- REQUIRED Narrative Visualization: Telling Stories with Data. Edward Segel & Jeffrey Heer. InfoVis 2010.
- REQUIRED Reinventing Explanation. Michael Nielsen, 2014.
- Optional So You Think You Can Scroll. Jim Vallandingham. OpenVis Conf 2015. (Slides, code)
- Optional Budget Forecasts, Compared With Reality. NY Times, February 2010.
- Optional How Mariano Rivera Dominates Hitters. NY Times, June 2010.
- Optional Gapminder Human Development Trends 2005.
- REQUIRED Chapter 14 in Interactive Data Visualization for the Web, 2nd Edition. Scott Murray.
- REQUIRED Chapter 11: The Cartogram: Value-by-Area Mapping, in Cartography: Thematic Map Design. Dent.
Week 7
- REQUIRED Animated Transitions in Statistical Data Graphics. Jeffrey Heer & George Robertson. IEEE InfoVis 2007.
- REQUIRED Easing Functions Cheat Sheet.
- Optional Effectiveness of Animation in Trend Visualization. George Robertson, Roland Fernandez, Danyel Fisher, Bongshin Lee, & John Stasko. InfoVis 2008.
- REQUIRED Squarified Treemaps. Mark Bruls, Kees Huizing & Jarke van Wijk. Eurographics Data Visualization 2000.
- REQUIRED d3-hierarchy. Michael Bostock.
- REQUIRED d3-force. Michael Bostock.
- Optional Scalable, Versatile and Simple Constrained Graph Layout. Tim Dwyer. EuroVis 2009.
- Optional Hierarchical Edge Bundles: Visualization of Adjacency Relations in Hierarchical Data. Danny Holten. InfoVis 2006.
- Optional Use the Force! Michael Bostock. 2011. (Video)
Week 8
- REQUIRED Chapter 10: Information Visualization for Search Interfaces, in Search User Interfaces. Marti Hearst. 2009.
- REQUIRED Chapter 11: Information Visualization for Text Analysis, in Search User Interfaces. Marti Hearst. 2009.
- Optional Mapping Text with Phrase Nets. Frank van Ham, Martin Wattenberg & Fernanda Viégas. InfoVis 2009.
Week 9
Week 10
Assignments
- Class Participation 10%
- Assignment 1: Visualization Design 10%
- Assignment 2: Exploratory Data Analysis 15%
- Assignment 3: Interactive Visualization 25%
- Final Project 40%
Policies
Late Policy: We will deduct 10% for each day an assignment is late.
Plagiarism Policy: Assignments should consist primarily of original work. Building off of others' work—including 3rd party libraries, public source code examples, and design ideas—is acceptable and in most cases encouraged. However, failure to cite such sources will result in score deductions proportional to the severity of the oversight.
Class Participation
It is important to attend the lectures and read the readings. Each lecture will assume that you have read and are ready to discuss the day's readings.
Class participation includes both in-class participation as well as participation in the discussion on Canvas. Up through week 7, all enrolled students are required to submit at least 1 substantive discussion post per week related to the course readings. Each student has 1 pass for skipping comments. Links to the Canvas discussion for weeks 0-7 are included in the schedule above.
Good comments typically exhibit one or more of the following:
- Critiques of arguments made in the papers
- Analysis of implications or future directions for work discussed in lecture or readings
- Clarification of some point or detail presented in the class
- Insightful questions about the readings or answers to other people's questions
- Links to web resources or examples that pertain to a lecture or reading
Resources
See the resources page for visualization tools, data sets, and related web sites.
Q&A
Questions should be posted on Canvas. If you have a private question, email the instructors at cse442@cs or come to office hours.