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

Handle updating of bokeh legends #3139

Merged
merged 9 commits into from
Nov 5, 2018
Merged

Handle updating of bokeh legends #3139

merged 9 commits into from
Nov 5, 2018

Conversation

philippjfr
Copy link
Member

@philippjfr philippjfr commented Nov 5, 2018

Previous legends were completely static in the bokeh backend, i.e. in a HoloMap it would display all legend items for all frames at once and in a DynamicMap they would simply not update. Additionally this PR fixes a bug where the addition of an annotation on a plot would cause a legend to appear.

Also includes various fixes for dynamically creating and reassigning plot instances to ensure that a) the cyclic index is consistent and that b) dynamically created plot instances are updated appropriately despite not being assigned the correct stream mappings.

@philippjfr philippjfr added type: bug Something isn't correct or isn't working tag: backend: bokeh type: enhancement Minor feature or improvement to an existing feature labels Nov 5, 2018
@philippjfr philippjfr added this to the v1.11.0 milestone Nov 5, 2018
@philippjfr
Copy link
Member Author

Going ahead and merging this, it's all changes in the plotting code which are hard to review anyway and I also want to ensure that this is tested for as long as possible before a release.

@philippjfr philippjfr merged commit 97f6d9a into master Nov 5, 2018
@philippjfr philippjfr deleted the dynamic_legend branch December 13, 2018 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tag: backend: bokeh type: bug Something isn't correct or isn't working type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant