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
ValueError: Invalid value of type 'builtins.str' received for the 'color' property of scatter.line Received value: 'rgba(255, 153, 51, np.float64(1.0))' #5376
the problem appeared at this line of code: df_pivot.iplot(kind = 'line'). It has the same error as this post: #5046
Could somebody tell me which versions of plotly and cufflinks fix the bug above? Thanks a lot!
Here is the versions that I used:
import cufflinks as cf
import plotly, pandas as pd, numpy as np
cf.version, plotly.version, pd.version, np.version
('0.17.3', '5.18.0', '2.3.3', '1.26.4')