Lets say I\'m doing the following graph:
ggplot(iris, aes(x=iris$Species, y=iris$Petal.Length)) + geom_boxplot() + geom_point(aes(color=iris$Species))