📜  自动换行 r 文本标签 ggplot - R 编程语言代码示例

📅  最后修改于: 2022-03-11 14:51:59.935000             🧑  作者: Mango

代码示例1
g +
     scale_x_discrete(labels = scales::wrap_format(10)) 
       # where scale_x_discrete is your scale of choice
    # where 10 == the number of characters you'd like to wrap before