Skip to content

[Feature Request] Allow to determine automatically ranges when axis min or max is manually set.  #3634

Closed
@ievgennaida

Description

@ievgennaida

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions