-
Is there a quick way to turn a |
Beta Was this translation helpful? Give feedback.
Answered by
nsmith-
Mar 4, 2022
Replies: 1 comment
-
Ok I actually figured it out myself, in case it is of use to others one can do: hist.Hist(*h.axes, storage="double", data=h.counts()) to extract the counts using the same axis definitions of the original histogram |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amangoel185
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok I actually figured it out myself, in case it is of use to others one can do:
to extract the counts using the same axis definitions of the original histogram
h