Exercise

Using a catplot

In many cases, Seaborn's catplot() can be a simpler way to create a FacetGrid. Instead of creating a grid and mapping the plot, we can use the catplot() to create a plot with one line of code.

For this exercise, we will recreate one of the plots from the previous exercise using catplot() and show how to create a boxplot on a data-aware grid.

Instructions 1/2

undefined XP
    1
    2
  • Create a catplot() that contains a boxplot (box) of Tuition values varying by Degree_Type across rows.