Re: [R] plot to postscript orientation

2007-08-03 Thread Uwe Ligges
Miruna Petrescu-Prahova wrote: Hi I am trying to save some plots in a postscript file. When I generate the plots in the main window, they appear correctly - their orientation is landscape (i.e., horizontal). However, when I open the .ps file with GSview, the whole page appears

Re: [R] plot to postscript orientation

2007-08-03 Thread Vorlow Constantinos
Hi, My vanilla code works fine... See also attached .eps file (seperate email sent directly to you) r-rnorm(100) postscript(figure.eps) plot.ts(r) dev.off() Also this works ok as you have been told already: paper=special in the postscript() call. If you see my eps file wrongly then

Re: [R] plot to postscript orientation

2007-08-03 Thread Prof Brian Ripley
Do you have the Orientation menu set to 'Auto'? The effect described seems that if 'Rotate media' is selected, which it should not be. The files look fine to me in GSView 4.8 on Windows and other viewers on Linux. I agree with Uwe that it is a viewer issue (most reported postscript/PDF are).

Re: [R] plot to postscript orientation

2007-08-03 Thread John Kane
I seem to see the same problem that Miruna gets just to confirm that it is not just her set-up. I'm using GSview4.8 if that helps --- Uwe Ligges [EMAIL PROTECTED] wrote: Miruna Petrescu-Prahova wrote: Hi I am trying to save some plots in a postscript file. When I generate the

Re: [R] plot to postscript orientation

2007-08-03 Thread John Kane
I don't know about for Miruna but it does not work for me. I tried postscript (figure.eps, paper=letter) http://ca.geocities.com/jrkrideau/R/eps.figure.pdf postscript(figure.eps, paper=special, width=5, height=4) with similaar same results. Interstingly enough figure.eps imports completely

Re: [R] plot to postscript orientation

2007-08-03 Thread Miruna Petrescu-Prahova
: John Kane [EMAIL PROTECTED] To: Vorlow Constantinos [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Sent: Friday, August 03, 2007 11:40 AM Subject: Re: [R] plot to postscript orientation I don't know about for Miruna but it does not work for me. I tried postscript

Re: [R] plot to postscript orientation-update

2007-08-03 Thread John Kane
Follow-up I seem to have manged to get the eps file to work using: postscript(C:/temp/figure.eps, horizontal=F, paper=special, height=8, width=8, pointsize=12) Exactly why I'm not sure since I just copied some old code that I had used a year or so ago. --- Vorlow Constantinos [EMAIL

Re: [R] plot to postscript orientation-update

2007-08-03 Thread Miruna Petrescu-Prahova
]; [EMAIL PROTECTED] Cc: r-help@stat.math.ethz.ch Sent: Friday, August 03, 2007 11:52 AM Subject: Re: [R] plot to postscript orientation-update Follow-up I seem to have manged to get the eps file to work using: postscript(C:/temp/figure.eps, horizontal=F, paper=special, height=8, width=8

[R] plot to postscript orientation

2007-08-02 Thread Miruna Petrescu-Prahova
Hi I am trying to save some plots in a postscript file. When I generate the plots in the main window, they appear correctly - their orientation is landscape (i.e., horizontal). However, when I open the .ps file with GSview, the whole page appears vertically, and the plot appears