Skip to content
Prev 30299 / 398506 Next

Justifying only the X-label

Use the title() function to write the x label.

plot(1,1,xlab="")
title(xlab="my x label name", adj=1)

Jerome
On April 7, 2003 12:01 pm, Tony Vargas wrote: