Skip to content
Prev 66799 / 398525 Next

y-label on right hand side of plot

Hello,

Please check if this is acceptable for you..

par(mar=c(6,6,6,6))
plot(1:10,yaxt="n",ylab="")
axis(4)
mtext('y-label',4,line=2)

Regards,
Carlos.

On Thu, 31 Mar 2005 12:31:49 +0200, joerg van den hoff
<j.van_den_hoff at fz-rossendorf.de> wrote: