Displaying 1 result from an estimated 1 matches for "tp22841664p22842400".
2009 Apr 02
1
Tick label orientation
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?