[R] Postscript Bug?

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Tue Dec 14 01:09:01 CET 1999


partha_bagchi at hgsi.com writes:

> I was wondering if there is a "bug" in the postscript driver?
> Here is the problem:
> postscript(file= "temp.ps", paper= "Letter", horizontal= FALSE)
> #In the following statement, pch has no effect:
> plot(c(0:10), pch= 15)
> 
> It produces a tiny circle when it should be showing filled squares.
> However, the following works:
> par(pch= 15)
> plot(c(0:10))
> 
> dev.off()
> 
> Note: This was working just fine with R 0.65.1
> details:

Works OK in the pre0.90.1 snapshot...

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