R - 更改 ggplot2 图中的颜色
可能的重复:
ggplot 自定义调色板
你好,
我正在使用这个问题 - 使用 ggplot2 制作堆积面积图 - 制作漂亮的堆积面积图。
生成的 grapg 很好,但我找不到如何更改 ggplot 图中的颜色。
Possible Duplicate:
ggplot custom colors palette
Hello,
I am using this question - Making a stacked area plot using ggplot2 - to make a nice stacked area plot.
The resulting grapg is nice, but I cannot find how to change the colors in ggplot
graph.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要手动指定要使用的颜色,然后使用scale_fill_manual。
you need to manual designate the colors you want to use, then use scale_fill_manual.