Skip to content
Prev 69965 / 398506 Next

lwd less than 1

On Thu, 19 May 2005, Jacques VESLOT wrote:

            
On what device: see below?
(The people who write the documentation do tend to know what it says:
you omitted `The interpretation is device-specific' and it seems did not 
look in the device-specific documentation.)

This _is_ documented under both ?postscript and ?pdf as

      Line widths as controlled by 'par(lwd=)' are in multiples of
      1/96inch.  Multiples less than 1 are allowed.  'pch="."' with 'cex
      = 1' corresponds to a square of side 1/72 inch.

You haven't mentioned the device (or version of R) you are using, nor the 
commands used nor how you are viewing the output.

I checked the sources: the quartz() device is restricted to lwd >= 1, so 
this might have resulted from plotting on that and then copying the plot.
Using postscript() or pdf() directly works for me, and the code is the 
same on all R platforms.