How to change legend title in ggplot2?

前端 未结 0 1597
失恋的感觉
失恋的感觉 2021-01-18 03:16

I have the following density plot:

ggplot(...) + aes(x = ..., color = ...) + ggdensity() + 
  labs(color = ...)

However, when i used labs(col

相关标签:
回答
  • 消灭零回复
提交回复
热议问题