Closed
Description
Before 10fa001, this code produced the following image:
ggplot(PlantGrowth, aes(y = weight)) +
geom_boxplot() +
scale_y_continuous(limits = c(5, 7.5))
After 10fa001, it now produces a blank plot with this warning:
Warning message:
Computation failed in `stat_boxplot()`:
missing values and NaN's not allowed if 'na.rm' is FALSE
cc @thomasp85
Metadata
Metadata
Assignees
Labels
No labels