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

Confusing warning for disabled toolbar #5688

Closed
jbednar opened this issue Apr 21, 2023 · 0 comments · Fixed by #5691
Closed

Confusing warning for disabled toolbar #5688

jbednar opened this issue Apr 21, 2023 · 0 comments · Fixed by #5691
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@jbednar
Copy link
Member

jbednar commented Apr 21, 2023

For HoloViews 1.15.4 and at least some previous versions, a bogus warning is issued for a disabled toolbar:

import holoviews as hv
hv.extension("bokeh")

color_key = {'w':'aqua',  'b':'lime' }
races     = {'w':'White', 'b':'Black'}

color_points = hv.NdOverlay({races[k]: hv.Points([-80,40]).opts(color=v, size=0) for k, v in color_key.items()})
color_points.opts(clone=True, xaxis=None, yaxis=None, toolbar='disable', height=190, width=135)

image

Here the toolbar is disabled, so HoloVIews shouldn't be trying to make any tools default, or should otherwise be suppressing this warning.

@jbednar jbednar added the TRIAGE Needs triaging label Apr 21, 2023
@hoxbro hoxbro added type: bug Something isn't correct or isn't working and removed TRIAGE Needs triaging labels Apr 24, 2023
@hoxbro hoxbro added this to the 1.16.0 milestone Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants