Changeset 19349


Ignore:
Timestamp:
05/08/15 09:53:46 (10 years ago)
Author:
bdef
Message:

NEW: adding colormaps

Location:
issm/trunk-jpl/src/m/plot/colormaps
Files:
1 added
1 edited

Legend:

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

    r12395 r19349  
    5656        case 'redblue'
    5757                baseMap = RedBlueMap;
     58        case 'bluered'
     59                baseMap = BlueRedMap;
    5860        otherwise
    5961                error(['Invalid scheme ' scheme])
     
    108110        0 170 226;
    109111        0 116 188]/255;
     112
     113function baseMap = BlueRedMap
     114        baseMap = [0 116 188;
     115        0 170 226;
     116        68 199 239;
     117        154 217 238;
     118        216 236 241;
     119        242 238 197;
     120        249 216 168;
     121        245 177 139;
     122        239 133 122;
     123        216  82  88;
     124        175  53  71]/255;
Note: See TracChangeset for help on using the changeset viewer.