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

Enable cmap option in matplotlib HexTiles #3803

Merged
merged 1 commit into from
Jul 9, 2019
Merged

Conversation

poplarShift
Copy link
Collaborator

Now, the following is possible, whereas before it wasn't:

import holoviews as hv
hv.extension('matplotlib')
import numpy as np
hv.HexTiles(np.random.randn(10000,2)).opts(cmap='Greens', colorbar=True)

If there is any testing being done on cmap and the like, I'd be happy to implement a test if you'd like.

@philippjfr
Copy link
Member

Looks like the CI setup is currently broken. I'll try to look into that soon.

@philippjfr philippjfr merged commit 6f611e6 into master Jul 9, 2019
@philippjfr philippjfr deleted the hextiles_cmap branch August 5, 2019 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants