Freeze y axis while scrolling along x-axis

Hi,

How can I freeze y-axis just as we do in Excel while we are scrolling along the x-axis?

Thank you for your time.

Thanks
Harprit

Not at the moment, unfortunately.

Thank You. I will look for some alternative.
Plotly is a wonderful tool.

Thanks
harprit

Make sure to set the default tool to the pan in layout with "dragmode: β€˜pan’, rather than default zoom, and you’re golden.

Hi, @etienne does Plotly has solution for it now?

Thanks
harprit

1 Like

You can use rangeslider_visible=True parameter in fig.update_layout(rangeslider_visible=True).
Adding a screenshot for reference