Session Ready
Exercise

boxplots, violinplots and lvplots

Seaborn's categorical plots also support several abstract representations of data. The API for each of these is the same so it is very convenient to try each plot and see if the data lends itself to one over the other.

In this exercise, we will use the color palette options presented in Chapter 2 to show how colors can easily be included in the plots.

Instructions 1/3
undefined XP
  • 1
  • 2
  • 3
  • Create and display a boxplot of the data with Award_Amount on the x axis and Model Selected on the y axis.