search for: pdfcol

Displaying 1 result from an estimated 1 matches for "pdfcol".

Did you mean: pdfcols
2006 Oct 19
2
Bug in Acrobat Reader 7 (or R?) with translucent text
...bug with Acrobat Reader. It might be worth checking to see if colors for "text" are handled any differently than colors for "points" that might cause this problem. Best, Kevin Wright black <- rgb(0,0,0,.75) blue <- rgb(0, .2, 1, .75) red <- rgb(1,0,0,.75) pdf("pdfcols.pdf", version="1.4") set.seed(50) plot(.5,.5,type="n",xlim=c(0,1),ylim=c(0,1)) points(runif(200),runif(200), col=black) points(runif(200),runif(200), col=blue) points(runif(200),runif(200), col=red) text(.1, .1, "This is red", col=red) text(.1, .1, "Also red...