Grouped Boxplot with Jittered Points with Seaborn Python

Grouped Boxplot with Jittered Data Points Seaborn

Grouped boxplots help us visualize the relationship between three variables, two categorical variables and one quantitative variable. When we make a boxplot, it is always a good idea to add the original data points on top of the boxplot, when possible. In this post, we will learn how to make grouped boxplots with jittered data… Continue reading Grouped Boxplot with Jittered Points with Seaborn Python

How to Make Boxplot with Jittered Data Points using Altair in Python

Boxplot with jittered data points Altair

In this post, we will learn how to make boxplot with data points using Altair. Latest version of Altair supports making simple boxplots. However, current version of Altair does not support adding adding jittered data points on top of boxplots. Thanks to Justin Bois from Caltech, we can use his data visualization utility package Altair-catplot,… Continue reading How to Make Boxplot with Jittered Data Points using Altair in Python

Horizontal Boxplots with Points using Seaborn in Python

Horizontal Boxplots with Points using Seaborn

Horizontal boxplots are useful when you have lots of groups with longer names. If you make simple boxplots, the longer names would overlap on each other and make it impossible to read the group names. Horizontal boxplots solve that problem easily. In this post, we will see an example of making horizontal boxplots with data… Continue reading Horizontal Boxplots with Points using Seaborn in Python

How to Make Boxplots with Data Points using Seaborn in Python

Colored Boxplot with Bigger Points Using Seaborn

Boxplot with data points on top of it is often better visualization technique than the boxplots alone. This is mainly because, boxplot with data points actually shows the data underlying the boxplots, while the boxplot alone just shows the summary statistics. Always remember, Anscombe’s quartet, while using only summary statitics. In this tutorial, we will… Continue reading How to Make Boxplots with Data Points using Seaborn in Python

Horizontal Boxplots with Seaborn in Python

Horizontal Boxplots with Seaborn

Horizontal boxplots cane be very useful, when you have categories with longer names. In general, Boxplots are great visualization tool for looking at multiple distributions at the same time, However, when the description of each distribution on x-axis is bit longer, it may become really difficult to understand the boxplot. One of the solutions is… Continue reading Horizontal Boxplots with Seaborn in Python

Exit mobile version