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

Forward port fix scale domain no data #1619 #1620

Merged

Conversation

martinRenou
Copy link
Member

@martinRenou martinRenou force-pushed the forward_port_fix_scale_domain_no_data branch from 1101ed2 to d87613a Compare July 27, 2023 09:46
maartenbreddels and others added 3 commits July 27, 2023 13:10
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.
@martinRenou martinRenou force-pushed the forward_port_fix_scale_domain_no_data branch from d87613a to 0c29c01 Compare July 27, 2023 11:10
@martinRenou
Copy link
Member Author

update galata references

@martinRenou
Copy link
Member Author

Triggering CI

@martinRenou martinRenou reopened this Jul 27, 2023
@martinRenou martinRenou merged commit cd8a636 into bqplot:master Jul 27, 2023
8 checks passed
@martinRenou martinRenou deleted the forward_port_fix_scale_domain_no_data branch July 27, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants