【发布时间】:2017-02-16 17:22:45
【问题描述】:
这是我的代码:
> hdata$Mono<- factor(hdata$Mon)
> ggplot(hdata, aes(y= Test1, x= Mono))+ geom_boxplot()
这就是它所给予的:
我想以某种方式格式化 x 轴,使其从 12 开始,然后像这样 12, 1, 2, 3, 4, 5, 6 ,7, 8
【问题讨论】:
-
看这里的答案只需更改变量并登录重新排序:stackoverflow.com/questions/42184869/…