Wrap horizontal legend across multiple rows

后端 未结 0 604
天命终不由人
天命终不由人 2021-02-07 17:04

Suppose I have data like the following:

    lab <- \"A really really long string!\"
    dat <- data.frame(grp = paste(1:6,lab),x=1:6,y=runif(6))

相关标签:
回答
  • 消灭零回复
提交回复
热议问题