Skip to content

Commit

Permalink
More cmap available
Browse files Browse the repository at this point in the history
  • Loading branch information
yumorishita committed Feb 5, 2021
1 parent b722bb6 commit 68e4fa8
Show file tree
Hide file tree
Showing 128 changed files with 31,333 additions and 128 deletions.
15 changes: 15 additions & 0 deletions LiCSBAS_lib/GMT/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import os
import numpy as np
import matplotlib.pyplot as plt
from matplotlib.colors import LinearSegmentedColormap

folder = os.path.abspath(os.path.dirname(os.path.abspath(__file__)))

__all__ = {
'abyss', 'bathy', 'cool', 'copper', 'cubhelix', 'cyclic', 'dem1', 'dem2', 'dem3', 'dem4', 'drywet', 'earth', 'elevation', 'etopo1', 'geo', 'globe', 'gray', 'haxby', 'hot', 'inferno', 'jet', 'magma', 'nighttime', 'no_green', 'ocean', 'plasma', 'polar', 'rainbow', 'red2green', 'relief', 'seafloor', 'sealand', 'seis', 'split', 'srtm', 'terra', 'topo', 'turbo', 'viridis', 'world', 'wysiwyg'}

for name in __all__:
file = os.path.join(folder, name, name + '.txt')
cm_data = np.loadtxt(file)
vars()[name] = LinearSegmentedColormap.from_list(name, cm_data)
vars()[name + '_r'] = LinearSegmentedColormap.from_list(name + '_r', np.flip(cm_data, axis=0))
256 changes: 256 additions & 0 deletions LiCSBAS_lib/GMT/abyss/abyss.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,256 @@
0.000000 0.000000 0.000000
0.002451 0.003676 0.006495
0.004902 0.007353 0.012990
0.007353 0.011029 0.019485
0.009804 0.014706 0.025980
0.012255 0.018382 0.032475
0.014706 0.022059 0.038971
0.017157 0.025735 0.045467
0.019608 0.029412 0.051961
0.022059 0.033088 0.058455
0.024510 0.036765 0.064949
0.026961 0.040439 0.071447
0.029412 0.044118 0.077941
0.031863 0.047796 0.084435
0.034314 0.051471 0.090933
0.036765 0.055145 0.097427
0.039216 0.058824 0.103922
0.041667 0.062502 0.110416
0.044118 0.066176 0.116910
0.046569 0.069851 0.123408
0.049020 0.073529 0.129902
0.051471 0.077208 0.136396
0.053922 0.080882 0.142894
0.056373 0.084557 0.149388
0.058824 0.088235 0.155882
0.061275 0.091910 0.162376
0.063725 0.095588 0.168871
0.066176 0.099263 0.175369
0.068627 0.102941 0.181863
0.071078 0.106620 0.188357
0.073529 0.110294 0.194855
0.075980 0.113969 0.201349
0.078431 0.117647 0.207843
0.080635 0.121325 0.214337
0.082843 0.125000 0.220835
0.085051 0.128675 0.227329
0.087255 0.132353 0.233824
0.089459 0.136031 0.240318
0.091667 0.139706 0.246816
0.093875 0.143380 0.253310
0.096078 0.147059 0.259804
0.098282 0.150737 0.266298
0.100490 0.154412 0.272796
0.102698 0.158086 0.279290
0.104902 0.161765 0.285784
0.107106 0.165443 0.292278
0.109314 0.169118 0.298776
0.111518 0.172792 0.305271
0.113725 0.176471 0.311765
0.115929 0.180149 0.318259
0.118137 0.183824 0.324753
0.120341 0.187498 0.331251
0.122549 0.191176 0.337745
0.124753 0.194855 0.344239
0.126961 0.198529 0.350737
0.129165 0.202204 0.357231
0.131373 0.205882 0.363725
0.133576 0.209557 0.370220
0.135784 0.213235 0.376714
0.137992 0.216910 0.383212
0.140196 0.220588 0.389706
0.142400 0.224263 0.396196
0.144608 0.227941 0.402706
0.146812 0.231616 0.409176
0.149020 0.235294 0.415686
0.150000 0.237745 0.418980
0.150980 0.240196 0.422314
0.151961 0.242647 0.425608
0.152941 0.245098 0.428941
0.153922 0.247549 0.432235
0.154902 0.250000 0.435529
0.155882 0.252451 0.438863
0.156863 0.254902 0.442157
0.157843 0.257353 0.445451
0.158824 0.259804 0.448784
0.159804 0.262255 0.452078
0.160784 0.264706 0.455412
0.161765 0.267157 0.458706
0.162745 0.269608 0.462000
0.163725 0.272059 0.465333
0.164706 0.274510 0.468627
0.165686 0.276961 0.471922
0.166667 0.279412 0.475255
0.167647 0.281863 0.478549
0.168627 0.284314 0.481882
0.169608 0.286765 0.485176
0.170588 0.289216 0.488471
0.171569 0.291667 0.491804
0.172549 0.294118 0.495098
0.173529 0.296569 0.498392
0.174510 0.299020 0.501725
0.175490 0.301471 0.505020
0.176471 0.303922 0.508314
0.177451 0.306373 0.511647
0.178431 0.308824 0.514941
0.179412 0.311275 0.518275
0.180392 0.313725 0.521569
0.181251 0.316055 0.524863
0.182110 0.318384 0.528196
0.182965 0.320710 0.531490
0.183824 0.323039 0.534824
0.184682 0.325369 0.538118
0.185537 0.327694 0.541412
0.186396 0.330024 0.544745
0.187255 0.332353 0.548039
0.188114 0.334682 0.551333
0.188973 0.337012 0.554667
0.189827 0.339337 0.557961
0.190686 0.341667 0.561255
0.191545 0.343996 0.564588
0.192400 0.346322 0.567882
0.193259 0.348651 0.571216
0.194118 0.350980 0.574510
0.194976 0.353310 0.577804
0.195835 0.355639 0.581137
0.196690 0.357965 0.584431
0.197549 0.360294 0.587765
0.198408 0.362624 0.591059
0.199263 0.364953 0.594353
0.200122 0.367278 0.597686
0.200980 0.369608 0.600980
0.201839 0.371937 0.604275
0.202698 0.374267 0.607608
0.203553 0.376592 0.610902
0.204412 0.378922 0.614196
0.205271 0.381251 0.617529
0.206129 0.383576 0.620824
0.206984 0.385906 0.624157
0.207843 0.388235 0.627451
0.210173 0.394588 0.633686
0.212502 0.400980 0.639961
0.214827 0.407373 0.646196
0.217157 0.413725 0.652471
0.219486 0.420078 0.658706
0.221816 0.426471 0.664941
0.224141 0.432863 0.671216
0.226471 0.439216 0.677451
0.228800 0.445569 0.683686
0.231129 0.451961 0.689961
0.233455 0.458353 0.696196
0.235784 0.464706 0.702431
0.238114 0.471059 0.708706
0.240439 0.477451 0.714941
0.242769 0.483843 0.721216
0.245098 0.490196 0.727451
0.247427 0.496549 0.733686
0.249757 0.502941 0.739961
0.252082 0.509333 0.746196
0.254412 0.515686 0.752471
0.256741 0.522039 0.758706
0.259067 0.528431 0.764941
0.261396 0.534824 0.771216
0.263725 0.541176 0.777451
0.266055 0.547529 0.783686
0.268384 0.553922 0.789961
0.270710 0.560314 0.796196
0.273039 0.566667 0.802431
0.275369 0.573020 0.808706
0.277694 0.579412 0.814941
0.280024 0.585804 0.821216
0.282353 0.592157 0.827451
0.284557 0.596314 0.830157
0.286765 0.600471 0.832824
0.288973 0.604667 0.835529
0.291176 0.608824 0.838235
0.293380 0.612980 0.840941
0.295588 0.617176 0.843608
0.297796 0.621333 0.846314
0.300000 0.625490 0.849020
0.302204 0.629647 0.851725
0.304412 0.633804 0.854431
0.306620 0.638000 0.857098
0.308824 0.642157 0.859804
0.311027 0.646314 0.862510
0.313235 0.650510 0.865176
0.315443 0.654667 0.867882
0.317647 0.658824 0.870588
0.319855 0.662980 0.873294
0.322059 0.667137 0.876000
0.324267 0.671333 0.878667
0.326471 0.675490 0.881373
0.328675 0.679647 0.884078
0.330882 0.683843 0.886745
0.333090 0.688000 0.889451
0.335294 0.692157 0.892157
0.337498 0.696314 0.894863
0.339706 0.700471 0.897529
0.341914 0.704667 0.900235
0.344118 0.708824 0.902941
0.346322 0.712980 0.905647
0.348529 0.717176 0.908314
0.350737 0.721333 0.911020
0.352941 0.725490 0.913725
0.359192 0.728549 0.914471
0.365443 0.731608 0.915216
0.371690 0.734667 0.915922
0.377941 0.737725 0.916667
0.384192 0.740824 0.917412
0.390443 0.743882 0.918118
0.396706 0.746941 0.918863
0.402941 0.750000 0.919608
0.409176 0.753059 0.920353
0.415451 0.756118 0.921098
0.421686 0.759176 0.921804
0.427961 0.762275 0.922549
0.434196 0.765333 0.923294
0.440431 0.768392 0.924000
0.446706 0.771451 0.924745
0.452941 0.774510 0.925490
0.459176 0.777569 0.926235
0.465451 0.780627 0.926980
0.471686 0.783686 0.927686
0.477961 0.786745 0.928431
0.484196 0.789843 0.929176
0.490431 0.792902 0.929882
0.496706 0.795961 0.930627
0.502941 0.799020 0.931373
0.509176 0.802078 0.932118
0.515451 0.805137 0.932863
0.521686 0.808196 0.933569
0.527922 0.811294 0.934314
0.534196 0.814353 0.935059
0.540431 0.817412 0.935765
0.546706 0.820471 0.936510
0.552941 0.823529 0.937255
0.565686 0.829059 0.939216
0.578431 0.834549 0.941176
0.591176 0.840078 0.943137
0.603922 0.845569 0.945098
0.616667 0.851098 0.947059
0.629412 0.856627 0.949020
0.642157 0.862118 0.950980
0.654902 0.867647 0.952941
0.667647 0.873176 0.954902
0.680392 0.878667 0.956863
0.693137 0.884196 0.958824
0.705882 0.889725 0.960784
0.718627 0.895216 0.962745
0.731373 0.900745 0.964706
0.744118 0.906235 0.966667
0.756863 0.911765 0.968627
0.769608 0.917294 0.970588
0.782353 0.922784 0.972549
0.795098 0.928314 0.974510
0.807843 0.933804 0.976471
0.820588 0.939333 0.978431
0.833333 0.944863 0.980392
0.846078 0.950353 0.982353
0.858824 0.955882 0.984314
0.871569 0.961412 0.986275
0.884314 0.966902 0.988235
0.897059 0.972431 0.990196
0.909804 0.977961 0.992157
0.922549 0.983451 0.994118
0.935294 0.988980 0.996078
0.948039 0.994471 0.998039
Loading

0 comments on commit 68e4fa8

Please sign in to comment.