[R] avoid using Dingbats symbols for points()

2008-06-25 Thread Hans-Joerg Bibiko
Hi, I came across with a tiny problem. E.g.: pdf() plot(1:5) points(2, 3, cex=10, pch=21, bg=grey, lwd=0.3) points(2, 4, cex=1, pch=21, bg=grey, lwd=0.3) dev.off() If I execute this I'll get a nice PDF. Fine. But I want to edit this PDF with let's say by using Adobe Illustrator. If I try

Re: [R] avoid using Dingbats symbols for points()

2008-06-25 Thread Prof Brian Ripley
Please look at the NEWS for R-devel, which was an option to work around this known bug in Adobe Illustrator. (Of course, the R posting guide suggested this for before posting.) On Wed, 25 Jun 2008, Hans-Joerg Bibiko wrote: Hi, I came across with a tiny problem. E.g.: pdf() plot(1:5)

Re: [R] avoid using Dingbats symbols for points()

2008-06-25 Thread Hans-Joerg Bibiko
On 25 Jun 2008, at 15:22, Prof Brian Ripley wrote: Please look at the NEWS for R-devel, which was an option to work around this known bug in Adobe Illustrator. Thanks a lot for the hint. (Of course, the R posting guide suggested this for before posting.) I looked at several mailing