Visualizing the same data four ways wiht ggplot2: slope, dumbbell, scatter, and dot charts (CC165)

November 22, 2021 • PD Schloss • 1 min read

ggplot2 is a tremendously versatile package for generating attractive figures in R. In this Code Club, Pat uses ggplot2 to generate four visuals using the same data in ggplot2. He’ll show how easy it is to generate a slope plot, dumbbell plot (or barbell plot), scatter plot, and dot chart using ggplot2 and how to spice up those figures. The question he is trying to answer with these plots is whether people’s stated intention to receive the COVID-19 vaccine in October 2020 matched whether they actually received the vaccine as of October of 2021. He’ll demonstrate how to build these figures generated using data from Ipsos and Our World in Data that describes COVID-19 vaccination intention and rates by country and day.

In this episode, Pat uses geom_point, geom_line, arrow, geom_text_repel, and more functions from the ggplot2 and dplyr R packages in Rstudio.

Code

You can browse the state of the repository at the