You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Range for the x/y axis can be defined by the property 'range'.
fig.update_yaxes(range=[min, max])
I would like to pass only max or min and other value should be determined automatically.
Ex:
range = [None, 100]
or
range = [10, None]
Use case:
Users can specify min or max by setting; ne value. It's fine when another is just calculated. Current behaviour:
Range is ignored when one of the numbers is None or NaN
smittels, onewhaleid, yanirmr, johnnybarrels, amasmiller and 11 more