Displaying 1 result from an estimated 1 matches for "meanpl".
2002 Feb 28
1
postscript output sideways
Hi,
My plots are all coming out sideways! If I do the following:
> postscript("plot1.ps",horizontal=TRUE,paper="letter")
> plot(ns,meanpl/maxvec)
> dev.off(2)
The output file has "ns" on the left and the "meanpl/maxvec" on the top!
It doesn't matter if I change the horizontal flag to FALSE.
I have noticed, however that If I create my own graph from scratch, using
frame(), box(), plot.window(), axis(), an...