【发布时间】:2013-03-30 18:41:31
【问题描述】:
我绘制了一个景点一天中从 0 到 23 小时的访问时间分布。我想调整 x 轴的间隔,让所有时间都显示出来。我该怎么做?
d = c(42,13,10,3,2,6,7,15,38,63,128,153,178,181,236,217,272,417,526,653,607,385,191,70)
plot(seq(0,23,by=1),c,type='b',col='red',main="Confucius Temple",xlab="Hours",ylab="Numbers of check-in")
【问题讨论】: