using theme(panel.border = element_blank()) removes the x and y axis lines ... plot = ggplot(df, aes(x, y)) + geom_point() plot+ theme_bw() .
確定! 回上一頁