Python Data Analysis Tips Seaborn lmplot
- Brandyn Ewanek
- Dec 17, 2022
- 1 min read
Updated: Aug 21, 2023
Seaborn's lmplot helps use to examine linear relationships. Lmplot, linear model plot, performs a linear regression between x and y. We can also use the row and col argument to groupby a categorical variable and plot the linear correlation between two variables in the subgroups. The lmplot sits on top of the Seaborn's FacetGrid.
Want to read more?
Subscribe to datasimple.education to keep reading this exclusive post.