且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在ggplot2中增加图例的大小

更新时间:2023-11-26 13:00:46

添加

...
+ theme(
   legend.key.width = unit(1, "cm"),
   legend.key.height = unit(2, "cm")
  )

,然后将单位更改为最适合您的需求.

and change the units to what best fits your needs.