lets-plot
lets-plot copied to clipboard
sampling_random doesn't work well with geom_boxplot
In geom_boxplot, dataframe after the stat transformation contains both: box data-points and ouliers data-points.
In the situation when there are large quantities of outliers, the random sampling will drop all or nearly all boxes and leave only outliers on the plot.

Temporarily just disabled sampling for geom_boxplot.