1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Data Visualization with Julia

Exercise

Previewing themes

When choosing a theme, exploring examples of diverse plot styles is essential. Plots.jl provides a convenient built-in function for generating a selection of plots using the desired theme. How can you use this function to preview and select a theme?

The Plots package has been imported for you in the console; feel free to use it to help you answer this question. You can, e.g., try previewing the ggplot2 theme.

Instructions

50 XP

Possible answers