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

Range selected on hist() histogram does not change the colormap range #4483

Closed
valmar opened this issue Jun 15, 2020 · 0 comments · Fixed by #4587
Closed

Range selected on hist() histogram does not change the colormap range #4483

valmar opened this issue Jun 15, 2020 · 0 comments · Fixed by #4587
Milestone

Comments

@valmar
Copy link

valmar commented Jun 15, 2020

Versions (all from anaconda):

  • holoviews: 1.13.2
  • bokeh: 2.0.1
  • python: 3.8.3

Platform: Linux - Fedora 32

Expected behavior:

Using hist(), the value ranged selected in the histogram using the Box Select tool should dynamically determine the values used for the colormap range

Observed behavior:

The selection does not effect the colormap range

Code that reproduces the issue

import holoviews as hv, numpy as np
hv.extension('bokeh')
test_array = np.random.rand(500,500)
hv.Image(test_array).opts(colorbar=True).hist()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants