Mickey
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: http://gist.github.com/270442
To post: email ggp...@googlegroups.com
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2
You can see it easier if you do this.p <- ggplot(mtcars, aes(factor(cyl), mpg))p + geom_boxplot() + geom_jitter(outlier.colour="NA")