Data Visualization Workshops

In Fall of 2019, I lead a series of five workshops on data visualization. This page houses the handouts and materials for those workshops.


Part 1: Intro to ggplot2

August 21, 2019—In Part 1 of this workshop I cover the basic syntax and how to make some simple types of plots.


Part 2: Extending your ggplot2 skills

August 28, 2019—Often you’ll want to customize your plots in some way. So, in this workshop we cover how to mess with properties of the plots like the axes, colors, and legends to make the plot work better for you.

Supplement to Part 2

Apparently I had a lot to say about how to extend your ggplot2 skills, so I ended up creating a supplement with lots of additional detail on how to modify your plots.


Custom Themes

September 4, 2019–Based on a popular blog post I wrote, this workshop wraps all customization methods together and shows how to create your own themes.

Supplement to Part 3: A detailed look at ggplot2::theme

As I was preparing for the custom themes workshop, I got a little carried away illustrating all the components of the theme function. I decided to simplify that portion of the workshop and create this separate handout that just focuses on theme. It is not yet finished, but it may be of some help to people (including myself!).


Fidelity, integrity, and sophistication: Edward Tufte’s principles of data visualization

October 16, 2019—In this workshop, I introduce a few key concepts from Edward Tufte’s book, The Visual Display of Quantitative Information such as graphical integrity, proportional ink, data-ink ratio, removing redundant material, and general graphical sophistication. Basically, the workshop could be thought of as, “How not to make awful plots.”


Send the right message: The dos and don’ts of COLOR in data visualization

October 23, 2019—Meagan Duever, GIS Librarian at UGA will help me lead this workshop. We talk about general principles of color in data visualization, introduce a whole bunch of nice color palettes, and demonstrate how to customize your colors in ArcMap, QGIS, Excel, and R.


Older versions

You may also be interested in the 2018 versions of some of these workshops that I gave (Part 1 Rmarkdown and PDF and Part 2 RMarkdown and PDF). An older version from 2017 that combines elements of Parts 1 and 2 can be found here as a PDF or RMarkdown file.