
Last chance! 50% off unlimited learning
Sale ends in
ggplot(mpg, aes(displ, hwy)) +
geom_point(alpha = 0.5, colour = "blue")
ggplot(mpg, aes(displ, hwy)) +
geom_point(colour = alpha("blue", 0.5))
Run the code above in your browser using DataLab