You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I suspect the Plotly.plot promise (used internally by Plotly.react and Plotly.toImage) resolves before the auto-range <--> auto-margin computation loop is completed.
Next, we should try to "fix" the problem by setting the axis range for all the axes on the graph AND setting the layout.margin before calling Plotly.toImage to see if the problem persist.
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson
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
The text was updated successfully, but these errors were encountered: