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
Oh that's just a failsafe against infinite loops - we could be smarter about that, perhaps just check to see that each label is closer to the end than the previous one was, though I do think we need some sort of upper bound to prevent locking the browser - this can happen easily for example if you specify an explicit tick spacing and then zoom out a lot.
Originally posted on plotly/plotly.py#450
See codepen: http://codepen.io/etpinard/pen/WwajEX
I was able to reproduce the issue with a
scatter
trace as well.Something must up in the axes code.
The text was updated successfully, but these errors were encountered: