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

Plot the example 2d histograms on log 10 scale #47

Closed
jbisits opened this issue Apr 13, 2023 · 0 comments · Fixed by #49
Closed

Plot the example 2d histograms on log 10 scale #47

jbisits opened this issue Apr 13, 2023 · 0 comments · Fixed by #49
Labels
documentation Improvements or additions to documentation

Comments

@jbisits
Copy link
Owner

jbisits commented Apr 13, 2023

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

hm = heatmap!(ax, stack_hist.histogram.edges..., log10.(stack_hist.histogram.weights);
              colorrange = (0 5),
              lowclip = :white)
@jbisits jbisits added the documentation Improvements or additions to documentation label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant