Re: [Rd] OS X PDF bug (PR#13943)

2009-09-08 Thread paul . m . mcguire . jr
On Sep 7, 2009, at 4:37 AM, Prof Brian Ripley wrote: > My guess is quartz() and that this is nothing to do with R but with > copying in Mac OS X from a quartz() window. Saving to a file from the quartz window also produces a PDF that is viewable but not printable by Preview, and Acrobat too. I

Re: [Rd] OS X PDF bug (PR#13943)

2009-09-07 Thread ripley
On Mon, 7 Sep 2009, paul.m.mcguire...@att.net wrote: No graphics device is specified here: which was it? My guess is quartz() and that this is nothing to do with R but with copying in Mac OS X from a quartz() window. > par(mfrow=c(2,2)) > y<-1:20 > plot(y, pch="+") > plot(y, pch="+") > plot(y

[Rd] OS X PDF bug (PR#13943)

2009-09-07 Thread paul . m . mcguire . jr
par(mfrow=c(2,2)) y<-1:20 plot(y, pch="+") plot(y, pch="+") plot(y, pch="+") plot(y, pch="+") produces a pdf that is viewable in Preview (copied from the clipboard) but fails to print. pch default or ="." or =3 prints. Unfortunately pch=3 doesn't fix the mfrow=c(5,6) graph that I'm actua