Just use lineheight, e.g.: ggplot(data = NULL, aes(x = 1:3, y = 1:3, label = str_wrap(txt, width = 3))) + geom_text(lineheight = .5) + expand_limits(x ...
確定! 回上一頁