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 bug matching elements to subplots in DynamicMap #4649

Merged
merged 5 commits into from
Oct 18, 2020

Conversation

philippjfr
Copy link
Member

This fixes a longstanding bug in Overlay plots driven by a DynamicMap. The problem was that the code tried to assign subplots to elements that matched their spec, however each subplot would do this greedily so if a better match comes along later in the iteration then the plot would already have been assigned. This PR checks whether an exact match does exist and if it does it uses that instead.

@philippjfr philippjfr merged commit a3aecfb into master Oct 18, 2020
@philippjfr philippjfr deleted the fix_match_subplot_bug branch April 25, 2022 14:38
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

1 participant