Multiple y-axes chart with Plotly in R

后端 未结 1 1483
别跟我提以往
别跟我提以往 2021-01-04 19:21

In Plotly for Python, we have this beautiful multiple y-axis example: here is the link for the code.

I tried to do the same with Plotly in R using this code:

<
1条回答
  •  南笙
    南笙 (楼主)
    2021-01-04 19:54

    Try tuning the padding (pad) value for margin argument of layout().

    Best I found for your other parameters is with pad = 49

    0 讨论(0)
提交回复
热议问题