Closed
Description
Hello guys, first of all thanks for such an amazing work with Plotly.
I am experiencing a curios bug when i try to create some plots with multiple axis and legends in latex.
When the mathjax library is loaded, the plot paint some markers to the right of the desired position, my first "solution" to this was to call the relayout method, and this kinda works, but when i call the toImage method to save my plot my markers are now again in the wrong position.
You can reproduce all the mentioned above in this: Fix Issue with MathJax + relayout
Edit: i have created two more codepen's explaining the problem
1- Correct marker display without mathjax & relayout
2- Incorrect marker display without mathjax & relayout