Can I add manually a legend to a ggplot without using aes()?

后端 未结 0 1516
温柔的废话
温柔的废话 2020-12-09 19:07

I did a CDP plot with stat_ecdf function, but I cannot add a legend. This is the code of the CDP plot:

ggplot()+
      stat_ecdf(data=df, aes(Apple), geom = &         


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