-
Hello, does plothist support setting log scale on Z axis for 2D hist? |
Beta Was this translation helpful? Give feedback.
Answered by
0ctagon
Feb 21, 2024
Replies: 1 comment
-
Hello! Thank you for your question. If we take the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cyrraz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Thank you for your question.
It does support this feature through the
pcolormesh_kwargs
and itsnorm
argument (see doc here). You'll need to specify the color scale using aLogNorm
(doc here).If we take the
2d_hist_simple.py
example from the documentation, this is how it is implemented: