Exercise

Comparing styles

Seaborn supports setting different styles that can control the aesthetics of the final plot. In this exercise, you will plot the same data in two different styles in order to see how the styles change the output.

Instructions 1/2

undefined XP
  • 1

    Create a displot() of the fmr_2 column in df using a dark style. Use plt.clf() to clear the figure.

  • 2

    Create the same displot() of fmr_2 using a whitegrid style. Clear the plot after showing it.