Session Ready
Exercise

Exploring ggthemes

Outside of ggplot2, another source of built-in themes is the ggthemes package. The workspace already contains the plt_prop_unemployed_over_time, the line plot from before. Let's explore some of the ready-made ggthemes themes.

plt_prop_unemployed_over_time is available.

Instructions 1/3
undefined XP
  • 1
    • Add a fivethirtyeight.com theme, theme_fivethirtyeight(), to the plot.
    • What changed in the plot?
    • 2
      • Add an Edward Tufte theme, theme_tufte(), to the plot.
      • What changed in the plot?
    • 3
      • Add a Wall Street Journal theme, theme_wsj(), to the plot.
      • What changed in the plot?