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

Increased tolerance for aspect divergence #4104

Merged
merged 1 commit into from
Nov 25, 2019
Merged

Conversation

philippjfr
Copy link
Member

Currently to enforce a data_aspect it is sometimes necessary to adjust the axis ranges. This works fine generally but if the tolerance for aspect divergence is too small it can be the case that adjusting the axis ranges causes the ticks to increase or decrease in size which in turn changes the aspect and can trigger a loop of events. By increasing the allowable tolerance for aspect divergence we can avoid these bouncing loops.

Fixes holoviz/geoviews#111

@philippjfr philippjfr added type: bug Something isn't correct or isn't working tag: backend: bokeh labels Nov 25, 2019
@philippjfr philippjfr merged commit 9e0106b into master Nov 25, 2019
@philippjfr philippjfr deleted the aspect_tolerance branch January 9, 2020 14:46
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gv.WMTS zoom in causes "bounce back" behavior
1 participant