axis ignores srt/crt (PR#249)

Ross Ihaka ihaka@stat.auckland.ac.nz
Thu, 19 Aug 1999 14:56:10 +1200


On Tue, Aug 17, 1999 at 12:52:29AM +0200, thomas@biostat.washington.edu wrote:
> 
> Rotated text for axis labels should be possible with one of 
> par(srt=90)
> axis(1,at,labels)
> par(srt=0)
> 
> or 
> 
> axis(1,at,labels,srt=90)
> 
> (or similar with crt instead of srt)
> 
> None of these works in pre0.65 or in 0.64.2

This seems like a useful feature, but the S implementation seems
sightly odd.

	axis(1,at,srt=45,adj=1)

does rotate the labels, but

	axis(1,srt=45,adj=1)

does not.  Do you want this exact behaviour, or would always obeying
the srt= option make more sense?

	Ross
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._