top of page

Python Data Analysis Tips Seaborn lmplot

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.

bottom of page