因此,同时移除panel.border和panel.background即可看到轴线。 library(ggplot2) a <- seq(1,20) b <- a^0.25 df <- as.data.frame(cbind(a,b)) ggplot(df,…
確定! 回上一頁