Session Ready
Exercise

Complex jointplots

The jointplot is a convenience wrapper around many of the JointGrid functions. However, it is possible to overlay some of the JointGrid plots on top of the standard jointplot. In this example, we can look at the different distributions for riders that are considered casual versus those that are registered.

Instructions 1/2
undefined XP
  • 1
  • 2
  • Create a jointplot with a scatter plot comparing temp and casual riders.
  • Overlay a kdeplot on top of the scatter plot.