October 2018
Beginner to intermediate
676 pages
18h 30m
English
Relational plots depict the relationship between two continuous variables. There is one common API in seaborn, relplot(), which is used for two types of plots: line and scatter plots. However, there are separate functions for each of these two types as well: lineplot() and scatterplot(). We can either use relplot() with an argument to plot a line plot or scatter plot, or directly use the lineplot() and scatterplot() functions.
Read now
Unlock full access