格式化ggplot中的y轴范围

时间:2018-05-20 19:11:34

标签: r ggplot2

这是我的代码

ggplot(data, aes(x = Promotion, y = Sales)) +
  geom_col(width = 1, fill = "white", color = "black") +
  scale_y_continuous(expand = c(0, 0))

,结果图如下 enter image description here

这里,Y轴的范围是30到80.但我希望它从0到100.感谢提前。

0 个答案:

没有答案