Exercise

Using a pairplot

The pairplot() function is generally a more convenient way to look at pairwise relationships. In this exercise, we will create the same results as the PairGrid using less code. Then, we will explore some additional functionality of the pairplot(). We will also use a different palette and adjust the transparency of the diagonal plots using the alpha parameter.

Instructions 1/2

undefined XP
    1
    2
  • Recreate the pairwise plot from the previous exercise using pairplot().