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 LogColorMapper in bokeh Raster plots #729

Merged
merged 1 commit into from
Jun 22, 2016
Merged

Conversation

philippjfr
Copy link
Member

Adds support for the LogColorMapper via the logz option on Raster based plots.

arr = np.random.rand(10,10)*10000
zero_arr = arr.copy()
zero_arr[5,5] = 0.
hv.Image(arr) + hv.Image(arr)(plot=dict(logz=True))

image

@jbednar
Copy link
Member

jbednar commented Jun 22, 2016

Looks good to me; happy to have it merged.

@jlstevens
Copy link
Contributor

Looks good to me too. Merging.

@jlstevens jlstevens merged commit b37021d into master Jun 22, 2016
@jlstevens jlstevens deleted the bokeh_logz branch July 12, 2016 22:57
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 this pull request may close these issues.

3 participants