You can use the linetype argument to change the line type in a ggplot2 plot: ggplot(df, aes(x=x, y=y)) + geom_line(linetype=1).
確定! 回上一頁