We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like there is a PR in Makie that will allow colourscale to be set in the heatmap function but until then can do it manually by
heatmap
hm = heatmap!(ax, stack_hist.histogram.edges..., log10.(stack_hist.histogram.weights); colorrange = (0 5), lowclip = :white)
The text was updated successfully, but these errors were encountered:
RasterStack
Successfully merging a pull request may close this issue.
It looks like there is a PR in Makie that will allow colourscale to be set in the
heatmap
function but until then can do it manually byThe text was updated successfully, but these errors were encountered: