how can i plot multiple geom_line in R without them interfering with each other?

后端 未结 0 1002
半阙折子戏
半阙折子戏 2020-12-07 08:40

here\'s my code:

ggplot2::ggplot(data = company_dat, ggplot2::aes(x = date, y = value, group = company, color = company)) +
    ggplot2::geom_line(
      ggpl         


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