IS590DV - Data Viz

This is the course website for IS590DV in Spring 2020

Week 3 - Types of Viz and Choosing Colors

This week, we will cover a bit about colors, and more about data transformations, and how we can choose colors and transforms to better suit our data.

We also did some basics of Pandas last week and we’ll continue this week.

Note there are a variety of notebooks from previous iterations of this course listed under the Materials subsection of today’s lecture. The “furtherExamples” notebooks are just there as reference, we will not be going through them by hand.

Downloads

Data:

Python external libraries

Make sure you save these in the same directory as your jupyter notebook is running in!

References

Optional Reading List

  1. VAD, Ch. 10: Map Color and Other Channels
  2. FDA, Ch. 4: Color scales
  3. Perception in Visualization (pay attention to the parts about color)
  4. Palettable Docs

Materials

Materials from Previous Courses