Monday, July 27, 2015

For Imagesc, plot water/nan with different color

Figure plot with the lowest value set as distinct colormap.
 figure; imagesc(Temperature)

icol =  colormap;
icol(1,:) = [0 0 0]; % or 111 for white
colormap(icol);

No comments: