[R] R-Graphics

partha_bagchi@hgsi.com partha_bagchi at hgsi.com
Tue Jul 27 14:20:51 CEST 1999


I suspect you are right. Its more gs issue than an R issue. I will give gv
a try.
Thanks.



                                                                                                              
                    Peter Dalgaard BSA                                                                        
                    <p.dalgaard at biostat.        To:     partha_bagchi at hgsi.com                                
                    ku.dk>                      cc:     r-help at stat.math.ethz.ch                              
                    Sent by:                    Subject:     Re: [R] R-Graphics                               
                    owner-r-help at stat.ma                                                                      
                    th.ethz.ch                                                                                
                                                                                                              
                                                                                                              
                    07/26/1999 05:50 PM                                                                       
                                                                                                              
                                                                                                              



partha_bagchi at hgsi.com writes:

> I am having a strange problem with R graphics:
> I am testing out R on a Sun Solaris machine. I generate a simple
postscript
> graph as:
>
> postscript(file="temp.ps", paper= "letter")
> plot(c(1:10), xlab= "index", ylab= "Cell Count")
> title("Generic Test of R-Graphics")
> dev.off()
>
> When I view the temp.ps file with gs (version 5.50) I get the graph
rotated
> by at least 90 deg. Is this a bug or have I missed something?
> TIA.

PostScript, bounding boxes, and paper orientations are tricky issues.
"gv" gets this one right. I suspect that the trouble is that gs
doesn't really know what to do with the metacomment

%%Orientation: Landscape

so it assumes that the paper is portrait and displays it like that.

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



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