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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to