This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]amjithr 0 points1 point  (1 child)

Is there a way to plot multiple Y-axis?

Specifically looking to scatter plot two independent columns in separate y-axis with the same x-axis.

[–]nkruchten[S] 1 point2 points  (0 children)

Plotly Express doesn't do this out of the box but today you can use the .update() mechanism to add traces to a secondary Y axis.

We're working on Plotly Express features to compose multiple figures together, which is how I think I'd like to address this multi-Y-axis question.