Changeset 14028


Ignore:
Timestamp:
11/28/12 13:06:14 (12 years ago)
Author:
schlegel
Message:

CHG: explicitly set 256 colors for redblue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/colormaps/getcolormap.m

    r13836 r14028  
    2424        map = map(128:end,:);
    2525elseif strcmpi(map,'redblue'),
    26         map = hsv;
     26        map = hsv(256);
    2727        map = rgb2hsv(map);
    2828        map(:,2)       = max(min( abs(map(:,1)-0.5)/0.5 ,1),0);
Note: See TracChangeset for help on using the changeset viewer.