Skip to content
Prev 316817 / 398506 Next

x-axis labelling

On Feb 4, 2013, at 4:00 AM, Alfredo Tello wrote:

            
Did you look at your graphics window? On my machine the plot you asked for was created by the preceding line:

 
barplot(db$var, 
       names.arg=ifelse( rep( c(TRUE,FALSE), length=length(levels(db$date) ) ),  levels(db$date), ""), 
       las=2,cex.axis=0.8,cex=0.8)

True, the line in question was copied to the message by mistake, but an arguably workable answer was presented.