Displaying 1 result from an estimated 1 matches for "an_phase2_graph".
2005 Jan 10
3
Mixing portrait/landscape in a postscript file
Dear list,
I'm stuck with a little graphical problem. I'm generating several 
lattice plots which are printed in a single postcript device opened by
 > trellis.device(postscript, theme=canonical.theme("postscript", 
color=F), file="an_phase2_graph.ps", paper="a4", pointsize = 10, 
onefile=TRUE, horizontal=TRUE)
Everything works fine,but some of these plots shoud be printed in a 
portrait orientation to look better. I tried to include [...] 
par.settings = list(horizontal=FALSE) [...] in the lattice plots 
arguments, but with...