Changeset 22433
- Timestamp:
- 02/20/18 16:07:16 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/miscellaneous/colorbars.js
r19841 r22433 48 48 [1.000000,1.000000,0.750000], 49 49 [1.000000,1.000000,1.000000]]; 50 colorbars["gray"]=[[0.000000,0.000000,0.000000], 51 [0.066667,0.066667,0.066667], 52 [0.133333,0.133333,0.133333], 53 [0.200000,0.200000,0.200000], 54 [0.266667,0.266667,0.266667], 55 [0.333333,0.333333,0.333333], 56 [0.400000,0.400000,0.400000], 50 colorbars["gray"]=[[0.200000,0.200000,0.200000], 51 [0.253333,0.253333,0.253333], 52 [0.306667,0.306667,0.306667], 53 [0.360000,0.360000,0.360000], 54 [0.413333,0.413333,0.413333], 57 55 [0.466667,0.466667,0.466667], 58 [0.533333,0.533333,0.533333], 59 [0.600000,0.600000,0.600000], 60 [0.666667,0.666667,0.666667], 56 [0.520000,0.520000,0.520000], 57 [0.573333,0.573333,0.573333], 58 [0.626667,0.626667,0.626667], 59 [0.680000,0.680000,0.680000], 61 60 [0.733333,0.733333,0.733333], 62 [0.800000,0.800000,0.800000], 63 [0.866667,0.866667,0.866667], 64 [0.933333,0.933333,0.933333], 61 [0.786667,0.786667,0.786667], 62 [0.840000,0.840000,0.840000], 63 [0.893333,0.893333,0.893333], 64 [0.946667,0.946667,0.946667], 65 65 [1.000000,1.000000,1.000000]]; 66 66 colorbars["bone"]=[[0.000000,0.000000,0.020833], … … 288 288 [0.933333,0.966667,0.400000], 289 289 [1.000000,1.000000,0.400000]]; 290 colorbars["land"]=[[0.000000,0.000000,0.500000], 291 [0.160000,0.266700,0.766700], 292 [0.326700,0.513400,1.000000], 293 [0.540500,0.620200,1.000000], 294 [0.521000,0.934200,0.521000], 295 [0.200400,0.667000,0.200400], 296 [0.120000,0.540000,0.040000], 297 [0.440000,0.646700,0.146700], 298 [0.573300,0.660000,0.186700], 299 [0.520000,0.580000,0.160000], 300 [0.466700,0.500000,0.133300], 301 [0.413300,0.420000,0.106700], 302 [0.360000,0.340000,0.080000], 303 [0.306700,0.260000,0.053300], 304 [0.253300,0.180000,0.026700], 305 [0.200000,0.100000,0.000000]]; 306 colorbars["sea"]=[[0.000000,0.000000,0.2000], 307 [0.000000,0.000000,0.2930], 308 [0.000000,0.000000,0.3859], 309 [0.000000,0.000000,0.4789], 310 [0.000000,0.000000,0.5718], 311 [0.000000,0.000000,0.6648], 312 [0.000000,0.000000,0.7577], 313 [0.000000,0.000000,0.8507], 314 [0.000000,0.000000,0.9436], 315 [0.000000,0.102400,1.0000], 316 [0.000000,0.362700,1.0000], 317 [0.000000,0.622900,1.0000], 318 [0.093600,0.810400,1.0000], 319 [0.386600,0.843000,1.0000], 320 [0.679500,0.875500,1.0000], 321 [0.800000,0.400000,0.4000]]; 322
Note:
See TracChangeset
for help on using the changeset viewer.