Karl Ove Hufthammer <Karl.Hufthammer <at> math.uib.no> writes:

> 
> R version 2.7.0 RC (2008-04-20 r45403)
> 
> When using semi-transparent filled plotting symbols, the border of the
> symbol has a different (darker) colour than the interior:
> 
> plot(0, 0, pch=19, col="#FF000022")
> 
Same R version, Window, the problem turn up on-screen, but not when I do 

pdf()
plot(0, 0, pch=19, col="#FF000022")
dev.off()


Dieter

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to