Ignore:
Timestamp:
03/12/12 12:59:22 (13 years ago)
Author:
cborstad
Message:

misc changes prior to merging from trunk-jpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-jpl-damage/src/m/model/plot/applyoptions.m

    r11169 r11683  
    166166
    167167                c=flipud(c);
     168
     169        elseif strcmpi(cname,'damage'),
     170                c=hsv(64);
     171                c(:,3)=1;
     172                a=1:-(1/35):0.1;
     173                c(1:32,2)=a;
     174                c(33:end,2)=fliplr(a);
     175                c(1:32,1)=2/3;
     176                c(33:end,1)=0.07;
     177                c=hsv2rgb(c);
    168178
    169179        else
Note: See TracChangeset for help on using the changeset viewer.