[R] Problems using lwd in GDD

Luiz Rodrigo Tozzi luizrodrigotozzi at gmail.com
Sun Jun 4 17:35:43 CEST 2006


hi

I'm using the GDD package (in a 64bits fedora machine using R 2.3.0)
to save in a png file some plots and i noticed that changing the lwd
parameter does not change my line width

I tried the same script in a Windows based R ( 2.2.1 r36812), using no
GDD, and it worked.

Does anybody has a clue?

My testing script is something dumb like this:

library(GDD)
GDD("pres24.png", type="png8", width = 700, height = 500)
par(lty=3,lwd=7,cex.axis=0.65,lab=c(12,12,0),mar=c(2.5, 2.5, 2.5, 2.5))
plot(rnorm(100),type="line",lty=3,lwd=7)
mtext("Rodada ",side=3,padj=-0.33,cex=1,font=c(4))
dev.off()

in windows i take off the initial two lines, of course...

thanks in advanced

-- 
><> ><> ><> ><> ><> ><> ><> ><> ><>
     Luiz Rodrigo Lins Tozzi
   luizrodrigotozzi em gmail.com

><> ><> ><> ><> ><> ><> ><> ><> ><>
    http://luizrodrigotozzi.multiply.com/
    http://www.flogao.com.br/luizrodrigotozzi



More information about the R-help mailing list