Skip to content
Back to formatted view

Raw Message

Message-ID: <19990819145610.A6868@stat1.stat.auckland.ac.nz>
Date: 1999-08-19T02:56:10Z
From: Ross Ihaka
Subject: axis ignores srt/crt (PR#249)
In-Reply-To: <199908162252.AAA18622@pubhealth.ku.dk>; from thomas@biostat.washington.edu on Tue, Aug 17, 1999 at 12:52:29AM +0200

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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._