powered by
stat_unique(mapping = NULL, data = NULL, geom = "point", position = "identity", ...)
aes
aes_string
layer
ggplot(mtcars, aes(vs, am)) + geom_point(alpha = 0.1) ggplot(mtcars, aes(vs, am)) + geom_point(alpha = 0.1, stat="unique")
Run the code above in your browser using DataLab