library(ggplot2) ggplot(mpg, aes(cty, hwy)) + scale_x_continuous(position = "top") + theme(axis.title.x = element_text(margin = margin(b = 1 ...
確定! 回上一頁