Ignore outliers in box-violin plot in ggplot2
I’m trying to plot a box-violin plot in ggplot2 but I can’t seem to find a way to ignore outliers in geom_violin
which in geom_boxplot
is taken care of by outlier.shape = NA
. As a result the tails of the violin extend all the way to the top of the y-axis.