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

Supplying bokeh ticker to colorbar_opts fails #3537

Closed
poplarShift opened this issue Mar 4, 2019 · 1 comment
Closed

Supplying bokeh ticker to colorbar_opts fails #3537

poplarShift opened this issue Mar 4, 2019 · 1 comment

Comments

@poplarShift
Copy link
Collaborator

import holoviews as hv
from holoviews import dim
import numpy as np
hv.extension('bokeh')
from bokeh.models.tickers import LogTicker
x = np.random.rand(5,3)
hv.Points(x, ['x', 'y'], 'z').opts(
    size=10, color=dim('z'), padding=.1, 
    colorbar=True, colorbar_opts=dict(ticker=LogTicker()))

throws a

TypeError [Call holoviews.ipython.show_traceback() for details]
MetaModel object got multiple values for keyword argument 'ticker'
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
None yet
Projects
None yet
Development

No branches or pull requests

1 participant