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.
This exercise is part of the course
Introduction to Data Visualization with ggplot2
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Use the fivethirtyeight theme
plt_prop_unemployed_over_time +
___