Or you can use geom_segment() to draw lines with a slope differing from 0 and 1: g + geom_segment(aes(x = 50, xend = 75, y = 20, yend = 45), ...
確定! 回上一頁