Skip to content
Prev 31716 / 398506 Next

plot vertical labels along x axis

If you want an angle other than vertical, the problem is harder.  The 
argument "srt" works with "axis" in S-Plus 6.1 but not in R.

Consider the following:

plot(1:2)
text(1:2, rep(2, 2), c("adsf", "qwer"), srt=45)

If all you want is vertical, then you don't want this.  However, this 
provides another range of options.

Spencer Graves
Marc Schwartz wrote: