Skip to content
Prev 389067 / 398506 Next

combining geom_boxplot and geom_point with jitter

Hello,

And another way, with geom_jitter


p + geom_jitter(
   mapping = aes(shape = NMP_cat, group = Software),
   position = position_dodge2(width = 1)
)


Hope this helps,

Rui Barradas

?s 17:22 de 04/09/21, Rui Barradas escreveu: