Skip to content

y label perpendicular to the y axis

2 messages · JuanCarlos CorreaMorales, Henrique Dallazuanna

#
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: