-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Bokeh FuncTickFormatter signature change in 0.12.3 #885
Comments
I've assigned the v1.7.0 milestone on the assumption that this is the next HoloViews release and that these changes to bokeh will still be relevant at that time. |
users wanting Bokeh-0.12.3 to get matplotlib2 fixes, may also wish the Holoview fix. v1.7.0 seems too far away |
We've been discussing the possibility of some sort of release before then but nothing concrete has been decided yet. |
So I've just investigated this and it seems bokeh has made the function signature inconsistent with what we can support. A valid bokeh FuncTickFormatter now looks like this: def ticker():
return "{:.0f} + {:.2f}".format(tick, tick % 1) i.e. it no longer supports a first argument and instead defines |
This has now been fixed. Closing. |
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. |
In the upcoming release of bokeh the signature of the FuncTickFormatters will change requiring a change in the way they are used in holoviews.
The text was updated successfully, but these errors were encountered: