top of page

Python Data Analysis Tips - Seaborn Catplot

Updated: Aug 10, 2024

Here we will learn to use Seaborn's catplot functions. This is a figure-level plot and sits on top of the facetgrid. This will allows us to inspect sub-sub categories. We can also access the swarmplot, stripplot, boxenplot, and many more depending on the generalization we would like to see in our data analysis.

Want to read more?

Subscribe to datasimple.education to keep reading this exclusive post.

bottom of page