6 % Generates a colormap useful for fire detections data.
8 % Developed in Matlab 9.2.0.556344 (R2017a) on MACINTOSH.
9 % Angel Farguell (angel.farguell@gmail.com), 2018-08-24
10 %-------------------------------------------------------------------------
12 cmap = [[128,128,128];[128,128,128];[102,102,255];[255,255,255];[0,204,0];[128,128,128];[255,255,0];[255,165,0];[255,0,0]];
16 set(hcb,'YTick',[1:1:9]);