Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: set domain to (0, 1) when no data is present #1619

Merged
merged 2 commits into from
Jul 26, 2023

Commits on Jul 25, 2023

  1. fix: set domain to (0, 1) when no data is present

    Fixes bqplot#1614
    
    If no data is present, a scale has a domain of (0, 1) but if we
    remove the data (set it to an empty array) afterwards, we set it
    to (-inf, +inf) which causes rendering issues and make the bqplot
    figure unable to restore itself.
    It is more consistent to behave like no data was passed in, and use
    (0, 1) for the domain.
    maartenbreddels committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b51ba30 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Update snapshots

    martinRenou committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    03590da View commit details
    Browse the repository at this point in the history