R:ggplot2,为什么我的图例显示褪色?

发布于 2024-08-28 11:09:45 字数 588 浏览 7 评论 0原文

为什么我的图例在下面的这些示例中消失了?请注意图例中的颜色并不像图中的颜色那么鲜艳:

library(ggplot2)
r <- ggplot(data = diamonds, aes(x = carat, y = price, color = cut, group = cut))
r + geom_smooth() #(left)
r + geom_smooth(size = 2)  #(right)

替代文字

编辑:添加了特写镜头 替代文本 http://img163.imageshack.us/img163/4715/screenshot20100411at725.png< /a>

Why is my legend faded in these examples below? Notice how the colours in the legend are not as vivid as the colours in the plot:

library(ggplot2)
r <- ggplot(data = diamonds, aes(x = carat, y = price, color = cut, group = cut))
r + geom_smooth() #(left)
r + geom_smooth(size = 2)  #(right)

alt text

EDIT: added a close-up
alt text http://img163.imageshack.us/img163/4715/screenshot20100411at725.png

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玩世 2024-09-04 11:09:45

我认为它们是相同的颜色 - 不同的环境使它们看起来不同。

I think they are the same colour - it's the different surrounds that make them look different.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文