Re: [R] pdf indifferent to lwd after some small number< 1 (e.g. 0.18)

2010-08-06 Thread Ben Bolker
Chuen Tan yahoo.com> writes: > > Hi, > > To plot a figure, I used lwd=0.18 in the function lines() to plot > very fine lines. However, using png() or > pdf() to save the figure, it appears that lwd has no effect on > pdf() beyond some small number (e.g. 0.18) and > the lines looks much thicker

[R] pdf indifferent to lwd after some small number<1 (e.g. 0.18)

2010-08-06 Thread Chuen Tan
Hi, To plot a figure, I used lwd=0.18 in the function lines() to plot very fine lines. However, using png() or pdf() to save the figure, it appears that lwd has no effect on pdf() beyond some small number (e.g. 0.18) and the lines looks much thicker than png(). Setting lwd<0.18 does not make th