After removing the default grouping, geom_path() treat all rows as one groups so that there is only one path. ggplot(df, aes(x, y)) + geom_point ...
確定! 回上一頁