I am trying to plot two ´geom_vline()´ in a graph. The code below works fine for one vertical line: x=1:7 y=1:7 df1 = data.frame(x=x,y=y) vertical.lines ...
確定! 回上一頁