Y-axis auto-ranging auto-scaling based on the values of that range of time

Hey everyone…

any update on this?
etc this problem : https://stackoverflow.com/questions/47247105/how-to-automatically-adjust-plotly-y-range-on-price-chart

and this :

I have this : fig.update_yaxes(autorange=True,fixedrange = False)

but it’s still ugly and like that.

2 Likes

anyone? I think this is very important for some charts.

I believe this is a long-requested feature and I think this is the overarching bug:

Axis auto-range improvements · Issue #1876 · plotly/plotly.js (github.com)

Also for reference:

Update y-axis range when x-axis rangeslider is used · Issue #912 · plotly/plotly.R (github.com)

Rescale y-axis for graphs with x-axis rangeslider (Python) · Issue #932 · plotly/plotly.py (github.com)

Also this thread:

I had to implement my own solution using buttons and the relayout method mentioned on the last thread, but it is driving me to move to another library like Bokeh instead of Plotly. With how long these bugs have been open, I’m not sure when they will get traction/sponsorship.

1 Like