3.3.9. Exercises

Questions:

  1. Suppose we create a scatter plot but find that due to the large number of points it’s hard to interpret. What are two things we can do to fix this issue?

  2. Suppose that we create an n-by-n FacetGrid. How big can “n” get?

  3. What are the two things about faceting which make it appealing?

  4. When is sns.pairplot most useful?

  5. Redo the last graph on the customization page but instead, put the labels at the end of the lines. You can follow the code here. Email me if you succeed!

Answers