[Numpy-discussion] blank values '--'

Pauli Virtanen pav at iki.fi
Thu Feb 24 13:05:07 EST 2011


Thu, 24 Feb 2011 13:00:09 -0500, Bryan Woods wrote:
[clip]
> As an example if I print the array I see:
> 
> [[-- -- -- ..., -- -- --]
>   [-- -- -- ..., -- -- --]
>   [-- -- -- ..., -- -- --]
>   ...,
>   [-- -- -- ..., -- -- --]
>   [-- -- -- ..., -- -- --]
>   [-- -- -- ..., -- -- --]]
> 
> though I know that there are valid values in the interior of the domain
> which plot properly.
> 
> I can't find anything in the numpy documentation that addresses this
> type of missing value. Has anyone dealt with this before?

Here you go:

   http://docs.scipy.org/doc/numpy/reference/maskedarray.html

-- 
Pauli Virtanen




More information about the NumPy-Discussion mailing list