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

Changes in plot size can cause range events to loop #3614

Closed
philippjfr opened this issue Apr 9, 2019 · 4 comments · Fixed by #3670
Closed

Changes in plot size can cause range events to loop #3614

philippjfr opened this issue Apr 9, 2019 · 4 comments · Fixed by #3670
Labels
tag: backend: bokeh type: bug Something isn't correct or isn't working
Milestone

Comments

@philippjfr
Copy link
Member

When using a dynamic downsampling or aggregation operation with both RangeXY and PlotSize streams such as the rasterize operation it is possible to get in a state where events end up bouncing back and forth. While there is logic to prevent this happening already it does not account for the fact that if framewise=True a change in the PlotSize can trigger a range event. If the plot size is changing because the tick labels are getting longer plot size and range events will continuously bounce back and forth.

@philippjfr philippjfr added type: bug Something isn't correct or isn't working tag: backend: bokeh labels Apr 9, 2019
@philippjfr philippjfr added this to the v1.12.1 milestone Apr 9, 2019
@jbednar
Copy link
Member

jbednar commented Apr 9, 2019

Yes, I have seen that, though I've never been able to capture it reproducibly. Probably there's some case where tick labels get enormous that would make it reliable to reproduce.

@philippjfr
Copy link
Member Author

@jsignell gave me such an example, which is how I was able to figure it out. Will try to think of a fix today.

@youngsaj
Copy link

This is highly likely the issue I'm seeing as well. @philippjfr I sent you an email with details, and potentially another way to duplicate this.

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tag: backend: bokeh type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants