R:ggplot2,为什么我的传说显示褪色?

时间:2010-04-12 00:51:57

标签: r ggplot2 legend

为什么我的传奇在下面的这些例子中消失了?注意图例中的颜色不如图中的颜色那么生动:

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 http://img64.imageshack.us/img64/1340/screenshot20100411at549.png

编辑:添加了一个特写镜头 alt text http://img163.imageshack.us/img163/4715/screenshot20100411at725.png

1 个答案:

答案 0 :(得分:2)

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