Murray Jorgensen wrote:
>
> I had hoped that
>
> plot(c(0,24),c(0,-6),xlab="Time",ylab="Day",
> type="n", main="This Week",axes=FALSE)
>
> axis(2,at=0:(-6), labels =
> c("Sun","Mon","Tues","Wed","Thurs","Fri","Sat"),hadj=TRUE)
> axis(1,at=seq(0,24,4))
>
> would give me horizontal tick labels.
> It doesn't. What would?
>
> Murray
>
Add las=1
Dieter
--
View this message in context:
http://www.nabble.com/Tick-label-orientation-tp22841664p22842400.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.