Changeset 19349
- Timestamp:
- 05/08/15 09:53:46 (10 years ago)
- 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 56 56 case 'redblue' 57 57 baseMap = RedBlueMap; 58 case 'bluered' 59 baseMap = BlueRedMap; 58 60 otherwise 59 61 error(['Invalid scheme ' scheme]) … … 108 110 0 170 226; 109 111 0 116 188]/255; 112 113 function 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.