ggplot(d, aes(x = date, y = 0.5, label = event)) + geom_text(size = 4, angle = 270, vjust = -0.7) + geom_vline(mapping = aes(xintercept ...
確定! 回上一頁