[R] x labels out of Quartz canvas

MeMooMeM mbelgin at gmail.com
Wed Jun 18 17:26:34 CEST 2008


Dr. Ripley, I appreciate all your help. The graph looks great now. Just in
case someone searches for a similar problem:

>You need to set the *margins* not the size of the canvas.  See par's mai 
>and mar and the figures in that document.

Here's how I do that:

par(mar=c(7,7,7,7))
color2D.matplot(abs(cors),extremes=c("blue", "red"),show.legend=TRUE,
show.values=TRUE, axes=FALSE, xlab="", ylab="")

-- 
View this message in context: http://www.nabble.com/x-labels-out-of-Quartz-canvas-tp17872830p17985234.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list