Python plotly plotting issue.
I am trying to add additional traces to the plot. However the y axis values are not sorted for some reason (The values for one of my traces appears to be greater than another despite its actual value being lower). I’m sure its an easy fix, but I have never ran into this error…
All,
This issue has been resolved. Anyone reading this in the future. Check the datatype of each trace and make sure they are the same. The additional traces were of the string type.