matplotlib pyplot contourf with 1-D array (vector)

becky_s rda.selin at gmail.com
Thu Aug 26 16:24:56 EDT 2010


I was able to figure this out on my own.  First, to eliminate the
masked arrays, I used a combination of the where and compress
functions to remove any missing data from my 1-D arrays.  Then, I used
the griddata function as described above.  This did the trick.



More information about the Python-list mailing list