请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
h52101019 发表于 2014-10-28 15:39 library(ggplot2) ggplot(diamonds,aes(x=price, fill=color)) + geom_histogram(aes(y=..density..),b ...
firelife 发表于 2014-10-28 21:45 coord_flip() 或者 scale_x_reverse
蓝色 发表于 2014-10-28 22:22 正的做出来,生产图片,然后旋转一下算了