24 Feb
2011
24 Feb
'11
6:05 p.m.
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