Skip to content
Prev 220901 / 398500 Next

Multiple plots; single x(y) labels

Gurmeet,

I think Xin is more interested in the common axes, rather than just one single xlab or ylab.

Jim's solution is much more fancier than mine :-)

...Tao




----- Original Message ----
Or, just try adding "oma" and "mtext"
?par
?mtext

#
par(mfcol=c(2,2))
par(oma=c(2,2,0,0))
plot(x <- sort(rnorm(7)),
plot(x <- sort(rnorm(27)), type =
plot(x <- sort(rnorm(47)), type = "s",
plot(x <- sort(rnorm(67)), type = "s", main =
mtext("One x-label", side = 1,
mtext("One y-label", side = 2,
~Gurmeet


On Fri, May 14, 2010 at 4:14 AM, Jim
[[alternative HTML version
______________________________________________
PLEASE do read the posting
and provide commented,