holoviz-topics / EarthML

Tools for working with machine learning in earth science
https://earthml.holoviz.org
BSD 3-Clause "New" or "Revised" License
94 stars 21 forks source link

Switched Seattle_Lidar to blue cmap for clarity #90

Closed jbednar closed 5 years ago

jbednar commented 5 years ago

Previously used a greyscale colormap, which was difficult to distinguish from the background:

image

Now it's clear where the data is:

image

Also added a colorbar where appropriate:

image

jbednar commented 5 years ago

Probably need to add python-graphviz and graphviz to environment.yml, as they are required for the dask graph plotting.