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

Only colormap adjoined Histogram when dimensions match #1501

Merged
merged 1 commit into from
May 31, 2017

Conversation

philippjfr
Copy link
Member

Fixes dimension lookup error with this example:

%%opts Scatter [color_index=2 size_index=3 scaling_factor=50]
np.random.seed(10)
data = np.random.rand(100,4)

scatter = hv.Scatter(data, vdims=['y', 'z', 'size'])
scatter + scatter[0.3:0.7, 0.3:0.7].hist()

@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label May 31, 2017
@philippjfr
Copy link
Member Author

Ready to merge, the Points/Scatter examples added to #1476 should cover this case.

@jlstevens
Copy link
Contributor

Thanks for fixing this! Tests are green now, merging.

@jlstevens jlstevens merged commit d5d7d6c into master May 31, 2017
@jlstevens jlstevens mentioned this pull request May 31, 2017
14 tasks
@philippjfr philippjfr deleted the hist_bokeh_cmap_fix branch June 17, 2017 17:04
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 this pull request may close these issues.

2 participants