Session Ready
Exercise

Additional plot customizations

The matplotlib API supports many common customizations such as labeling axes, adding titles, and setting limits. Let's complete another customization exercise.

Instructions
100 XP
  • Create a distplot of the fmr_1 column.
  • Modify the x axis label to say "1 Bedroom Fair Market Rent".
  • Change the x axis limits to be between 100 and 1500.
  • Add a descriptive title of "US Rent" to the plot.