From: Gerald J. M. M. <Ger...@jp...> - 2005-11-22 23:04:33
|
Hello, I'm trying to plot some grid data using basemap and imshow however haven't figured out how to specify the color for nan values. For example, in my data, valid values range from 0.0-10.0. I've assigned -9999.0 and 1e30 to the missing values and when I imshow (setting vmin=0.0, vmax=10.0), the missing values show up in the low and high end of the spectrum, respectively. Is there a way to do this? Thanks, Gerald |