As you see the xaxis data is messed up.
Is it possible I am doing somethng wrong?
As I said, the data and code is exactly same.
I suspected first may be the numbers are passed as strings. But typeof confirms they are numbers.
I am using plotly 1.31.2
Any ideas please?
Thanks!
Ok, I have figured out the root of the problem but still do not understand the reason.
Here is my layout. Nothing fancy. Basic stuff. This seems to be causing the problem. Because when I set layout = {} the problem is solved.
I would like to know why this fails as I may have to make changes for other plots too. Thanks