Dear R-devel,

I think I've found a bug - the alpha transparency doesn't work when plotting 
lines with xpd = TRUE.

#works
plot(1:20, col="#1874CD", xpd=T, type="l")

#works
plot(1:20, col="#1874CD50", xpd=F, type="l")

#doesn't work
plot(1:20, col="#1874CD50", xpd=T, type="l")

Thank you.

Jim


        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to