ggplot2 label out of the graph in likert scale

前端 未结 3 1704

I have a ggplot made of a likert-scale using the package likert by jason.bryer (see). If you run the code with the original data here, then my extrem label (in the far right) i

3条回答
  •  深忆病人
    2021-02-11 05:59

    You could also make the legend two rows, which would create ample room:

    guides(fill = guide_legend(nrow = 2))
    

提交回复
热议问题