12, 22, 32, 42, 52),
label = c('10', '20', '30', '40', '50'), color = "black") +
# 在y...为间隔添加水平线
geom_hline(yintercept = seq(0, 50, by = 10), colour = "grey70", linewidth = 0.3) +
# 添加柱状图,...geom_col(aes(y = F_count_total, fill = as.factor(Season)), alpha = 0.8, show.legend = FALSE) +
# 添加柱状图,