After upgrading to R 2.15, the alpha channel in ggplot no longer works.
plot(rnorm(100),rnorm(100),bg="#cc000055",pch=21)
works fine but
qplot(rnorm(100),rnorm(100),color="#cc000044")
not! Also, the alpha () function from the ggplot2 package is no longer found (I also tried ggplot2 :: alpha ().
Is this a known issue? I could not find anything on the Internet ...
Thanks!
source share