[R] Getting rid of borders on semi-transparent plotting symbols

Dieter Menne dieter.menne at menne-biomed.de
Tue Apr 22 20:05:39 CEST 2008


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



More information about the R-help mailing list