1. Learn
  2. /
  3. Courses
  4. /
  5. Communicating with Data in the Tidyverse

Exercise

Apply a default theme

As you've learnt in the videos, ggplot2 comes with a set of predefined themes. Try out some of them!

Instructions 1/3

undefined XP
  • 1

    Assign your plot object into a variable called ilo_plot so you can save some typing later on.

  • 2

    Try out the minimal theme on ilo_plot.

  • 3

    Try out another theme on ilo_plot.