[R] Postscript Bug?

partha_bagchi@hgsi.com partha_bagchi at hgsi.com
Mon Dec 13 17:24:45 CET 1999


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:

platform Windows
arch     x86
os       Win32
system   x86, Win32
status
major    0
minor    90.0
year     1999
month    November
day      22
language R
>


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