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

With version 4.8 of Plotly.py, you can now plot this kind of data directly from the initial px.line() call by passing multiple values for y :slight_smile:

6 Likes