Open
Description
I was trying to use the multi-axes functionality in Plotly with the tickmode='sync' option, but the result was not as I expected. The grid axes are not aligned at y = 0 and the ticks of the second y axis are not "nice" rounded numbers. I found out that this issue was already raised in the repository where the functionality was originally pulled from: VictorBezak/Plotly_Multi-Axes_Gridlines#4. Unfortunately, it was never resolved and since it is incorporated in Plotly I think it would make more sense to raise the issue here. Hopefully, someone can help me out!
P.S.: I think issue #4351 is referring to the same problems, but it is not as nicely explained as the issue mentioned above.