R Plotly legend duplicates when using lines and markers

前端 未结 0 1159
被撕碎了的回忆
被撕碎了的回忆 2020-12-15 05:35

I have the following multiple lines plotly plot:

plt <- plot_ly(df, x = ~date, y = ~COUNT, color = ~Action, connectgaps = TRUE, 
                mode = &qu         


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