October 2018
Beginner to intermediate
676 pages
18h 30m
English
The only difference between lineplot() and scatterplot() is to change kind='line' to kind='scatter'. In relplot() , kind='scatter' is the default, so you can omit this parameter, as we have done here for a few plots.
All the other parameters are exactly the same as in the preceding recipe.
Here are how the plots look:
Scatter plot:

Scatter plot with hue:

Scatter plot with hue and style:

Scatter plot with hue, size, and style: ...
Read now
Unlock full access