[R] postscript problem

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Mon May 7 16:33:23 CEST 2001


Mathieu Ros <mathieu at lecastor.net> writes:


> Sorry :|
> 
> version :
>          _                   
> platform sparc-sun-solaris2.8
> arch     sparc               
> os       solaris2.8          
> system   sparc, solaris2.8   
> status                       
> major    1                   
> minor    2.2                 
> year     2001                
> month    02                  
> day      26                  
> language R 
> 
> example :
>     
> postscript("pipo.ps")
> pipo<-matrix(c(1:12),ncol=4)
> par(mfrow=c(1,4))
> for (i in 1:4){ plot(pipo[,i])}
> dev.off()
> 
> 
>     PBR> Just one idea: gs 6.0 was one of the least reliable recent
>     PBR> versions.  Try upgrading to at least 6.01.
> 
> well, there's problems with translation from ps to pdf too, so I don't 
> think ghostscript matters (?).

I think pstopdf and friends call ghostscript internally, so...

Works fine for me on Sol2.7 with R 1.2.3 and an ancient version of gv.
It seems to be complaining about not being able to find the Helvetica
font, which should be present on a proper Ghostscript installation.
Did you by any chance forget to install the ghostscript-fonts package?

-- 
   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