Top "Boxplot" questions

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

Matplotlib boxplot without outliers

Is there any way of hiding the outliers when plotting a boxplot in matplotlib (python)? I'm using the simplest way …

python matplotlib boxplot
ggplot: arranging boxplots of multiple y-variables for each group of a continuous x

I would like to create boxplots of multiple variables for groups of a continuous x-variable. The boxplots should be arranged …

r ggplot2 boxplot continuous r-factor
Put whisker ends on boxplot

I would like to put perpendicular lines at the ends of the whiskers like the boxplot function automatically gives.

r ggplot2 boxplot
Changing data dynamically for a series in Highcharts

I have a chart working fine with data in the options, when I leave the data empty for a series …

javascript arrays highcharts boxplot
How to add a number of observations per group and use group mean in ggplot2 boxplot?

I am doing a basic boxplot where y=age and x=Patient groups age <- ggplot(data, aes(factor(…

r ggplot2 boxplot
How to draw the boxplot with significant level?

Some time ago I asked a question about drawing boxplot Link1. I have got some data with 3 different groups (or …

r ggplot2 boxplot significance
Tweaking seaborn.boxplot

I would like to compare a set of distributions of scores (score), grouped by some categories (centrality) and colored by …

python matplotlib plot boxplot seaborn
How to add labels to a boxplot figure (pylab)

This is a pretty basic question I'm sure but I cannot seem to find the right code. There is my …

python matplotlib boxplot axis-labels
NA's are being plotted in boxplot ggplot2

I'm trying to plot a v. simple boxplot in ggplot2. I have species richness vs. landuse class. However, I have 2 …

r ggplot2 boxplot na