Skip to content
Prev 139101 / 398506 Next

y label perpendicular to the y axis

Try:

par(mar=c(4,6,4,4))
plot(rnorm(100), ylab="")
mtext(side=2, text="Label", las=1, line=2)
On 10/03/2008, JuanCarlos CorreaMorales <jccorreamorales at yahoo.com> wrote: