library(tibble) library(ggplot2) library(dplyr) tibble(x = letters[1:4], n = 10*1:4, lab = " long thus margin") %>% ggplot(aes(reorder(x, n), ...
確定! 回上一頁