Skip to content
Prev 201833 / 398506 Next

Overlapping x - axis lables

On 11/27/2009 05:11 PM, Julia Cains wrote:
Hi Julia,
Try this:

plot(month,length,xaxt="n")
axis(1,at=seq(1,100,by=5),labels=seq(1,100,by=5))

If the labels are still crowded, increase the "by" value.

Jim