RE: [Prosper-users] Re: [R] Difficulties in interaction between R and latex (prosper)

2004-03-11 Thread Hendri Adriaens
> BTW it's not a generic graphicx issue : I wrote a simple latex > document which uses cm_test.eps and that works. Probably there is a problem with the eps. Run it through ghostscript epswrite to (probably & hopefully) solve the problem. Best, -Hendri Adriaens. __

Re: [R] Difficulties in interaction between R and latex (prosper)

2004-03-11 Thread Ajay Shah
On Thu, Mar 11, 2004 at 08:44:19AM +0100, Ken Knoblauch wrote: > I suspect that this is not really an R question but one for the > graphicx package of LaTeX. Did you try the angle= argument > for the includegraphics command? eg, > > \includegraphics[width=\linewidth,angle=90]{cm_test.eps} Yes, I

Re: [R] Difficulties in interaction between R and latex (prosper)

2004-03-10 Thread Ken Knoblauch
I suspect that this is not really an R question but one for the graphicx package of LaTeX. Did you try the angle= argument for the includegraphics command? eg, \includegraphics[width=\linewidth,angle=90]{cm_test.eps} Quoting Ajay Shah <[EMAIL PROTECTED]>: > Hello, folks! I'm trying to use R as

[R] Difficulties in interaction between R and latex (prosper)

2004-03-10 Thread Ajay Shah
Hello, folks! I'm trying to use R as a graphics program, to make some pretty graphs that will go into prosper slideshows. I wrote this fragment, from the R manual, into a file demo.R: x=seq(-3,3,0.1) postscript("cm_test.eps", width = 4.0, height = 3.0, horizontal = FALSE, one