如何在Plotly图上修复多条线

时间:2019-07-19 10:49:40

标签: r r-plotly

当我在我的绘图代码中使用add_lines()时,它将产生4条水平线,而不是所需的1条线。我在做什么错了?

我认为这与我拥有的色彩因素数量有关(4)。我不知道该如何解决

option.questionID

此图上的plot_ly(data, x = ~x, y = ~y, color = ~color, colors = c(…), type = 'scatter', mode = 'lines')%>% add_lines(y = 4, name = "4 seconds", type = 'scatter', mode = 'line', line = list(color = "D64205", dash = 'dash')) %>% layout(title = "", xaxis = xaxis, yaxix = yaxix, margin = margin, showlegend = TRUE) 上需要显示1条红色虚线,但其中有4条

0 个答案:

没有答案