Peter Melchior wrote:
> Hello everybody,
>
> First I have to say, how much I appreciate using matplotlib.
>
> But there are some annoyances. One I stumbled over recently is that histograms
> don't deal with masked arrays properly.
Fixed now in svn.
If you don't want to install from svn, use
hi
Hello everybody,
First I have to say, how much I appreciate using matplotlib.
But there are some annoyances. One I stumbled over recently is that histograms
don't deal with masked arrays properly.
For example:
from numpy import *
from pylab import *
bins = arange(21)
data_masked = ma.masked_v