[R] postscript() problem

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Fri Aug 30 17:09:26 CEST 2002


Rado Bonk <rbonk at host.sk> writes:

> Hi R-users,
> 
> I am using "postscript("xx.eps", horizontal=FALSE, onefile=FALSE,
> height=6, width=10, pointsize=10)"  and "barplot(xx.dat)" in R to produce
> EPS graphics for LATeX document. When checking the graphics with "gv" I
> see that it was not produced with full details. The main graphic is
> there, but axes labels and titles are missing. While checking the xx.eps
> file with text editor I see that the xx.eps file was not produced
> correctly and with full details. It's clearly missing some last lines.

Did you remember to close the device with dev.off()?


-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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