Exercise

Fixing labels

Our initial plot displays the data, but there's a lot of work to do before it'll resemble the FiveThirtyEight plot. Let's start with the text above and around the plot. We've seen how the ggplot2 layer labs() can take multiple arguments to modify the text. The plot you created in the previous exercise, initial_plot, has been loaded for you.

Instructions

100 XP
  • To match the FiveThirtyEight graph:
    • Add its title, subtitle, and caption
    • Set the labels for x and y-axis as empty strings
  • Save it as a new plot, titled_plot.