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

Added support for boolean arrays in bokeh ImagePlot #1014

Merged
merged 1 commit into from
Dec 11, 2016

Conversation

philippjfr
Copy link
Member

As described in #727, the bokeh image plots do not currently support boolean arrays. This is because the color mapper does not like boolean low and high values. However since booleans cannot be serialized easily it will be more efficient to send them as int8 arrays, which will be base64 encoded in an upcoming bokeh PR.

@jlstevens
Copy link
Contributor

Looks good and this is an issue that has bitten me several times before. Good to see it fixed!

Ready to merge?

@philippjfr
Copy link
Member Author

Ready.

@jlstevens jlstevens merged commit 46b2733 into master Dec 11, 2016
@philippjfr philippjfr deleted the bokeh_bool_image branch December 11, 2016 16:26
Copy link

This pull request 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 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants