Barplots and Countplot with Seaborn’s catplot

Seaborn countplot: Reordering barsin descending order

Love it or hate it, barplots are often useful in a quick exploratory data analysis to understand the variables in a dataset. In this post, we will see multiple examples on how to make barplots/countplot using Seaborn’s catplot() function. A couple of years ago Seaborn introduced catplot() function that provides a common framework to make… Continue reading Barplots and Countplot with Seaborn’s catplot

Catplot Python Seaborn: One Function to Rule All Plots With Categorical Variables

Catplot: Boxplot with jitter Seaborn

I just discovered catplot in Seaborn. Catplot is a relatively new addition to Seaborn that simplifies plotting that involves categorical variables. In Seaborn version v0.9.0 that came out in July 2018, changed the older factor plot to catplot to make it more consistent with terminology in pandas and in seaborn. The new catplot function provides… Continue reading Catplot Python Seaborn: One Function to Rule All Plots With Categorical Variables