Skip to content
Prev 59107 / 398506 Next

Simple plot() question

michael watson (IAH-C) wrote:
You want to add xaxt="n" so the x-axis labels are not printed. Then add 
your new labels using axis(1, at=1:38, labels=<some vector of label names>)

HTH,

Jim