[R] Postscript query

Ben Bolker ben at zoo.ufl.edu
Mon Sep 10 22:46:44 CEST 2001


  You've misunderstood how the postscript() device works, I think.

  You should do

postscript(whatever)
... plot commands ...
dev.off()

dev.print(file="whatever") works more the way you're thinking.

Note, however, that for best results you either (1) want to set your
windows() or x11() device to the same size as your intended output file or
(2) use the postscript()/plot commands/dev.off()  approach; translating
the stored plot commands to a new device isn't always WYSIWYG.



On Tue, 11 Sep 2001, Michael Manning wrote:

> Hi all
>
> I am experiencing some interesting results when I attempt to save
> graphical output to a file via "postscript".  I am running R version
> 1.3.0 on a Mandrake 8.0 system under Xemacs 21.1.14 via ESS 5.1.18.
> Once I have generated a graph, I have attempted to save the graph with
> statements like
>
> postscript("myplot.eps",horizontal=FALSE, height=8, width=6)
>
> however, the resulting postscript file appears to be, um, blank (i.e.
> when I open the file in the gimp or some other graphics editor, there
> isn't anything there).
>
> Feedback?
>
> Regards
>
> Michael Manning
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>

-- 
318 Carr Hall                                bolker at zoo.ufl.edu
Zoology Department, University of Florida    http://www.zoo.ufl.edu/bolker
Box 118525                                   (ph)  352-392-5697
Gainesville, FL 32611-8525                   (fax) 352-392-3704

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list