Example code ``` ggplot(mtcars, aes(x = factor(cyl), y = disp, color = factor(am))) + geom_boxplot(position = position_dodge(width = 0.8)) + ggbeeswarm::geom_beeswarm(dodge.width = 0.8) ``` ## Output in ggplot `v3.5.1`  ## Output in ggplot `v3.5.1.9000` 