1. Learn
  2. /
  3. Courses
  4. /
  5. Intermediate Data Visualization with Seaborn

Exercise

Using default palettes

Seaborn includes several default palettes that can be easily applied to your plots. In this example, we will look at the impact of two different palettes on the same displot.

Instructions

100 XP
  • Create a for loop to show the difference between the bright and colorblind palette.
  • Set the palette using the set_palette() function.
  • Use a displot of the fmr_3 column.