Top "Boxplot" questions

Boxplot is a form of displaying cardinally scaled data displaying robust summary statistics as graphical elements.

Side-by-side boxplot of multiple columns of a pandas DataFrame

One year of sample data: import pandas as pd import numpy.random as rnd import seaborn as sns n = 365 df = …

python pandas plot seaborn boxplot
Flier colors in boxplot with matplotlib

According to the documentation, the Axes.boxplot function takes a dictionary flierprop as argument to define the properties of the …

python matplotlib statistics boxplot
How to edit properties of whiskers, fliers, caps, etc. in Seaborn boxplot

I have created a nested boxplot with an overlayed stripplot using the Seaborn package. I have seen answers on stackoverflow …

python pandas matplotlib boxplot seaborn
R ggplot2: Add means as horizontal line in a boxplot

I have created a boxplot using ggplot2: library(ggplot2) dat <- data.frame(study = c(rep('a',50),rep('b',50)), …

r ggplot2 boxplot
Tukey's results on boxplot in R

I am working on placing letters representing the results of a Tukey's HSD on a boxplot that I've made. I've …

r boxplot tukey
change thickness median line geom_boxplot()

I want to do some modifications of a geom_boxplot(). Because my boxplots are really "small" sometimes (see yellow and …

r ggplot2 boxplot
How to adjust space between Matplotlib/Seaborn subplots for multi-plot layouts

The following figure shows the standard Seaborn/Matplotlib Boxplots in a 2 X 2 grid layout: It is pretty much what I …

python matplotlib seaborn boxplot subplot
is seaborn confidence interval computed correctly?

First, I must admit that my statistics knowledge is rusty at best: even when it was shining new, it's not …

python matplotlib seaborn boxplot confidence-interval
ggplot2 show separate mean values in box plot for grouped data

I would like to create a box plot for grouped data that shows the mean of each group as a …

r mean ggplot2 boxplot
jitter if multiple outliers in ggplot2 boxplot

I am trying to find a suitable display to illustrate various properties within and across school classes. For each class …

r ggplot2 boxplot