Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels