Re: [Matplotlib-users] hist() and masked_array

2010-06-17 Thread Eric Firing
On 06/17/2010 05:52 AM, Ryan May wrote: > On Thu, Jun 17, 2010 at 10:52 AM, Andreas Hilboll wrote: >> Hi there, >> >> I just noticed today that when I call hist() on a masked_array, also those >> values which are masked out are displayed (with their fill_value). Is that >> really the desired behav

Re: [Matplotlib-users] hist() and masked_array

2010-06-17 Thread Ryan May
On Thu, Jun 17, 2010 at 10:52 AM, Andreas Hilboll wrote: > Hi there, > > I just noticed today that when I call hist() on a masked_array, also those > values which are masked out are displayed (with their fill_value). Is that > really the desired behaviour? > > I'm working in an environment where w