On Mar 23, 2015 6:59 AM, "Daniel da Silva" <var.mail.daniel@gmail.com> wrote:
>
> Hope this isn't too off-topic: but it would be very nice if np.histogram and np.histogram2d supported masked arrays. Is this out of scope for outside the numpy.ma package?
Usually the way this kind of thing is handled is by adding an np.ma.histogram function.
-n