(PR#4307) Re: [Rd] par(new=T) works differently in pdf vs postscript if applied before a plot statement. (PR#4037)

Andrew Robinson andrewr at uidaho.edu
Mon Sep 1 13:02:30 MEST 2003


Certainly.

postscript("test.ps")
par(new=T)
plot(1:10,1:10)
dev.off()

Produces a postscript image that can be opened.  However 

pdf("test.pdf")
par(new=T)
plot(1:10,1:10)
dev.off()

produces a pdf that cannot be opened by Latex or xpdf.  

Andrew
-- 
Andrew Robinson                      Ph: 208 885 7115
Department of Forest Resources       Fa: 208 885 6226
University of Idaho                  E : andrewr at uidaho.edu
PO Box 441133                        W : http://www.uidaho.edu/~andrewr
Moscow ID 83843                      Or: http://www.biometrics.uidaho.edu
No statement above necessarily represents my employer's opinion.



More information about the R-devel mailing list