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

Exercise

Facetting multiple regressions

lmplot() allows us to facet the data across multiple rows and columns. In the previous plot, the multiple lines were difficult to read in one plot. We can try creating multiple plots by Region to see if that is a more useful visualization.

Instructions

100 XP
  • Use lmplot() to look at the relationship between insurance_losses and premiums.
  • Create a plot for each Region of the country.
  • Display the plots across multiple rows.