FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Forward port fix scale domain no data #1619 by martinRenou · Pull Request #1620 · bqplot/bqplot · GitHub

/ bqplot Public

Forward port fix scale domain no data #1619 - #1620

Merged
martinRenou merged 4 commits into
bqplot:masterfrom
martinRenou:forward_port_fix_scale_domain_no_data
Jul 27, 2023
Merged

Forward port fix scale domain no data #1619#1620
martinRenou merged 4 commits into
bqplot:masterfrom
martinRenou:forward_port_fix_scale_domain_no_data

Conversation

Copy link
Copy Markdown
Member

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 force-pushed the forward_port_fix_scale_domain_no_data branch from d87613a to 0c29c01 Compare July 27, 2023 11:10

Copy link
Copy Markdown
Member Author

update galata references

Copy link
Copy Markdown
Member Author

Triggering CI

martinRenou reopened this Jul 27, 2023
martinRenou merged commit cd8a636 into bqplot:master Jul 27, 2023
martinRenou deleted the forward_port_fix_scale_domain_no_data branch July 27, 2023 13:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

2 participants


Back | FazBrowse Home | New Git URL