Replies: 1 comment
-
Any thoughts on this? At the moment I am working around it by converting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to fill a histogram with a masked numpy array, but it seems like the masked values are aggregated in the first bin of my histogram, rather than not plotted at all. Is this expected behaviour?
The following example re-produces the problem
As you can see intuition would say this histogram should only have one entry in a central bin, but it also picks up an entry in the 0th bin.
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions