Re: [Matplotlib-users] using contourf to plot masked array

2011-02-22 Thread Eric Firing
On 02/21/2011 07:27 PM, Zhaoru Zhang wrote: > Hi, > >I tried to use contourf to plot an array in which the land values have > been masked. However, I found that contourf did not deal with the masking > properly. I would expect the masked region to be bounded by the separation > line of land

[Matplotlib-users] using contourf to plot masked array

2011-02-21 Thread Zhaoru Zhang
Hi, I tried to use contourf to plot an array in which the land values have been masked. However, I found that contourf did not deal with the masking properly. I would expect the masked region to be bounded by the separation line of land and sea, but it actually exceeds that line. I also trie