import plotly.express as px
fig = px.line(what, x=‘year’, y=‘total’)
fig.show()
I have the following plotly graph. the data set looks like this
for some reason i’m getting this third line on the ploty graph when I only have two groups. Depression and Pain.
Anyone else have this issue?