How to add exactly same right axis on plotly R chart?

前端 未结 0 1877
情书的邮戳
情书的邮戳 2020-12-16 01:44

I have this basic script:

mtcars %>%
  plot_ly() %>%
  add_trace(x = ~mpg, y = ~wt, type = \'scatter\', mode = \'markers\' ) %>%
  layout(yaxis2 = li         


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