标签: r ggplot2
这是我的代码
ggplot(data, aes(x = Promotion, y = Sales)) + geom_col(width = 1, fill = "white", color = "black") + scale_y_continuous(expand = c(0, 0))
,结果图如下
这里,Y轴的范围是30到80.但我希望它从0到100.感谢提前。