Thanks, I think I've got it on Mac. Will try with my windows station
tomorrow.
Best,
Anh Tran
On Jun 21, 2008, at 12:05 AM, Prof Brian Ripley wrote:
Please see the footer of this message. What do you want to be
transparent, and what did you use to try to get it (there are many
possibil
Please see the footer of this message. What do you want to be
transparent, and what did you use to try to get it (there are many
possibilities)? What OS and version of R is this?
Note that the default value of "bg" for the png() and tiff() devices is
"white", and the Windows version of the t
Hi Anh,
I don“t know if I understood your point fine.
I generate a scatterplot, and open it on adobe photoshop 7.0 with tranparent
background.
setwd("c:\\temp")
x<-runif(100)
y<-rnorm(100)
png("transparent_scatterplot.png", 800, 600, bg="transparent")
plot(y~x)
dev.off()
I hope this help,
mil
3 matches
Mail list logo