ggplot(mtcars, aes(x = wt, y = mpg)) + geom_point() + geom_vline(xintercept = c(1.5, 3.5)) I'd like the plot to have the label "Event 1" for the line at x= ...
確定! 回上一頁