How to plot multiple lines on the same y-axis using plotly express?

@windrose this is a good question, and unfortunately we don’t have a way to do that right now, you’ll have to .melt() your data to long form for this.