热门

最新

红包

立Flag

投票

同城

我的

发布
weixin_36387175
梧桐花生
5 年前
trueweixin_36387175

溜了溜了,明天再搞

保持热爱共赴山海
CSDN App 扫码分享
分享
评论
1
打赏
  • 复制链接
  • 举报
下一条:
学习了改图例填充的大小 使用guides: guides(colour = guide_legend(override.aes = list(size=5))) 5 这里就是你可调的size大小 以mtcars中的数据为例: ggplot(mtcars, aes(drat, wt))+geom_point(aes(colour=factor(gear)))+ guides(colour = guide_legend(override.aes = list(size=5)))
立即登录