plot() bugs (PR#317)

Bill Simpson wsi@gcal.ac.uk
Wed, 10 Nov 1999 14:53:17 +0000 (GMT)



On Wed, 10 Nov 1999 wsi@gcal.ac.uk wrote:

> Full_Name: Bill Simpson
> Version: 65.1
> OS: Linux Redhat 6.1
> Submission from: (NULL) (193.62.250.209)
> 
The code got a bit mangled when pasting into web page

#default plot symbols and lettering are too small, need to scale up
par(cex=2,mex=.7)
par(mar=c(5,5,1,1))
 
spdiff<-c(1,2,3,4,5)
dpdet<-c(1,2,3,4,5)/10
dpsp<-c(2,3,4,5,6)/10
dpdir<-c(2,4,6,8,10)/10
 
plot(spdiff,dpdet,pch=15,ylim=c(0,max(dpdet,dpsp,dpdir)),xlab="Speed difference (deg/s)",ylab="d'", las=1)

points(spdiff,dpdir,pch=16)
points(spdiff,dpsp,pch=17)

I have since tried mkh, but it seems to have no effect.

Bill

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._