[R-SIG-Mac] followup to quartz problem in 2.7.0 beta -- it is something in Acrobat?

William Revelle lists at revelle.net
Mon Apr 14 02:42:06 CEST 2008


Dear Simon and the R-Gui wizards,

Following up my post of last night, I tried the same sequence in the 
most recent release. The problem reoccurs, but seems to be a problem 
with the way Acrobat is interacting with the pdf file.

x <- 1:10
y <- x^2
quartz(type="pdf")
plot(x,y,typ="b")
dev.off()

This creates the new file Rplots.pdf.  When I open this with Acrobat, 
some of the points are missing.  The line is there. The scale size in 
Acrobat is 266%.  But if I rescale the Acrobat window down to 150% or 
less, the points come back,  but then disappear again if I rescale 
up.  (At a large scale you can drag the figure around.  Points come 
and go as you move the graph around!)

If I open the file with Preview,  the points are there to start with 
no matter what.

>  sessionInfo()
R version 2.7.0 beta (2008-04-13 r45283)
i386-apple-darwin8.10.1

locale:
en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

Adobe Acrobat 5.0  running on a MacBook Pro.

Bill

-- 
William Revelle		http://personality-project.org/revelle.html
Professor			http://personality-project.org/personality.html
Department of Psychology             http://www.wcas.northwestern.edu/psych/
Northwestern University	http://www.northwestern.edu/
Use R for statistics:                          http://personality-project.org/r



More information about the R-SIG-Mac mailing list