Skip to content
Prev 262509 / 398502 Next

R graphs differ from exported one

Hmm, did you shut the device down afterward (i.e., call dev.off() )?
I do not have any logic why that would induce the behavior you say you
are getting, but this works just fine for me:

postscript("tmp.eps", onefile = TRUE)
qqnorm(rnorm(20))
dev.off()

and creates the attached file (possibly not attached for the list, but
you should get it).

Josh
On Sun, Jun 12, 2011 at 10:00 AM, Massimiliano <massi.lyons at gmail.com> wrote: