-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmymap.m
197 lines (195 loc) · 428 KB
/
mymap.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
function map = mymap(varargin)
% mymap.m储存了python matplotlib中的colormap,所有cm的名称与python中的相同
%
% 输入一个参数时,函数返回对应colormap的256*3 rgb数值矩阵,该参数应为对应cm的名称;不输入参数时,函数返回所有cm的名称列表
%
% 通过以下方式查看所有颜色图的样式:
% mp_list=mymap();
% fig=figure;
% fframe=get(fig,'JavaFrame');
% pause(0.1)
% set(fframe,'Maximized',1);
% pause(0.1)
% y=linspace(0.95,0.05,length(mp_list));
% i=1;
% for mp=mp_list
% ax=axes(fig,'Position',[0.35 y(i) 0.3 0.0095]);
% map=mymap(mp);
% imagesc(ax,(1:256))
% colormap(ax,map)
% axis(ax,'off')
% text(ax,-35,1,mp,'FontSize',8,'Interpreter','none')
% i=i+1;
% end
narginchk(0,1)
if nargin == 1
name = varargin{1};
switch name
case 'Accent'
map=[0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.49804,0.78824,0.49804;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.7451,0.68235,0.83137;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;0.99216,0.75294,0.52549;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.21961,0.42353,0.6902;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.94118,0.0078431,0.49804;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.74902,0.35686,0.090196;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4];
case 'afmhot'
map=[0,0,0;0.0078431,0,0;0.015686,0,0;0.023529,0,0;0.031373,0,0;0.039216,0,0;0.047059,0,0;0.054902,0,0;0.062745,0,0;0.070588,0,0;0.078431,0,0;0.086275,0,0;0.094118,0,0;0.10196,0,0;0.1098,0,0;0.11765,0,0;0.12549,0,0;0.13333,0,0;0.14118,0,0;0.14902,0,0;0.15686,0,0;0.16471,0,0;0.17255,0,0;0.18039,0,0;0.18824,0,0;0.19608,0,0;0.20392,0,0;0.21176,0,0;0.21961,0,0;0.22745,0,0;0.23529,0,0;0.24314,0,0;0.25098,0,0;0.25882,0,0;0.26667,0,0;0.27451,0,0;0.28235,0,0;0.2902,0,0;0.29804,0,0;0.30588,0,0;0.31373,0,0;0.32157,0,0;0.32941,0,0;0.33725,0,0;0.3451,0,0;0.35294,0,0;0.36078,0,0;0.36863,0,0;0.37647,0,0;0.38431,0,0;0.39216,0,0;0.4,0,0;0.40784,0,0;0.41569,0,0;0.42353,0,0;0.43137,0,0;0.43922,0,0;0.44706,0,0;0.4549,0,0;0.46275,0,0;0.47059,0,0;0.47843,0,0;0.48627,0,0;0.49412,0,0;0.50196,0.0019608,0;0.5098,0.0098039,0;0.51765,0.017647,0;0.52549,0.02549,0;0.53333,0.033333,0;0.54118,0.041176,0;0.54902,0.04902,0;0.55686,0.056863,0;0.56471,0.064706,0;0.57255,0.072549,0;0.58039,0.080392,0;0.58824,0.088235,0;0.59608,0.096078,0;0.60392,0.10392,0;0.61176,0.11176,0;0.61961,0.11961,0;0.62745,0.12745,0;0.63529,0.13529,0;0.64314,0.14314,0;0.65098,0.15098,0;0.65882,0.15882,0;0.66667,0.16667,0;0.67451,0.17451,0;0.68235,0.18235,0;0.6902,0.1902,0;0.69804,0.19804,0;0.70588,0.20588,0;0.71373,0.21373,0;0.72157,0.22157,0;0.72941,0.22941,0;0.73725,0.23725,0;0.7451,0.2451,0;0.75294,0.25294,0;0.76078,0.26078,0;0.76863,0.26863,0;0.77647,0.27647,0;0.78431,0.28431,0;0.79216,0.29216,0;0.8,0.3,0;0.80784,0.30784,0;0.81569,0.31569,0;0.82353,0.32353,0;0.83137,0.33137,0;0.83922,0.33922,0;0.84706,0.34706,0;0.8549,0.3549,0;0.86275,0.36275,0;0.87059,0.37059,0;0.87843,0.37843,0;0.88627,0.38627,0;0.89412,0.39412,0;0.90196,0.40196,0;0.9098,0.4098,0;0.91765,0.41765,0;0.92549,0.42549,0;0.93333,0.43333,0;0.94118,0.44118,0;0.94902,0.44902,0;0.95686,0.45686,0;0.96471,0.46471,0;0.97255,0.47255,0;0.98039,0.48039,0;0.98824,0.48824,0;0.99608,0.49608,0;1,0.50392,0.0039216;1,0.51176,0.011765;1,0.51961,0.019608;1,0.52745,0.027451;1,0.53529,0.035294;1,0.54314,0.043137;1,0.55098,0.05098;1,0.55882,0.058824;1,0.56667,0.066667;1,0.57451,0.07451;1,0.58235,0.082353;1,0.5902,0.090196;1,0.59804,0.098039;1,0.60588,0.10588;1,0.61373,0.11373;1,0.62157,0.12157;1,0.62941,0.12941;1,0.63725,0.13725;1,0.6451,0.1451;1,0.65294,0.15294;1,0.66078,0.16078;1,0.66863,0.16863;1,0.67647,0.17647;1,0.68431,0.18431;1,0.69216,0.19216;1,0.7,0.2;1,0.70784,0.20784;1,0.71569,0.21569;1,0.72353,0.22353;1,0.73137,0.23137;1,0.73922,0.23922;1,0.74706,0.24706;1,0.7549,0.2549;1,0.76275,0.26275;1,0.77059,0.27059;1,0.77843,0.27843;1,0.78627,0.28627;1,0.79412,0.29412;1,0.80196,0.30196;1,0.8098,0.3098;1,0.81765,0.31765;1,0.82549,0.32549;1,0.83333,0.33333;1,0.84118,0.34118;1,0.84902,0.34902;1,0.85686,0.35686;1,0.86471,0.36471;1,0.87255,0.37255;1,0.88039,0.38039;1,0.88824,0.38824;1,0.89608,0.39608;1,0.90392,0.40392;1,0.91176,0.41176;1,0.91961,0.41961;1,0.92745,0.42745;1,0.93529,0.43529;1,0.94314,0.44314;1,0.95098,0.45098;1,0.95882,0.45882;1,0.96667,0.46667;1,0.97451,0.47451;1,0.98235,0.48235;1,0.9902,0.4902;1,0.99804,0.49804;1,1,0.50588;1,1,0.51373;1,1,0.52157;1,1,0.52941;1,1,0.53725;1,1,0.5451;1,1,0.55294;1,1,0.56078;1,1,0.56863;1,1,0.57647;1,1,0.58431;1,1,0.59216;1,1,0.6;1,1,0.60784;1,1,0.61569;1,1,0.62353;1,1,0.63137;1,1,0.63922;1,1,0.64706;1,1,0.6549;1,1,0.66275;1,1,0.67059;1,1,0.67843;1,1,0.68627;1,1,0.69412;1,1,0.70196;1,1,0.7098;1,1,0.71765;1,1,0.72549;1,1,0.73333;1,1,0.74118;1,1,0.74902;1,1,0.75686;1,1,0.76471;1,1,0.77255;1,1,0.78039;1,1,0.78824;1,1,0.79608;1,1,0.80392;1,1,0.81176;1,1,0.81961;1,1,0.82745;1,1,0.83529;1,1,0.84314;1,1,0.85098;1,1,0.85882;1,1,0.86667;1,1,0.87451;1,1,0.88235;1,1,0.8902;1,1,0.89804;1,1,0.90588;1,1,0.91373;1,1,0.92157;1,1,0.92941;1,1,0.93725;1,1,0.9451;1,1,0.95294;1,1,0.96078;1,1,0.96863;1,1,0.97647;1,1,0.98431;1,1,0.99216;1,1,1];
case 'autumn'
map=[1,0,0;1,0.0039216,0;1,0.0078431,0;1,0.011765,0;1,0.015686,0;1,0.019608,0;1,0.023529,0;1,0.027451,0;1,0.031373,0;1,0.035294,0;1,0.039216,0;1,0.043137,0;1,0.047059,0;1,0.05098,0;1,0.054902,0;1,0.058824,0;1,0.062745,0;1,0.066667,0;1,0.070588,0;1,0.07451,0;1,0.078431,0;1,0.082353,0;1,0.086275,0;1,0.090196,0;1,0.094118,0;1,0.098039,0;1,0.10196,0;1,0.10588,0;1,0.1098,0;1,0.11373,0;1,0.11765,0;1,0.12157,0;1,0.12549,0;1,0.12941,0;1,0.13333,0;1,0.13725,0;1,0.14118,0;1,0.1451,0;1,0.14902,0;1,0.15294,0;1,0.15686,0;1,0.16078,0;1,0.16471,0;1,0.16863,0;1,0.17255,0;1,0.17647,0;1,0.18039,0;1,0.18431,0;1,0.18824,0;1,0.19216,0;1,0.19608,0;1,0.2,0;1,0.20392,0;1,0.20784,0;1,0.21176,0;1,0.21569,0;1,0.21961,0;1,0.22353,0;1,0.22745,0;1,0.23137,0;1,0.23529,0;1,0.23922,0;1,0.24314,0;1,0.24706,0;1,0.25098,0;1,0.2549,0;1,0.25882,0;1,0.26275,0;1,0.26667,0;1,0.27059,0;1,0.27451,0;1,0.27843,0;1,0.28235,0;1,0.28627,0;1,0.2902,0;1,0.29412,0;1,0.29804,0;1,0.30196,0;1,0.30588,0;1,0.3098,0;1,0.31373,0;1,0.31765,0;1,0.32157,0;1,0.32549,0;1,0.32941,0;1,0.33333,0;1,0.33725,0;1,0.34118,0;1,0.3451,0;1,0.34902,0;1,0.35294,0;1,0.35686,0;1,0.36078,0;1,0.36471,0;1,0.36863,0;1,0.37255,0;1,0.37647,0;1,0.38039,0;1,0.38431,0;1,0.38824,0;1,0.39216,0;1,0.39608,0;1,0.4,0;1,0.40392,0;1,0.40784,0;1,0.41176,0;1,0.41569,0;1,0.41961,0;1,0.42353,0;1,0.42745,0;1,0.43137,0;1,0.43529,0;1,0.43922,0;1,0.44314,0;1,0.44706,0;1,0.45098,0;1,0.4549,0;1,0.45882,0;1,0.46275,0;1,0.46667,0;1,0.47059,0;1,0.47451,0;1,0.47843,0;1,0.48235,0;1,0.48627,0;1,0.4902,0;1,0.49412,0;1,0.49804,0;1,0.50196,0;1,0.50588,0;1,0.5098,0;1,0.51373,0;1,0.51765,0;1,0.52157,0;1,0.52549,0;1,0.52941,0;1,0.53333,0;1,0.53725,0;1,0.54118,0;1,0.5451,0;1,0.54902,0;1,0.55294,0;1,0.55686,0;1,0.56078,0;1,0.56471,0;1,0.56863,0;1,0.57255,0;1,0.57647,0;1,0.58039,0;1,0.58431,0;1,0.58824,0;1,0.59216,0;1,0.59608,0;1,0.6,0;1,0.60392,0;1,0.60784,0;1,0.61176,0;1,0.61569,0;1,0.61961,0;1,0.62353,0;1,0.62745,0;1,0.63137,0;1,0.63529,0;1,0.63922,0;1,0.64314,0;1,0.64706,0;1,0.65098,0;1,0.6549,0;1,0.65882,0;1,0.66275,0;1,0.66667,0;1,0.67059,0;1,0.67451,0;1,0.67843,0;1,0.68235,0;1,0.68627,0;1,0.6902,0;1,0.69412,0;1,0.69804,0;1,0.70196,0;1,0.70588,0;1,0.7098,0;1,0.71373,0;1,0.71765,0;1,0.72157,0;1,0.72549,0;1,0.72941,0;1,0.73333,0;1,0.73725,0;1,0.74118,0;1,0.7451,0;1,0.74902,0;1,0.75294,0;1,0.75686,0;1,0.76078,0;1,0.76471,0;1,0.76863,0;1,0.77255,0;1,0.77647,0;1,0.78039,0;1,0.78431,0;1,0.78824,0;1,0.79216,0;1,0.79608,0;1,0.8,0;1,0.80392,0;1,0.80784,0;1,0.81176,0;1,0.81569,0;1,0.81961,0;1,0.82353,0;1,0.82745,0;1,0.83137,0;1,0.83529,0;1,0.83922,0;1,0.84314,0;1,0.84706,0;1,0.85098,0;1,0.8549,0;1,0.85882,0;1,0.86275,0;1,0.86667,0;1,0.87059,0;1,0.87451,0;1,0.87843,0;1,0.88235,0;1,0.88627,0;1,0.8902,0;1,0.89412,0;1,0.89804,0;1,0.90196,0;1,0.90588,0;1,0.9098,0;1,0.91373,0;1,0.91765,0;1,0.92157,0;1,0.92549,0;1,0.92941,0;1,0.93333,0;1,0.93725,0;1,0.94118,0;1,0.9451,0;1,0.94902,0;1,0.95294,0;1,0.95686,0;1,0.96078,0;1,0.96471,0;1,0.96863,0;1,0.97255,0;1,0.97647,0;1,0.98039,0;1,0.98431,0;1,0.98824,0;1,0.99216,0;1,0.99608,0;1,1,0];
case 'binary'
map=[1,1,1;0.99608,0.99608,0.99608;0.99216,0.99216,0.99216;0.98824,0.98824,0.98824;0.98431,0.98431,0.98431;0.98039,0.98039,0.98039;0.97647,0.97647,0.97647;0.97255,0.97255,0.97255;0.96863,0.96863,0.96863;0.96471,0.96471,0.96471;0.96078,0.96078,0.96078;0.95686,0.95686,0.95686;0.95294,0.95294,0.95294;0.94902,0.94902,0.94902;0.9451,0.9451,0.9451;0.94118,0.94118,0.94118;0.93725,0.93725,0.93725;0.93333,0.93333,0.93333;0.92941,0.92941,0.92941;0.92549,0.92549,0.92549;0.92157,0.92157,0.92157;0.91765,0.91765,0.91765;0.91373,0.91373,0.91373;0.9098,0.9098,0.9098;0.90588,0.90588,0.90588;0.90196,0.90196,0.90196;0.89804,0.89804,0.89804;0.89412,0.89412,0.89412;0.8902,0.8902,0.8902;0.88627,0.88627,0.88627;0.88235,0.88235,0.88235;0.87843,0.87843,0.87843;0.87451,0.87451,0.87451;0.87059,0.87059,0.87059;0.86667,0.86667,0.86667;0.86275,0.86275,0.86275;0.85882,0.85882,0.85882;0.8549,0.8549,0.8549;0.85098,0.85098,0.85098;0.84706,0.84706,0.84706;0.84314,0.84314,0.84314;0.83922,0.83922,0.83922;0.83529,0.83529,0.83529;0.83137,0.83137,0.83137;0.82745,0.82745,0.82745;0.82353,0.82353,0.82353;0.81961,0.81961,0.81961;0.81569,0.81569,0.81569;0.81176,0.81176,0.81176;0.80784,0.80784,0.80784;0.80392,0.80392,0.80392;0.8,0.8,0.8;0.79608,0.79608,0.79608;0.79216,0.79216,0.79216;0.78824,0.78824,0.78824;0.78431,0.78431,0.78431;0.78039,0.78039,0.78039;0.77647,0.77647,0.77647;0.77255,0.77255,0.77255;0.76863,0.76863,0.76863;0.76471,0.76471,0.76471;0.76078,0.76078,0.76078;0.75686,0.75686,0.75686;0.75294,0.75294,0.75294;0.74902,0.74902,0.74902;0.7451,0.7451,0.7451;0.74118,0.74118,0.74118;0.73725,0.73725,0.73725;0.73333,0.73333,0.73333;0.72941,0.72941,0.72941;0.72549,0.72549,0.72549;0.72157,0.72157,0.72157;0.71765,0.71765,0.71765;0.71373,0.71373,0.71373;0.7098,0.7098,0.7098;0.70588,0.70588,0.70588;0.70196,0.70196,0.70196;0.69804,0.69804,0.69804;0.69412,0.69412,0.69412;0.6902,0.6902,0.6902;0.68627,0.68627,0.68627;0.68235,0.68235,0.68235;0.67843,0.67843,0.67843;0.67451,0.67451,0.67451;0.67059,0.67059,0.67059;0.66667,0.66667,0.66667;0.66275,0.66275,0.66275;0.65882,0.65882,0.65882;0.6549,0.6549,0.6549;0.65098,0.65098,0.65098;0.64706,0.64706,0.64706;0.64314,0.64314,0.64314;0.63922,0.63922,0.63922;0.63529,0.63529,0.63529;0.63137,0.63137,0.63137;0.62745,0.62745,0.62745;0.62353,0.62353,0.62353;0.61961,0.61961,0.61961;0.61569,0.61569,0.61569;0.61176,0.61176,0.61176;0.60784,0.60784,0.60784;0.60392,0.60392,0.60392;0.6,0.6,0.6;0.59608,0.59608,0.59608;0.59216,0.59216,0.59216;0.58824,0.58824,0.58824;0.58431,0.58431,0.58431;0.58039,0.58039,0.58039;0.57647,0.57647,0.57647;0.57255,0.57255,0.57255;0.56863,0.56863,0.56863;0.56471,0.56471,0.56471;0.56078,0.56078,0.56078;0.55686,0.55686,0.55686;0.55294,0.55294,0.55294;0.54902,0.54902,0.54902;0.5451,0.5451,0.5451;0.54118,0.54118,0.54118;0.53725,0.53725,0.53725;0.53333,0.53333,0.53333;0.52941,0.52941,0.52941;0.52549,0.52549,0.52549;0.52157,0.52157,0.52157;0.51765,0.51765,0.51765;0.51373,0.51373,0.51373;0.5098,0.5098,0.5098;0.50588,0.50588,0.50588;0.50196,0.50196,0.50196;0.49804,0.49804,0.49804;0.49412,0.49412,0.49412;0.4902,0.4902,0.4902;0.48627,0.48627,0.48627;0.48235,0.48235,0.48235;0.47843,0.47843,0.47843;0.47451,0.47451,0.47451;0.47059,0.47059,0.47059;0.46667,0.46667,0.46667;0.46275,0.46275,0.46275;0.45882,0.45882,0.45882;0.4549,0.4549,0.4549;0.45098,0.45098,0.45098;0.44706,0.44706,0.44706;0.44314,0.44314,0.44314;0.43922,0.43922,0.43922;0.43529,0.43529,0.43529;0.43137,0.43137,0.43137;0.42745,0.42745,0.42745;0.42353,0.42353,0.42353;0.41961,0.41961,0.41961;0.41569,0.41569,0.41569;0.41176,0.41176,0.41176;0.40784,0.40784,0.40784;0.40392,0.40392,0.40392;0.4,0.4,0.4;0.39608,0.39608,0.39608;0.39216,0.39216,0.39216;0.38824,0.38824,0.38824;0.38431,0.38431,0.38431;0.38039,0.38039,0.38039;0.37647,0.37647,0.37647;0.37255,0.37255,0.37255;0.36863,0.36863,0.36863;0.36471,0.36471,0.36471;0.36078,0.36078,0.36078;0.35686,0.35686,0.35686;0.35294,0.35294,0.35294;0.34902,0.34902,0.34902;0.3451,0.3451,0.3451;0.34118,0.34118,0.34118;0.33725,0.33725,0.33725;0.33333,0.33333,0.33333;0.32941,0.32941,0.32941;0.32549,0.32549,0.32549;0.32157,0.32157,0.32157;0.31765,0.31765,0.31765;0.31373,0.31373,0.31373;0.3098,0.3098,0.3098;0.30588,0.30588,0.30588;0.30196,0.30196,0.30196;0.29804,0.29804,0.29804;0.29412,0.29412,0.29412;0.2902,0.2902,0.2902;0.28627,0.28627,0.28627;0.28235,0.28235,0.28235;0.27843,0.27843,0.27843;0.27451,0.27451,0.27451;0.27059,0.27059,0.27059;0.26667,0.26667,0.26667;0.26275,0.26275,0.26275;0.25882,0.25882,0.25882;0.2549,0.2549,0.2549;0.25098,0.25098,0.25098;0.24706,0.24706,0.24706;0.24314,0.24314,0.24314;0.23922,0.23922,0.23922;0.23529,0.23529,0.23529;0.23137,0.23137,0.23137;0.22745,0.22745,0.22745;0.22353,0.22353,0.22353;0.21961,0.21961,0.21961;0.21569,0.21569,0.21569;0.21176,0.21176,0.21176;0.20784,0.20784,0.20784;0.20392,0.20392,0.20392;0.2,0.2,0.2;0.19608,0.19608,0.19608;0.19216,0.19216,0.19216;0.18824,0.18824,0.18824;0.18431,0.18431,0.18431;0.18039,0.18039,0.18039;0.17647,0.17647,0.17647;0.17255,0.17255,0.17255;0.16863,0.16863,0.16863;0.16471,0.16471,0.16471;0.16078,0.16078,0.16078;0.15686,0.15686,0.15686;0.15294,0.15294,0.15294;0.14902,0.14902,0.14902;0.1451,0.1451,0.1451;0.14118,0.14118,0.14118;0.13725,0.13725,0.13725;0.13333,0.13333,0.13333;0.12941,0.12941,0.12941;0.12549,0.12549,0.12549;0.12157,0.12157,0.12157;0.11765,0.11765,0.11765;0.11373,0.11373,0.11373;0.1098,0.1098,0.1098;0.10588,0.10588,0.10588;0.10196,0.10196,0.10196;0.098039,0.098039,0.098039;0.094118,0.094118,0.094118;0.090196,0.090196,0.090196;0.086275,0.086275,0.086275;0.082353,0.082353,0.082353;0.078431,0.078431,0.078431;0.07451,0.07451,0.07451;0.070588,0.070588,0.070588;0.066667,0.066667,0.066667;0.062745,0.062745,0.062745;0.058824,0.058824,0.058824;0.054902,0.054902,0.054902;0.05098,0.05098,0.05098;0.047059,0.047059,0.047059;0.043137,0.043137,0.043137;0.039216,0.039216,0.039216;0.035294,0.035294,0.035294;0.031373,0.031373,0.031373;0.027451,0.027451,0.027451;0.023529,0.023529,0.023529;0.019608,0.019608,0.019608;0.015686,0.015686,0.015686;0.011765,0.011765,0.011765;0.0078431,0.0078431,0.0078431;0.0039216,0.0039216,0.0039216;0,0,0];
case 'Blues'
map=[0.96863,0.98431,1;0.96555,0.98235,0.99902;0.96248,0.98038,0.99803;0.9594,0.97841,0.99705;0.95632,0.97644,0.99606;0.95325,0.97447,0.99508;0.95017,0.9725,0.99409;0.9471,0.97053,0.99311;0.94402,0.96857,0.99213;0.94095,0.9666,0.99114;0.93787,0.96463,0.99016;0.93479,0.96266,0.98917;0.93172,0.96069,0.98819;0.92864,0.95872,0.9872;0.92557,0.95676,0.98622;0.92249,0.95479,0.98524;0.91942,0.95282,0.98425;0.91634,0.95085,0.98327;0.91326,0.94888,0.98228;0.91019,0.94691,0.9813;0.90711,0.94494,0.98032;0.90404,0.94298,0.97933;0.90096,0.94101,0.97835;0.89789,0.93904,0.97736;0.89481,0.93707,0.97638;0.89173,0.9351,0.97539;0.88866,0.93313,0.97441;0.88558,0.93116,0.97343;0.88251,0.9292,0.97244;0.87943,0.92723,0.97146;0.87636,0.92526,0.97047;0.87328,0.92329,0.96949;0.87022,0.92132,0.9685;0.86727,0.91935,0.96752;0.86431,0.91739,0.96654;0.86136,0.91542,0.96555;0.85841,0.91345,0.96457;0.85546,0.91148,0.96358;0.8525,0.90951,0.9626;0.84955,0.90754,0.96161;0.8466,0.90557,0.96063;0.84364,0.90361,0.95965;0.84069,0.90164,0.95866;0.83774,0.89967,0.95768;0.83479,0.8977,0.95669;0.83183,0.89573,0.95571;0.82888,0.89376,0.95473;0.82593,0.8918,0.95374;0.82298,0.88983,0.95276;0.82002,0.88786,0.95177;0.81707,0.88589,0.95079;0.81412,0.88392,0.9498;0.81116,0.88195,0.94882;0.80821,0.87998,0.94784;0.80526,0.87802,0.94685;0.80231,0.87605,0.94587;0.79935,0.87408,0.94488;0.7964,0.87211,0.9439;0.79345,0.87014,0.94291;0.7905,0.86817,0.94193;0.78754,0.86621,0.94095;0.78459,0.86424,0.93996;0.78164,0.86227,0.93898;0.77869,0.8603,0.93799;0.77524,0.8583,0.93682;0.77032,0.85621,0.9351;0.7654,0.85412,0.93338;0.76048,0.85203,0.93166;0.75556,0.84993,0.92993;0.75063,0.84784,0.92821;0.74571,0.84575,0.92649;0.74079,0.84366,0.92477;0.73587,0.84157,0.92304;0.73095,0.83948,0.92132;0.72603,0.83739,0.9196;0.72111,0.83529,0.91788;0.71619,0.8332,0.91616;0.71126,0.83111,0.91443;0.70634,0.82902,0.91271;0.70142,0.82693,0.91099;0.6965,0.82484,0.90927;0.69158,0.82275,0.90754;0.68666,0.82065,0.90582;0.68174,0.81856,0.9041;0.67682,0.81647,0.90238;0.6719,0.81438,0.90065;0.66697,0.81229,0.89893;0.66205,0.8102,0.89721;0.65713,0.8081,0.89549;0.65221,0.80601,0.89376;0.64729,0.80392,0.89204;0.64237,0.80183,0.89032;0.63745,0.79974,0.8886;0.63253,0.79765,0.88687;0.6276,0.79556,0.88515;0.62268,0.79346,0.88343;0.61725,0.79087,0.88185;0.61098,0.78742,0.88049;0.60471,0.78398,0.87914;0.59843,0.78053,0.87779;0.59216,0.77709,0.87643;0.58588,0.77364,0.87508;0.57961,0.7702,0.87373;0.57333,0.76675,0.87237;0.56706,0.76331,0.87102;0.56078,0.75986,0.86967;0.55451,0.75642,0.86831;0.54824,0.75297,0.86696;0.54196,0.74953,0.86561;0.53569,0.74608,0.86425;0.52941,0.74264,0.8629;0.52314,0.73919,0.86155;0.51686,0.73575,0.86019;0.51059,0.7323,0.85884;0.50431,0.72886,0.85749;0.49804,0.72541,0.85613;0.49176,0.72197,0.85478;0.48549,0.71852,0.85343;0.47922,0.71508,0.85207;0.47294,0.71163,0.85072;0.46667,0.70819,0.84937;0.46039,0.70474,0.84801;0.45412,0.7013,0.84666;0.44784,0.69785,0.84531;0.44157,0.69441,0.84395;0.43529,0.69097,0.8426;0.42902,0.68752,0.84125;0.42275,0.68408,0.83989;0.41709,0.68063,0.83823;0.41204,0.67719,0.83626;0.407,0.67374,0.83429;0.40195,0.6703,0.83233;0.39691,0.66685,0.83036;0.39186,0.66341,0.82839;0.38682,0.65996,0.82642;0.38178,0.65652,0.82445;0.37673,0.65307,0.82248;0.37169,0.64963,0.82052;0.36664,0.64618,0.81855;0.3616,0.64274,0.81658;0.35656,0.63929,0.81461;0.35151,0.63585,0.81264;0.34647,0.6324,0.81067;0.34142,0.62896,0.8087;0.33638,0.62551,0.80674;0.33133,0.62207,0.80477;0.32629,0.61862,0.8028;0.32125,0.61518,0.80083;0.3162,0.61173,0.79886;0.31116,0.60829,0.79689;0.30611,0.60484,0.79493;0.30107,0.6014,0.79296;0.29602,0.59795,0.79099;0.29098,0.59451,0.78902;0.28594,0.59106,0.78705;0.28089,0.58762,0.78508;0.27585,0.58418,0.78311;0.2708,0.58073,0.78115;0.26576,0.57729,0.77918;0.26072,0.57384,0.77721;0.25629,0.57001,0.77516;0.25223,0.56595,0.77307;0.24817,0.56189,0.77098;0.24411,0.55783,0.76889;0.24005,0.55377,0.7668;0.23599,0.54971,0.76471;0.23193,0.54565,0.76261;0.22787,0.54159,0.76052;0.22381,0.53753,0.75843;0.21975,0.53347,0.75634;0.21569,0.52941,0.75425;0.21163,0.52535,0.75216;0.20757,0.52129,0.75007;0.20351,0.51723,0.74797;0.19945,0.51317,0.74588;0.19539,0.50911,0.74379;0.19133,0.50505,0.7417;0.18727,0.50099,0.73961;0.18321,0.49693,0.73752;0.17915,0.49287,0.73542;0.17509,0.48881,0.73333;0.17103,0.48475,0.73124;0.16697,0.48069,0.72915;0.16291,0.47663,0.72706;0.15885,0.47257,0.72497;0.15479,0.46851,0.72288;0.15073,0.46445,0.72078;0.14667,0.46039,0.71869;0.14261,0.45633,0.7166;0.13855,0.45227,0.71451;0.13449,0.44821,0.71242;0.13043,0.44415,0.71033;0.1271,0.44018,0.7075;0.12403,0.43625,0.70442;0.12095,0.43231,0.70135;0.11788,0.42837,0.69827;0.1148,0.42444,0.69519;0.11173,0.4205,0.69212;0.10865,0.41656,0.68904;0.10557,0.41263,0.68597;0.1025,0.40869,0.68289;0.099423,0.40475,0.67982;0.096348,0.40082,0.67674;0.093272,0.39688,0.67366;0.090196,0.39294,0.67059;0.08712,0.389,0.66751;0.084045,0.38507,0.66444;0.080969,0.38113,0.66136;0.077893,0.37719,0.65829;0.074817,0.37326,0.65521;0.071742,0.36932,0.65213;0.068666,0.36538,0.64906;0.06559,0.36145,0.64598;0.062514,0.35751,0.64291;0.059439,0.35357,0.63983;0.056363,0.34963,0.63676;0.053287,0.3457,0.63368;0.050211,0.34176,0.6306;0.047136,0.33782,0.62753;0.04406,0.33389,0.62445;0.040984,0.32995,0.62138;0.037908,0.32601,0.6183;0.034833,0.32208,0.61522;0.031757,0.31814,0.61215;0.031373,0.31409,0.60649;0.031373,0.31003,0.60046;0.031373,0.30597,0.59443;0.031373,0.30191,0.5884;0.031373,0.29785,0.58238;0.031373,0.29379,0.57635;0.031373,0.28973,0.57032;0.031373,0.28567,0.56429;0.031373,0.28161,0.55826;0.031373,0.27755,0.55223;0.031373,0.27349,0.54621;0.031373,0.26943,0.54018;0.031373,0.26537,0.53415;0.031373,0.26131,0.52812;0.031373,0.25725,0.52209;0.031373,0.25319,0.51606;0.031373,0.24913,0.51003;0.031373,0.24507,0.50401;0.031373,0.24101,0.49798;0.031373,0.23696,0.49195;0.031373,0.2329,0.48592;0.031373,0.22884,0.47989;0.031373,0.22478,0.47386;0.031373,0.22072,0.46784;0.031373,0.21666,0.46181;0.031373,0.2126,0.45578;0.031373,0.20854,0.44975;0.031373,0.20448,0.44372;0.031373,0.20042,0.43769;0.031373,0.19636,0.43166;0.031373,0.1923,0.42564;0.031373,0.18824,0.41961];
case 'bone'
map=[0,0,0;0.0034314,0.0034314,0.0047741;0.0068627,0.0068627,0.0095482;0.010294,0.010294,0.014322;0.013725,0.013725,0.019096;0.017157,0.017157,0.02387;0.020588,0.020588,0.028645;0.02402,0.02402,0.033419;0.027451,0.027451,0.038193;0.030882,0.030882,0.042967;0.034314,0.034314,0.047741;0.037745,0.037745,0.052515;0.041176,0.041176,0.057289;0.044608,0.044608,0.062063;0.048039,0.048039,0.066837;0.051471,0.051471,0.071611;0.054902,0.054902,0.076385;0.058333,0.058333,0.081159;0.061765,0.061765,0.085934;0.065196,0.065196,0.090708;0.068627,0.068627,0.095482;0.072059,0.072059,0.10026;0.07549,0.07549,0.10503;0.078922,0.078922,0.1098;0.082353,0.082353,0.11458;0.085784,0.085784,0.11935;0.089216,0.089216,0.12413;0.092647,0.092647,0.1289;0.096078,0.096078,0.13367;0.09951,0.09951,0.13845;0.10294,0.10294,0.14322;0.10637,0.10637,0.148;0.1098,0.1098,0.15277;0.11324,0.11324,0.15754;0.11667,0.11667,0.16232;0.1201,0.1201,0.16709;0.12353,0.12353,0.17187;0.12696,0.12696,0.17664;0.13039,0.13039,0.18142;0.13382,0.13382,0.18619;0.13725,0.13725,0.19096;0.14069,0.14069,0.19574;0.14412,0.14412,0.20051;0.14755,0.14755,0.20529;0.15098,0.15098,0.21006;0.15441,0.15441,0.21483;0.15784,0.15784,0.21961;0.16127,0.16127,0.22438;0.16471,0.16471,0.22916;0.16814,0.16814,0.23393;0.17157,0.17157,0.2387;0.175,0.175,0.24348;0.17843,0.17843,0.24825;0.18186,0.18186,0.25303;0.18529,0.18529,0.2578;0.18873,0.18873,0.26257;0.19216,0.19216,0.26735;0.19559,0.19559,0.27212;0.19902,0.19902,0.2769;0.20245,0.20245,0.28167;0.20588,0.20588,0.28645;0.20931,0.20931,0.29122;0.21275,0.21275,0.29599;0.21618,0.21618,0.30077;0.21961,0.21961,0.30554;0.22304,0.22304,0.31032;0.22647,0.22647,0.31509;0.2299,0.2299,0.31986;0.23333,0.23333,0.32464;0.23676,0.23676,0.32941;0.2402,0.2402,0.33419;0.24363,0.24363,0.33896;0.24706,0.24706,0.34373;0.25049,0.25049,0.34851;0.25392,0.25392,0.35328;0.25735,0.25735,0.35806;0.26078,0.26078,0.36283;0.26422,0.26422,0.3676;0.26765,0.26765,0.37238;0.27108,0.27108,0.37715;0.27451,0.27451,0.38193;0.27794,0.27794,0.3867;0.28137,0.28137,0.39147;0.2848,0.2848,0.39625;0.28824,0.28824,0.40102;0.29167,0.29167,0.4058;0.2951,0.2951,0.41057;0.29853,0.29853,0.41535;0.30196,0.30196,0.42012;0.30539,0.30539,0.42489;0.30882,0.30882,0.42967;0.31225,0.31225,0.43444;0.31569,0.31569,0.43922;0.31912,0.31912,0.44399;0.32255,0.32371,0.44755;0.32598,0.32843,0.45098;0.32941,0.33315,0.45441;0.33284,0.33787,0.45784;0.33627,0.34259,0.46127;0.33971,0.3473,0.46471;0.34314,0.35202,0.46814;0.34657,0.35674,0.47157;0.35,0.36146,0.475;0.35343,0.36618,0.47843;0.35686,0.37089,0.48186;0.36029,0.37561,0.48529;0.36373,0.38033,0.48873;0.36716,0.38505,0.49216;0.37059,0.38977,0.49559;0.37402,0.39449,0.49902;0.37745,0.3992,0.50245;0.38088,0.40392,0.50588;0.38431,0.40864,0.50931;0.38775,0.41336,0.51274;0.39118,0.41808,0.51618;0.39461,0.42279,0.51961;0.39804,0.42751,0.52304;0.40147,0.43223,0.52647;0.4049,0.43695,0.5299;0.40833,0.44167,0.53333;0.41176,0.44638,0.53676;0.4152,0.4511,0.5402;0.41863,0.45582,0.54363;0.42206,0.46054,0.54706;0.42549,0.46526,0.55049;0.42892,0.46998,0.55392;0.43235,0.47469,0.55735;0.43578,0.47941,0.56078;0.43922,0.48413,0.56422;0.44265,0.48885,0.56765;0.44608,0.49357,0.57108;0.44951,0.49828,0.57451;0.45294,0.503,0.57794;0.45637,0.50772,0.58137;0.4598,0.51244,0.5848;0.46324,0.51716,0.58824;0.46667,0.52187,0.59167;0.4701,0.52659,0.5951;0.47353,0.53131,0.59853;0.47696,0.53603,0.60196;0.48039,0.54075,0.60539;0.48382,0.54547,0.60882;0.48725,0.55018,0.61225;0.49069,0.5549,0.61569;0.49412,0.55962,0.61912;0.49755,0.56434,0.62255;0.50098,0.56906,0.62598;0.50441,0.57377,0.62941;0.50784,0.57849,0.63284;0.51127,0.58321,0.63627;0.51471,0.58793,0.63971;0.51814,0.59265,0.64314;0.52157,0.59737,0.64657;0.525,0.60208,0.65;0.52843,0.6068,0.65343;0.53186,0.61152,0.65686;0.53529,0.61624,0.66029;0.53873,0.62096,0.66373;0.54216,0.62567,0.66716;0.54559,0.63039,0.67059;0.54902,0.63511,0.67402;0.55245,0.63983,0.67745;0.55588,0.64455,0.68088;0.55931,0.64926,0.68431;0.56275,0.65398,0.68775;0.56618,0.6587,0.69118;0.56961,0.66342,0.69461;0.57304,0.66814,0.69804;0.57647,0.67286,0.70147;0.5799,0.67757,0.7049;0.58333,0.68229,0.70833;0.58676,0.68701,0.71176;0.5902,0.69173,0.7152;0.59363,0.69645,0.71863;0.59706,0.70116,0.72206;0.60049,0.70588,0.72549;0.60392,0.7106,0.72892;0.60735,0.71532,0.73235;0.61078,0.72004,0.73578;0.61422,0.72475,0.73922;0.61765,0.72947,0.74265;0.62108,0.73419,0.74608;0.62451,0.73891,0.74951;0.62794,0.74363,0.75294;0.63137,0.74835,0.75637;0.6348,0.75306,0.7598;0.63824,0.75778,0.76324;0.64167,0.7625,0.76667;0.6451,0.76722,0.7701;0.64853,0.77194,0.77353;0.65196,0.77665,0.77696;0.65686,0.78039,0.78039;0.66222,0.78382,0.78382;0.66759,0.78725,0.78725;0.67295,0.79069,0.79069;0.67831,0.79412,0.79412;0.68367,0.79755,0.79755;0.68903,0.80098,0.80098;0.69439,0.80441,0.80441;0.69975,0.80784,0.80784;0.70512,0.81127,0.81127;0.71048,0.81471,0.81471;0.71584,0.81814,0.81814;0.7212,0.82157,0.82157;0.72656,0.825,0.825;0.73192,0.82843,0.82843;0.73729,0.83186,0.83186;0.74265,0.83529,0.83529;0.74801,0.83873,0.83873;0.75337,0.84216,0.84216;0.75873,0.84559,0.84559;0.76409,0.84902,0.84902;0.76945,0.85245,0.85245;0.77482,0.85588,0.85588;0.78018,0.85931,0.85931;0.78554,0.86275,0.86275;0.7909,0.86618,0.86618;0.79626,0.86961,0.86961;0.80162,0.87304,0.87304;0.80699,0.87647,0.87647;0.81235,0.8799,0.8799;0.81771,0.88333,0.88333;0.82307,0.88676,0.88676;0.82843,0.8902,0.8902;0.83379,0.89363,0.89363;0.83915,0.89706,0.89706;0.84452,0.90049,0.90049;0.84988,0.90392,0.90392;0.85524,0.90735,0.90735;0.8606,0.91078,0.91078;0.86596,0.91422,0.91422;0.87132,0.91765,0.91765;0.87669,0.92108,0.92108;0.88205,0.92451,0.92451;0.88741,0.92794,0.92794;0.89277,0.93137,0.93137;0.89813,0.9348,0.9348;0.90349,0.93824,0.93824;0.90885,0.94167,0.94167;0.91422,0.9451,0.9451;0.91958,0.94853,0.94853;0.92494,0.95196,0.95196;0.9303,0.95539,0.95539;0.93566,0.95882,0.95882;0.94102,0.96225,0.96225;0.94638,0.96569,0.96569;0.95175,0.96912,0.96912;0.95711,0.97255,0.97255;0.96247,0.97598,0.97598;0.96783,0.97941,0.97941;0.97319,0.98284,0.98284;0.97855,0.98627,0.98627;0.98392,0.98971,0.98971;0.98928,0.99314,0.99314;0.99464,0.99657,0.99657;1,1,1];
case 'BrBG'
map=[0.32941,0.18824,0.019608;0.33802,0.19331,0.020377;0.34664,0.19839,0.021146;0.35525,0.20346,0.021915;0.36386,0.20854,0.022684;0.37247,0.21361,0.023453;0.38108,0.21869,0.024221;0.3897,0.22376,0.02499;0.39831,0.22884,0.025759;0.40692,0.23391,0.026528;0.41553,0.23899,0.027297;0.42414,0.24406,0.028066;0.43276,0.24913,0.028835;0.44137,0.25421,0.029604;0.44998,0.25928,0.030373;0.45859,0.26436,0.031142;0.4672,0.26943,0.031911;0.47582,0.27451,0.03268;0.48443,0.27958,0.033449;0.49304,0.28466,0.034218;0.50165,0.28973,0.034987;0.51027,0.29481,0.035755;0.51888,0.29988,0.036524;0.52749,0.30496,0.037293;0.5361,0.31003,0.038062;0.54471,0.31511,0.038831;0.55294,0.32134,0.041907;0.56078,0.32872,0.04729;0.56863,0.3361,0.052672;0.57647,0.34348,0.058055;0.58431,0.35087,0.063437;0.59216,0.35825,0.06882;0.6,0.36563,0.074202;0.60784,0.37301,0.079585;0.61569,0.38039,0.084967;0.62353,0.38777,0.09035;0.63137,0.39516,0.095732;0.63922,0.40254,0.10111;0.64706,0.40992,0.1065;0.6549,0.4173,0.11188;0.66275,0.42468,0.11726;0.67059,0.43206,0.12265;0.67843,0.43945,0.12803;0.68627,0.44683,0.13341;0.69412,0.45421,0.13879;0.70196,0.46159,0.14418;0.7098,0.46897,0.14956;0.71765,0.47636,0.15494;0.72549,0.48374,0.16032;0.73333,0.49112,0.16571;0.74118,0.4985,0.17109;0.74902,0.50588,0.17647;0.75394,0.51588,0.18877;0.75886,0.52587,0.20108;0.76378,0.53587,0.21338;0.7687,0.54587,0.22568;0.77363,0.55586,0.23799;0.77855,0.56586,0.25029;0.78347,0.57586,0.26259;0.78839,0.58585,0.27489;0.79331,0.59585,0.2872;0.79823,0.60584,0.2995;0.80315,0.61584,0.3118;0.80807,0.62584,0.32411;0.813,0.63583,0.33641;0.81792,0.64583,0.34871;0.82284,0.65582,0.36101;0.82776,0.66582,0.37332;0.83268,0.67582,0.38562;0.8376,0.68581,0.39792;0.84252,0.69581,0.41023;0.84744,0.70581,0.42253;0.85236,0.7158,0.43483;0.85729,0.7258,0.44714;0.86221,0.73579,0.45944;0.86713,0.74579,0.47174;0.87205,0.75579,0.48404;0.87628,0.76371,0.49558;0.87982,0.76955,0.50634;0.88335,0.77539,0.51711;0.88689,0.78124,0.52787;0.89043,0.78708,0.53864;0.89396,0.79293,0.5494;0.8975,0.79877,0.56017;0.90104,0.80461,0.57093;0.90458,0.81046,0.5817;0.90811,0.8163,0.59246;0.91165,0.82215,0.60323;0.91519,0.82799,0.61399;0.91872,0.83383,0.62476;0.92226,0.83968,0.63552;0.9258,0.84552,0.64629;0.92933,0.85136,0.65705;0.93287,0.85721,0.66782;0.93641,0.86305,0.67859;0.93995,0.8689,0.68935;0.94348,0.87474,0.70012;0.94702,0.88058,0.71088;0.95056,0.88643,0.72165;0.95409,0.89227,0.73241;0.95763,0.89812,0.74318;0.96117,0.90396,0.75394;0.96471,0.9098,0.76471;0.96455,0.9118,0.7724;0.9644,0.9138,0.78008;0.96424,0.9158,0.78777;0.96409,0.9178,0.79546;0.96394,0.9198,0.80315;0.96378,0.9218,0.81084;0.96363,0.9238,0.81853;0.96348,0.9258,0.82622;0.96332,0.9278,0.83391;0.96317,0.9298,0.8416;0.96301,0.9318,0.84929;0.96286,0.93379,0.85698;0.96271,0.93579,0.86467;0.96255,0.93779,0.87236;0.9624,0.93979,0.88005;0.96225,0.94179,0.88774;0.96209,0.94379,0.89542;0.96194,0.94579,0.90311;0.96178,0.94779,0.9108;0.96163,0.94979,0.91849;0.96148,0.95179,0.92618;0.96132,0.95379,0.93387;0.96117,0.95579,0.94156;0.96101,0.95779,0.94925;0.96086,0.95978,0.95694;0.95725,0.95994,0.95955;0.95017,0.95825,0.95709;0.9431,0.95656,0.95463;0.93602,0.95486,0.95217;0.92895,0.95317,0.94971;0.92188,0.95148,0.94725;0.9148,0.94979,0.94479;0.90773,0.9481,0.94233;0.90065,0.94641,0.93987;0.89358,0.94471,0.93741;0.88651,0.94302,0.93495;0.87943,0.94133,0.93249;0.87236,0.93964,0.93003;0.86528,0.93795,0.92757;0.85821,0.93626,0.92511;0.85113,0.93456,0.92265;0.84406,0.93287,0.92018;0.83699,0.93118,0.91772;0.82991,0.92949,0.91526;0.82284,0.9278,0.9128;0.81576,0.92611,0.91034;0.80869,0.92441,0.90788;0.80161,0.92272,0.90542;0.79454,0.92103,0.90296;0.78747,0.91934,0.9005;0.78039,0.91765,0.89804;0.76947,0.91319,0.8925;0.75855,0.90873,0.88697;0.74764,0.90427,0.88143;0.73672,0.89981,0.87589;0.7258,0.89535,0.87036;0.71488,0.89089,0.86482;0.70396,0.88643,0.85928;0.69304,0.88197,0.85375;0.68212,0.87751,0.84821;0.6712,0.87305,0.84268;0.66028,0.86859,0.83714;0.64937,0.86413,0.8316;0.63845,0.85967,0.82607;0.62753,0.85521,0.82053;0.61661,0.85075,0.81499;0.60569,0.84629,0.80946;0.59477,0.84183,0.80392;0.58385,0.83737,0.79839;0.57293,0.83291,0.79285;0.56201,0.82845,0.78731;0.5511,0.82399,0.78178;0.54018,0.81953,0.77624;0.52926,0.81507,0.7707;0.51834,0.81061,0.76517;0.50742,0.80615,0.75963;0.49619,0.79977,0.75302;0.48466,0.79146,0.74533;0.47313,0.78316,0.73764;0.46159,0.77486,0.72995;0.45006,0.76655,0.72226;0.43852,0.75825,0.71457;0.42699,0.74994,0.70688;0.41546,0.74164,0.69919;0.40392,0.73333,0.6915;0.39239,0.72503,0.68381;0.38085,0.71672,0.67612;0.36932,0.70842,0.66844;0.35779,0.70012,0.66075;0.34625,0.69181,0.65306;0.33472,0.68351,0.64537;0.32318,0.6752,0.63768;0.31165,0.6669,0.62999;0.30012,0.65859,0.6223;0.28858,0.65029,0.61461;0.27705,0.64198,0.60692;0.26551,0.63368,0.59923;0.25398,0.62537,0.59154;0.24245,0.61707,0.58385;0.23091,0.60877,0.57616;0.21938,0.60046,0.56847;0.20784,0.59216,0.56078;0.19985,0.58462,0.55325;0.19185,0.57709,0.54571;0.18385,0.56955,0.53818;0.17586,0.56201,0.53064;0.16786,0.55448,0.52311;0.15986,0.54694,0.51557;0.15186,0.53941,0.50804;0.14387,0.53187,0.5005;0.13587,0.52434,0.49296;0.12787,0.5168,0.48543;0.11988,0.50927,0.47789;0.11188,0.50173,0.47036;0.10388,0.49419,0.46282;0.095886,0.48666,0.45529;0.087889,0.47912,0.44775;0.079892,0.47159,0.44022;0.071895,0.46405,0.43268;0.063899,0.45652,0.42514;0.055902,0.44898,0.41761;0.047905,0.44145,0.41007;0.039908,0.43391,0.40254;0.031911,0.42637,0.395;0.023914,0.41884,0.38747;0.015917,0.4113,0.37993;0.00792,0.40377,0.3724;0.0038447,0.39677,0.36509;0.0036909,0.39031,0.35802;0.0035371,0.38385,0.35094;0.0033833,0.37739,0.34387;0.0032295,0.37093,0.33679;0.0030757,0.36448,0.32972;0.002922,0.35802,0.32265;0.0027682,0.35156,0.31557;0.0026144,0.3451,0.3085;0.0024606,0.33864,0.30142;0.0023068,0.33218,0.29435;0.002153,0.32572,0.28727;0.0019992,0.31926,0.2802;0.0018454,0.3128,0.27313;0.0016917,0.30634,0.26605;0.0015379,0.29988,0.25898;0.0013841,0.29343,0.2519;0.0012303,0.28697,0.24483;0.0010765,0.28051,0.23775;0.00092272,0.27405,0.23068;0.00076894,0.26759,0.22361;0.00061515,0.26113,0.21653;0.00046136,0.25467,0.20946;0.00030757,0.24821,0.20238;0.00015379,0.24175,0.19531;0,0.23529,0.18824];
case 'brg'
map=[0,0,1;0.0078431,0,0.99216;0.015686,0,0.98431;0.023529,0,0.97647;0.031373,0,0.96863;0.039216,0,0.96078;0.047059,0,0.95294;0.054902,0,0.9451;0.062745,0,0.93725;0.070588,0,0.92941;0.078431,0,0.92157;0.086275,0,0.91373;0.094118,0,0.90588;0.10196,0,0.89804;0.1098,0,0.8902;0.11765,0,0.88235;0.12549,0,0.87451;0.13333,0,0.86667;0.14118,0,0.85882;0.14902,0,0.85098;0.15686,0,0.84314;0.16471,0,0.83529;0.17255,0,0.82745;0.18039,0,0.81961;0.18824,0,0.81176;0.19608,0,0.80392;0.20392,0,0.79608;0.21176,0,0.78824;0.21961,0,0.78039;0.22745,0,0.77255;0.23529,0,0.76471;0.24314,0,0.75686;0.25098,0,0.74902;0.25882,0,0.74118;0.26667,0,0.73333;0.27451,0,0.72549;0.28235,0,0.71765;0.2902,0,0.7098;0.29804,0,0.70196;0.30588,0,0.69412;0.31373,0,0.68627;0.32157,0,0.67843;0.32941,0,0.67059;0.33725,0,0.66275;0.3451,0,0.6549;0.35294,0,0.64706;0.36078,0,0.63922;0.36863,0,0.63137;0.37647,0,0.62353;0.38431,0,0.61569;0.39216,0,0.60784;0.4,0,0.6;0.40784,0,0.59216;0.41569,0,0.58431;0.42353,0,0.57647;0.43137,0,0.56863;0.43922,0,0.56078;0.44706,0,0.55294;0.4549,0,0.5451;0.46275,0,0.53725;0.47059,0,0.52941;0.47843,0,0.52157;0.48627,0,0.51373;0.49412,0,0.50588;0.50196,0,0.49804;0.5098,0,0.4902;0.51765,0,0.48235;0.52549,0,0.47451;0.53333,0,0.46667;0.54118,0,0.45882;0.54902,0,0.45098;0.55686,0,0.44314;0.56471,0,0.43529;0.57255,0,0.42745;0.58039,0,0.41961;0.58824,0,0.41176;0.59608,0,0.40392;0.60392,0,0.39608;0.61176,0,0.38824;0.61961,0,0.38039;0.62745,0,0.37255;0.63529,0,0.36471;0.64314,0,0.35686;0.65098,0,0.34902;0.65882,0,0.34118;0.66667,0,0.33333;0.67451,0,0.32549;0.68235,0,0.31765;0.6902,0,0.3098;0.69804,0,0.30196;0.70588,0,0.29412;0.71373,0,0.28627;0.72157,0,0.27843;0.72941,0,0.27059;0.73725,0,0.26275;0.7451,0,0.2549;0.75294,0,0.24706;0.76078,0,0.23922;0.76863,0,0.23137;0.77647,0,0.22353;0.78431,0,0.21569;0.79216,0,0.20784;0.8,0,0.2;0.80784,0,0.19216;0.81569,0,0.18431;0.82353,0,0.17647;0.83137,0,0.16863;0.83922,0,0.16078;0.84706,0,0.15294;0.8549,0,0.1451;0.86275,0,0.13725;0.87059,0,0.12941;0.87843,0,0.12157;0.88627,0,0.11373;0.89412,0,0.10588;0.90196,0,0.098039;0.9098,0,0.090196;0.91765,0,0.082353;0.92549,0,0.07451;0.93333,0,0.066667;0.94118,0,0.058824;0.94902,0,0.05098;0.95686,0,0.043137;0.96471,0,0.035294;0.97255,0,0.027451;0.98039,0,0.019608;0.98824,0,0.011765;0.99608,0,0.0039216;0.99608,0.0039216,0;0.98824,0.011765,0;0.98039,0.019608,0;0.97255,0.027451,0;0.96471,0.035294,0;0.95686,0.043137,0;0.94902,0.05098,0;0.94118,0.058824,0;0.93333,0.066667,0;0.92549,0.07451,0;0.91765,0.082353,0;0.9098,0.090196,0;0.90196,0.098039,0;0.89412,0.10588,0;0.88627,0.11373,0;0.87843,0.12157,0;0.87059,0.12941,0;0.86275,0.13725,0;0.8549,0.1451,0;0.84706,0.15294,0;0.83922,0.16078,0;0.83137,0.16863,0;0.82353,0.17647,0;0.81569,0.18431,0;0.80784,0.19216,0;0.8,0.2,0;0.79216,0.20784,0;0.78431,0.21569,0;0.77647,0.22353,0;0.76863,0.23137,0;0.76078,0.23922,0;0.75294,0.24706,0;0.7451,0.2549,0;0.73725,0.26275,0;0.72941,0.27059,0;0.72157,0.27843,0;0.71373,0.28627,0;0.70588,0.29412,0;0.69804,0.30196,0;0.6902,0.3098,0;0.68235,0.31765,0;0.67451,0.32549,0;0.66667,0.33333,0;0.65882,0.34118,0;0.65098,0.34902,0;0.64314,0.35686,0;0.63529,0.36471,0;0.62745,0.37255,0;0.61961,0.38039,0;0.61176,0.38824,0;0.60392,0.39608,0;0.59608,0.40392,0;0.58824,0.41176,0;0.58039,0.41961,0;0.57255,0.42745,0;0.56471,0.43529,0;0.55686,0.44314,0;0.54902,0.45098,0;0.54118,0.45882,0;0.53333,0.46667,0;0.52549,0.47451,0;0.51765,0.48235,0;0.5098,0.4902,0;0.50196,0.49804,0;0.49412,0.50588,0;0.48627,0.51373,0;0.47843,0.52157,0;0.47059,0.52941,0;0.46275,0.53725,0;0.4549,0.5451,0;0.44706,0.55294,0;0.43922,0.56078,0;0.43137,0.56863,0;0.42353,0.57647,0;0.41569,0.58431,0;0.40784,0.59216,0;0.4,0.6,0;0.39216,0.60784,0;0.38431,0.61569,0;0.37647,0.62353,0;0.36863,0.63137,0;0.36078,0.63922,0;0.35294,0.64706,0;0.3451,0.6549,0;0.33725,0.66275,0;0.32941,0.67059,0;0.32157,0.67843,0;0.31373,0.68627,0;0.30588,0.69412,0;0.29804,0.70196,0;0.2902,0.7098,0;0.28235,0.71765,0;0.27451,0.72549,0;0.26667,0.73333,0;0.25882,0.74118,0;0.25098,0.74902,0;0.24314,0.75686,0;0.23529,0.76471,0;0.22745,0.77255,0;0.21961,0.78039,0;0.21176,0.78824,0;0.20392,0.79608,0;0.19608,0.80392,0;0.18824,0.81176,0;0.18039,0.81961,0;0.17255,0.82745,0;0.16471,0.83529,0;0.15686,0.84314,0;0.14902,0.85098,0;0.14118,0.85882,0;0.13333,0.86667,0;0.12549,0.87451,0;0.11765,0.88235,0;0.1098,0.8902,0;0.10196,0.89804,0;0.094118,0.90588,0;0.086275,0.91373,0;0.078431,0.92157,0;0.070588,0.92941,0;0.062745,0.93725,0;0.054902,0.9451,0;0.047059,0.95294,0;0.039216,0.96078,0;0.031373,0.96863,0;0.023529,0.97647,0;0.015686,0.98431,0;0.0078431,0.99216,0;0,1,0];
case 'BuGn'
map=[0.96863,0.98824,0.99216;0.96641,0.98737,0.99166;0.9642,0.98651,0.99117;0.96198,0.98565,0.99068;0.95977,0.98479,0.99019;0.95755,0.98393,0.9897;0.95534,0.98307,0.9892;0.95313,0.98221,0.98871;0.95091,0.98135,0.98822;0.9487,0.98048,0.98773;0.94648,0.97962,0.98724;0.94427,0.97876,0.98674;0.94205,0.9779,0.98625;0.93984,0.97704,0.98576;0.93762,0.97618,0.98527;0.93541,0.97532,0.98478;0.93319,0.97446,0.98428;0.93098,0.97359,0.98379;0.92877,0.97273,0.9833;0.92655,0.97187,0.98281;0.92434,0.97101,0.98231;0.92212,0.97015,0.98182;0.91991,0.96929,0.98133;0.91769,0.96843,0.98084;0.91548,0.96757,0.98035;0.91326,0.96671,0.97985;0.91105,0.96584,0.97936;0.90884,0.96498,0.97887;0.90662,0.96412,0.97838;0.90441,0.96326,0.97789;0.90219,0.9624,0.97739;0.89998,0.96154,0.9769;0.89765,0.96065,0.97618;0.89458,0.95954,0.97384;0.8915,0.95843,0.9715;0.88843,0.95732,0.96917;0.88535,0.95622,0.96683;0.88228,0.95511,0.96449;0.8792,0.954,0.96215;0.87612,0.9529,0.95982;0.87305,0.95179,0.95748;0.86997,0.95068,0.95514;0.8669,0.94957,0.9528;0.86382,0.94847,0.95047;0.86075,0.94736,0.94813;0.85767,0.94625,0.94579;0.85459,0.94514,0.94345;0.85152,0.94404,0.94111;0.84844,0.94293,0.93878;0.84537,0.94182,0.93644;0.84229,0.94072,0.9341;0.83922,0.93961,0.93176;0.83614,0.9385,0.92943;0.83306,0.93739,0.92709;0.82999,0.93629,0.92475;0.82691,0.93518,0.92241;0.82384,0.93407,0.92008;0.82076,0.93296,0.91774;0.81769,0.93186,0.9154;0.81461,0.93075,0.91306;0.81153,0.92964,0.91073;0.80846,0.92854,0.90839;0.80538,0.92743,0.90605;0.80231,0.92632,0.90371;0.79843,0.92488,0.90107;0.79216,0.92241,0.8975;0.78588,0.91995,0.89393;0.77961,0.91749,0.89037;0.77333,0.91503,0.8868;0.76706,0.91257,0.88323;0.76078,0.91011,0.87966;0.75451,0.90765,0.87609;0.74824,0.90519,0.87253;0.74196,0.90273,0.86896;0.73569,0.90027,0.86539;0.72941,0.89781,0.86182;0.72314,0.89535,0.85825;0.71686,0.89289,0.85469;0.71059,0.89043,0.85112;0.70431,0.88797,0.84755;0.69804,0.88551,0.84398;0.69176,0.88304,0.84042;0.68549,0.88058,0.83685;0.67922,0.87812,0.83328;0.67294,0.87566,0.82971;0.66667,0.8732,0.82614;0.66039,0.87074,0.82258;0.65412,0.86828,0.81901;0.64784,0.86582,0.81544;0.64157,0.86336,0.81187;0.63529,0.8609,0.8083;0.62902,0.85844,0.80474;0.62275,0.85598,0.80117;0.61647,0.85352,0.7976;0.6102,0.85106,0.79403;0.60392,0.8486,0.79047;0.59765,0.84604,0.78653;0.59137,0.84334,0.78198;0.5851,0.84063,0.77742;0.57882,0.83792,0.77287;0.57255,0.83522,0.76832;0.56627,0.83251,0.76377;0.56,0.8298,0.75922;0.55373,0.8271,0.75466;0.54745,0.82439,0.75011;0.54118,0.82168,0.74556;0.5349,0.81898,0.74101;0.52863,0.81627,0.73646;0.52235,0.81356,0.7319;0.51608,0.81086,0.72735;0.5098,0.80815,0.7228;0.50353,0.80544,0.71825;0.49725,0.80274,0.71369;0.49098,0.80003,0.70914;0.48471,0.79732,0.70459;0.47843,0.79462,0.70004;0.47216,0.79191,0.69549;0.46588,0.7892,0.69093;0.45961,0.7865,0.68638;0.45333,0.78379,0.68183;0.44706,0.78108,0.67728;0.44078,0.77838,0.67273;0.43451,0.77567,0.66817;0.42824,0.77296,0.66362;0.42196,0.77026,0.65907;0.41569,0.76755,0.65452;0.40941,0.76484,0.64997;0.40314,0.76214,0.64541;0.39772,0.75955,0.64031;0.39317,0.75709,0.63465;0.38862,0.75463,0.62899;0.38407,0.75217,0.62333;0.37952,0.74971,0.61767;0.37496,0.74725,0.61201;0.37041,0.74479,0.60635;0.36586,0.74233,0.60069;0.36131,0.73987,0.59503;0.35676,0.73741,0.58937;0.3522,0.73495,0.58371;0.34765,0.73249,0.57805;0.3431,0.73003,0.5724;0.33855,0.72757,0.56674;0.33399,0.72511,0.56108;0.32944,0.72265,0.55542;0.32489,0.72018,0.54976;0.32034,0.71772,0.5441;0.31579,0.71526,0.53844;0.31123,0.7128,0.53278;0.30668,0.71034,0.52712;0.30213,0.70788,0.52146;0.29758,0.70542,0.5158;0.29303,0.70296,0.51014;0.28847,0.7005,0.50448;0.28392,0.69804,0.49882;0.27937,0.69558,0.49316;0.27482,0.69312,0.4875;0.27027,0.69066,0.48185;0.26571,0.6882,0.47619;0.26116,0.68574,0.47053;0.25661,0.68328,0.46487;0.2526,0.67966,0.45898;0.2489,0.67536,0.45295;0.24521,0.67105,0.44692;0.24152,0.66674,0.44089;0.23783,0.66244,0.43486;0.23414,0.65813,0.42884;0.23045,0.65383,0.42281;0.22676,0.64952,0.41678;0.22307,0.64521,0.41075;0.21938,0.64091,0.40472;0.21569,0.6366,0.39869;0.212,0.6323,0.39266;0.2083,0.62799,0.38664;0.20461,0.62368,0.38061;0.20092,0.61938,0.37458;0.19723,0.61507,0.36855;0.19354,0.61077,0.36252;0.18985,0.60646,0.35649;0.18616,0.60215,0.35047;0.18247,0.59785,0.34444;0.17878,0.59354,0.33841;0.17509,0.58923,0.33238;0.1714,0.58493,0.32635;0.1677,0.58062,0.32032;0.16401,0.57632,0.31429;0.16032,0.57201,0.30827;0.15663,0.5677,0.30224;0.15294,0.5634,0.29621;0.14925,0.55909,0.29018;0.14556,0.55479,0.28415;0.14187,0.55048,0.27812;0.13818,0.54617,0.2721;0.13403,0.54233,0.26828;0.12972,0.53864,0.26521;0.12541,0.53495,0.26213;0.12111,0.53126,0.25905;0.1168,0.52757,0.25598;0.1125,0.52388,0.2529;0.10819,0.52018,0.24983;0.10388,0.51649,0.24675;0.099577,0.5128,0.24368;0.095271,0.50911,0.2406;0.090965,0.50542,0.23752;0.086659,0.50173,0.23445;0.082353,0.49804,0.23137;0.078047,0.49435,0.2283;0.073741,0.49066,0.22522;0.069435,0.48697,0.22215;0.065129,0.48328,0.21907;0.060823,0.47958,0.21599;0.056517,0.47589,0.21292;0.052211,0.4722,0.20984;0.047905,0.46851,0.20677;0.043599,0.46482,0.20369;0.039293,0.46113,0.20062;0.034987,0.45744,0.19754;0.030681,0.45375,0.19446;0.026374,0.45006,0.19139;0.022068,0.44637,0.18831;0.017762,0.44268,0.18524;0.013456,0.43899,0.18216;0.0091503,0.43529,0.17908;0.0048443,0.4316,0.17601;0.00053825,0.42791,0.17293;0,0.42304,0.17072;0,0.41799,0.16863;0,0.41295,0.16654;0,0.4079,0.16444;0,0.40286,0.16235;0,0.39782,0.16026;0,0.39277,0.15817;0,0.38773,0.15608;0,0.38268,0.15399;0,0.37764,0.1519;0,0.3726,0.1498;0,0.36755,0.14771;0,0.36251,0.14562;0,0.35746,0.14353;0,0.35242,0.14144;0,0.34737,0.13935;0,0.34233,0.13725;0,0.33729,0.13516;0,0.33224,0.13307;0,0.3272,0.13098;0,0.32215,0.12889;0,0.31711,0.1268;0,0.31206,0.12471;0,0.30702,0.12261;0,0.30198,0.12052;0,0.29693,0.11843;0,0.29189,0.11634;0,0.28684,0.11425;0,0.2818,0.11216;0,0.27676,0.11007;0,0.27171,0.10797;0,0.26667,0.10588];
case 'BuPu'
map=[0.96863,0.98824,0.99216;0.9658,0.98627,0.99105;0.96297,0.9843,0.98994;0.96014,0.98233,0.98884;0.95731,0.98036,0.98773;0.95448,0.97839,0.98662;0.95165,0.97642,0.98551;0.94882,0.97446,0.98441;0.94599,0.97249,0.9833;0.94316,0.97052,0.98219;0.94033,0.96855,0.98108;0.9375,0.96658,0.97998;0.93467,0.96461,0.97887;0.93184,0.96265,0.97776;0.92901,0.96068,0.97666;0.92618,0.95871,0.97555;0.92335,0.95674,0.97444;0.92052,0.95477,0.97333;0.91769,0.9528,0.97223;0.91486,0.95083,0.97112;0.91203,0.94887,0.97001;0.9092,0.9469,0.9689;0.90637,0.94493,0.9678;0.90354,0.94296,0.96669;0.90072,0.94099,0.96558;0.89789,0.93902,0.96448;0.89506,0.93705,0.96337;0.89223,0.93509,0.96226;0.8894,0.93312,0.96115;0.88657,0.93115,0.96005;0.88374,0.92918,0.95894;0.88091,0.92721,0.95783;0.87792,0.92511,0.95665;0.87386,0.92203,0.95493;0.8698,0.91895,0.9532;0.86574,0.91588,0.95148;0.86168,0.9128,0.94976;0.85762,0.90973,0.94804;0.85356,0.90665,0.94631;0.8495,0.90358,0.94459;0.84544,0.9005,0.94287;0.84138,0.89742,0.94115;0.83732,0.89435,0.93942;0.83326,0.89127,0.9377;0.8292,0.8882,0.93598;0.82514,0.88512,0.93426;0.82108,0.88205,0.93253;0.81702,0.87897,0.93081;0.81296,0.87589,0.92909;0.8089,0.87282,0.92737;0.80484,0.86974,0.92564;0.80078,0.86667,0.92392;0.79672,0.86359,0.9222;0.79266,0.86052,0.92048;0.7886,0.85744,0.91875;0.78454,0.85436,0.91703;0.78048,0.85129,0.91531;0.77642,0.84821,0.91359;0.77236,0.84514,0.91186;0.7683,0.84206,0.91014;0.76424,0.83899,0.90842;0.76018,0.83591,0.9067;0.75612,0.83283,0.90498;0.75206,0.82976,0.90325;0.748,0.82674,0.90159;0.74394,0.82391,0.90012;0.73988,0.82108,0.89864;0.73582,0.81825,0.89716;0.73176,0.81542,0.89569;0.7277,0.8126,0.89421;0.72364,0.80977,0.89273;0.71958,0.80694,0.89126;0.71552,0.80411,0.88978;0.71146,0.80128,0.8883;0.7074,0.79845,0.88683;0.70334,0.79562,0.88535;0.69928,0.79279,0.88388;0.69522,0.78996,0.8824;0.69116,0.78713,0.88092;0.6871,0.7843,0.87945;0.68304,0.78147,0.87797;0.67899,0.77864,0.87649;0.67493,0.77581,0.87502;0.67087,0.77298,0.87354;0.66681,0.77015,0.87206;0.66275,0.76732,0.87059;0.65869,0.76449,0.86911;0.65463,0.76166,0.86764;0.65057,0.75883,0.86616;0.64651,0.756,0.86468;0.64245,0.75317,0.86321;0.63839,0.75034,0.86173;0.63433,0.74751,0.86025;0.63027,0.74468,0.85878;0.62621,0.74185,0.8573;0.62215,0.73902,0.85582;0.61878,0.7355,0.85398;0.61656,0.73083,0.85152;0.61435,0.72615,0.84906;0.61213,0.72148,0.8466;0.60992,0.7168,0.84414;0.6077,0.71213,0.84168;0.60549,0.70745,0.83922;0.60328,0.70278,0.83676;0.60106,0.6981,0.83429;0.59885,0.69343,0.83183;0.59663,0.68875,0.82937;0.59442,0.68408,0.82691;0.5922,0.6794,0.82445;0.58999,0.67473,0.82199;0.58777,0.67005,0.81953;0.58556,0.66537,0.81707;0.58334,0.6607,0.81461;0.58113,0.65602,0.81215;0.57892,0.65135,0.80969;0.5767,0.64667,0.80723;0.57449,0.642,0.80477;0.57227,0.63732,0.80231;0.57006,0.63265,0.79985;0.56784,0.62797,0.79739;0.56563,0.6233,0.79493;0.56341,0.61862,0.79246;0.5612,0.61395,0.79;0.55899,0.60927,0.78754;0.55677,0.6046,0.78508;0.55456,0.59992,0.78262;0.55234,0.59525,0.78016;0.55013,0.59057,0.7777;0.54902,0.58559,0.77518;0.54902,0.5803,0.7726;0.54902,0.57501,0.77001;0.54902,0.56972,0.76743;0.54902,0.56443,0.76484;0.54902,0.55914,0.76226;0.54902,0.55385,0.75968;0.54902,0.54856,0.75709;0.54902,0.54327,0.75451;0.54902,0.53798,0.75193;0.54902,0.53269,0.74934;0.54902,0.5274,0.74676;0.54902,0.52211,0.74418;0.54902,0.51682,0.74159;0.54902,0.51153,0.73901;0.54902,0.50624,0.73642;0.54902,0.50095,0.73384;0.54902,0.49566,0.73126;0.54902,0.49037,0.72867;0.54902,0.48507,0.72609;0.54902,0.47978,0.72351;0.54902,0.47449,0.72092;0.54902,0.4692,0.71834;0.54902,0.46391,0.71576;0.54902,0.45862,0.71317;0.54902,0.45333,0.71059;0.54902,0.44804,0.708;0.54902,0.44275,0.70542;0.54902,0.43746,0.70284;0.54902,0.43217,0.70025;0.54902,0.42688,0.69767;0.54902,0.42159,0.69509;0.54871,0.41638,0.69258;0.54822,0.41121,0.69012;0.54773,0.40604,0.68766;0.54724,0.40088,0.6852;0.54674,0.39571,0.68274;0.54625,0.39054,0.68028;0.54576,0.38537,0.67782;0.54527,0.38021,0.67536;0.54478,0.37504,0.6729;0.54428,0.36987,0.67043;0.54379,0.36471,0.66797;0.5433,0.35954,0.66551;0.54281,0.35437,0.66305;0.54231,0.3492,0.66059;0.54182,0.34404,0.65813;0.54133,0.33887,0.65567;0.54084,0.3337,0.65321;0.54035,0.32854,0.65075;0.53985,0.32337,0.64829;0.53936,0.3182,0.64583;0.53887,0.31303,0.64337;0.53838,0.30787,0.64091;0.53789,0.3027,0.63845;0.53739,0.29753,0.63599;0.5369,0.29236,0.63353;0.53641,0.2872,0.63106;0.53592,0.28203,0.6286;0.53542,0.27686,0.62614;0.53493,0.2717,0.62368;0.53444,0.26653,0.62122;0.53395,0.26136,0.61876;0.53346,0.25619,0.6163;0.53269,0.25029,0.61264;0.53183,0.24414,0.60858;0.53097,0.23799,0.60452;0.5301,0.23183,0.60046;0.52924,0.22568,0.5964;0.52838,0.21953,0.59234;0.52752,0.21338,0.58828;0.52666,0.20723,0.58422;0.5258,0.20108,0.58016;0.52494,0.19493,0.5761;0.52408,0.18877,0.57204;0.52321,0.18262,0.56798;0.52235,0.17647,0.56392;0.52149,0.17032,0.55986;0.52063,0.16417,0.5558;0.51977,0.15802,0.55174;0.51891,0.15186,0.54768;0.51805,0.14571,0.54362;0.51719,0.13956,0.53956;0.51632,0.13341,0.5355;0.51546,0.12726,0.53144;0.5146,0.12111,0.52738;0.51374,0.11496,0.52332;0.51288,0.1088,0.51926;0.51202,0.10265,0.5152;0.51116,0.096501,0.51114;0.5103,0.09035,0.50708;0.50943,0.084198,0.50302;0.50857,0.078047,0.49896;0.50771,0.071895,0.4949;0.50685,0.065744,0.49084;0.50599,0.059592,0.48678;0.50028,0.057209,0.481;0.49389,0.055363,0.47497;0.48749,0.053518,0.46894;0.48109,0.051672,0.46291;0.47469,0.049827,0.45689;0.4683,0.047982,0.45086;0.4619,0.046136,0.44483;0.4555,0.044291,0.4388;0.4491,0.042445,0.43277;0.44271,0.0406,0.42674;0.43631,0.038754,0.42072;0.42991,0.036909,0.41469;0.42351,0.035063,0.40866;0.41712,0.033218,0.40263;0.41072,0.031373,0.3966;0.40432,0.029527,0.39057;0.39792,0.027682,0.38454;0.39153,0.025836,0.37852;0.38513,0.023991,0.37249;0.37873,0.022145,0.36646;0.37233,0.0203,0.36043;0.36594,0.018454,0.3544;0.35954,0.016609,0.34837;0.35314,0.014764,0.34235;0.34674,0.012918,0.33632;0.34035,0.011073,0.33029;0.33395,0.0092272,0.32426;0.32755,0.0073818,0.31823;0.32115,0.0055363,0.3122;0.31476,0.0036909,0.30617;0.30836,0.0018454,0.30015;0.30196,0,0.29412];
case 'bwr'
map=[0,0,1;0.0078431,0.0078431,1;0.015686,0.015686,1;0.023529,0.023529,1;0.031373,0.031373,1;0.039216,0.039216,1;0.047059,0.047059,1;0.054902,0.054902,1;0.062745,0.062745,1;0.070588,0.070588,1;0.078431,0.078431,1;0.086275,0.086275,1;0.094118,0.094118,1;0.10196,0.10196,1;0.1098,0.1098,1;0.11765,0.11765,1;0.12549,0.12549,1;0.13333,0.13333,1;0.14118,0.14118,1;0.14902,0.14902,1;0.15686,0.15686,1;0.16471,0.16471,1;0.17255,0.17255,1;0.18039,0.18039,1;0.18824,0.18824,1;0.19608,0.19608,1;0.20392,0.20392,1;0.21176,0.21176,1;0.21961,0.21961,1;0.22745,0.22745,1;0.23529,0.23529,1;0.24314,0.24314,1;0.25098,0.25098,1;0.25882,0.25882,1;0.26667,0.26667,1;0.27451,0.27451,1;0.28235,0.28235,1;0.2902,0.2902,1;0.29804,0.29804,1;0.30588,0.30588,1;0.31373,0.31373,1;0.32157,0.32157,1;0.32941,0.32941,1;0.33725,0.33725,1;0.3451,0.3451,1;0.35294,0.35294,1;0.36078,0.36078,1;0.36863,0.36863,1;0.37647,0.37647,1;0.38431,0.38431,1;0.39216,0.39216,1;0.4,0.4,1;0.40784,0.40784,1;0.41569,0.41569,1;0.42353,0.42353,1;0.43137,0.43137,1;0.43922,0.43922,1;0.44706,0.44706,1;0.4549,0.4549,1;0.46275,0.46275,1;0.47059,0.47059,1;0.47843,0.47843,1;0.48627,0.48627,1;0.49412,0.49412,1;0.50196,0.50196,1;0.5098,0.5098,1;0.51765,0.51765,1;0.52549,0.52549,1;0.53333,0.53333,1;0.54118,0.54118,1;0.54902,0.54902,1;0.55686,0.55686,1;0.56471,0.56471,1;0.57255,0.57255,1;0.58039,0.58039,1;0.58824,0.58824,1;0.59608,0.59608,1;0.60392,0.60392,1;0.61176,0.61176,1;0.61961,0.61961,1;0.62745,0.62745,1;0.63529,0.63529,1;0.64314,0.64314,1;0.65098,0.65098,1;0.65882,0.65882,1;0.66667,0.66667,1;0.67451,0.67451,1;0.68235,0.68235,1;0.6902,0.6902,1;0.69804,0.69804,1;0.70588,0.70588,1;0.71373,0.71373,1;0.72157,0.72157,1;0.72941,0.72941,1;0.73725,0.73725,1;0.7451,0.7451,1;0.75294,0.75294,1;0.76078,0.76078,1;0.76863,0.76863,1;0.77647,0.77647,1;0.78431,0.78431,1;0.79216,0.79216,1;0.8,0.8,1;0.80784,0.80784,1;0.81569,0.81569,1;0.82353,0.82353,1;0.83137,0.83137,1;0.83922,0.83922,1;0.84706,0.84706,1;0.8549,0.8549,1;0.86275,0.86275,1;0.87059,0.87059,1;0.87843,0.87843,1;0.88627,0.88627,1;0.89412,0.89412,1;0.90196,0.90196,1;0.9098,0.9098,1;0.91765,0.91765,1;0.92549,0.92549,1;0.93333,0.93333,1;0.94118,0.94118,1;0.94902,0.94902,1;0.95686,0.95686,1;0.96471,0.96471,1;0.97255,0.97255,1;0.98039,0.98039,1;0.98824,0.98824,1;0.99608,0.99608,1;1,0.99608,0.99608;1,0.98824,0.98824;1,0.98039,0.98039;1,0.97255,0.97255;1,0.96471,0.96471;1,0.95686,0.95686;1,0.94902,0.94902;1,0.94118,0.94118;1,0.93333,0.93333;1,0.92549,0.92549;1,0.91765,0.91765;1,0.9098,0.9098;1,0.90196,0.90196;1,0.89412,0.89412;1,0.88627,0.88627;1,0.87843,0.87843;1,0.87059,0.87059;1,0.86275,0.86275;1,0.8549,0.8549;1,0.84706,0.84706;1,0.83922,0.83922;1,0.83137,0.83137;1,0.82353,0.82353;1,0.81569,0.81569;1,0.80784,0.80784;1,0.8,0.8;1,0.79216,0.79216;1,0.78431,0.78431;1,0.77647,0.77647;1,0.76863,0.76863;1,0.76078,0.76078;1,0.75294,0.75294;1,0.7451,0.7451;1,0.73725,0.73725;1,0.72941,0.72941;1,0.72157,0.72157;1,0.71373,0.71373;1,0.70588,0.70588;1,0.69804,0.69804;1,0.6902,0.6902;1,0.68235,0.68235;1,0.67451,0.67451;1,0.66667,0.66667;1,0.65882,0.65882;1,0.65098,0.65098;1,0.64314,0.64314;1,0.63529,0.63529;1,0.62745,0.62745;1,0.61961,0.61961;1,0.61176,0.61176;1,0.60392,0.60392;1,0.59608,0.59608;1,0.58824,0.58824;1,0.58039,0.58039;1,0.57255,0.57255;1,0.56471,0.56471;1,0.55686,0.55686;1,0.54902,0.54902;1,0.54118,0.54118;1,0.53333,0.53333;1,0.52549,0.52549;1,0.51765,0.51765;1,0.5098,0.5098;1,0.50196,0.50196;1,0.49412,0.49412;1,0.48627,0.48627;1,0.47843,0.47843;1,0.47059,0.47059;1,0.46275,0.46275;1,0.4549,0.4549;1,0.44706,0.44706;1,0.43922,0.43922;1,0.43137,0.43137;1,0.42353,0.42353;1,0.41569,0.41569;1,0.40784,0.40784;1,0.4,0.4;1,0.39216,0.39216;1,0.38431,0.38431;1,0.37647,0.37647;1,0.36863,0.36863;1,0.36078,0.36078;1,0.35294,0.35294;1,0.3451,0.3451;1,0.33725,0.33725;1,0.32941,0.32941;1,0.32157,0.32157;1,0.31373,0.31373;1,0.30588,0.30588;1,0.29804,0.29804;1,0.2902,0.2902;1,0.28235,0.28235;1,0.27451,0.27451;1,0.26667,0.26667;1,0.25882,0.25882;1,0.25098,0.25098;1,0.24314,0.24314;1,0.23529,0.23529;1,0.22745,0.22745;1,0.21961,0.21961;1,0.21176,0.21176;1,0.20392,0.20392;1,0.19608,0.19608;1,0.18824,0.18824;1,0.18039,0.18039;1,0.17255,0.17255;1,0.16471,0.16471;1,0.15686,0.15686;1,0.14902,0.14902;1,0.14118,0.14118;1,0.13333,0.13333;1,0.12549,0.12549;1,0.11765,0.11765;1,0.1098,0.1098;1,0.10196,0.10196;1,0.094118,0.094118;1,0.086275,0.086275;1,0.078431,0.078431;1,0.070588,0.070588;1,0.062745,0.062745;1,0.054902,0.054902;1,0.047059,0.047059;1,0.039216,0.039216;1,0.031373,0.031373;1,0.023529,0.023529;1,0.015686,0.015686;1,0.0078431,0.0078431;1,0,0];
case 'CMRmap'
map=[0,0,0;0.0047059,0.0047059,0.015686;0.0094118,0.0094118,0.031373;0.014118,0.014118,0.047059;0.018824,0.018824,0.062745;0.023529,0.023529,0.078431;0.028235,0.028235,0.094118;0.032941,0.032941,0.1098;0.037647,0.037647,0.12549;0.042353,0.042353,0.14118;0.047059,0.047059,0.15686;0.051765,0.051765,0.17255;0.056471,0.056471,0.18824;0.061176,0.061176,0.20392;0.065882,0.065882,0.21961;0.070588,0.070588,0.23529;0.075294,0.075294,0.25098;0.08,0.08,0.26667;0.084706,0.084706,0.28235;0.089412,0.089412,0.29804;0.094118,0.094118,0.31373;0.098824,0.098824,0.32941;0.10353,0.10353,0.3451;0.10824,0.10824,0.36078;0.11294,0.11294,0.37647;0.11765,0.11765,0.39216;0.12235,0.12235,0.40784;0.12706,0.12706,0.42353;0.13176,0.13176,0.43922;0.13647,0.13647,0.4549;0.14118,0.14118,0.47059;0.14588,0.14588,0.48627;0.15059,0.15,0.50098;0.15529,0.15,0.50882;0.16,0.15,0.51667;0.16471,0.15,0.52451;0.16941,0.15,0.53235;0.17412,0.15,0.5402;0.17882,0.15,0.54804;0.18353,0.15,0.55588;0.18824,0.15,0.56373;0.19294,0.15,0.57157;0.19765,0.15,0.57941;0.20235,0.15,0.58725;0.20706,0.15,0.5951;0.21176,0.15,0.60294;0.21647,0.15,0.61078;0.22118,0.15,0.61863;0.22588,0.15,0.62647;0.23059,0.15,0.63431;0.23529,0.15,0.64216;0.24,0.15,0.65;0.24471,0.15,0.65784;0.24941,0.15,0.66569;0.25412,0.15,0.67353;0.25882,0.15,0.68137;0.26353,0.15,0.68922;0.26824,0.15,0.69706;0.27294,0.15,0.7049;0.27765,0.15,0.71275;0.28235,0.15,0.72059;0.28706,0.15,0.72843;0.29176,0.15,0.73627;0.29647,0.15,0.74412;0.30235,0.15039,0.74804;0.31176,0.15196,0.7402;0.32118,0.15353,0.73235;0.33059,0.1551,0.72451;0.34,0.15667,0.71667;0.34941,0.15824,0.70882;0.35882,0.1598,0.70098;0.36824,0.16137,0.69314;0.37765,0.16294,0.68529;0.38706,0.16451,0.67745;0.39647,0.16608,0.66961;0.40588,0.16765,0.66176;0.41529,0.16922,0.65392;0.42471,0.17078,0.64608;0.43412,0.17235,0.63824;0.44353,0.17392,0.63039;0.45294,0.17549,0.62255;0.46235,0.17706,0.61471;0.47176,0.17863,0.60686;0.48118,0.1802,0.59902;0.49059,0.18176,0.59118;0.5,0.18333,0.58333;0.50941,0.1849,0.57549;0.51882,0.18647,0.56765;0.52824,0.18804,0.5598;0.53765,0.18961,0.55196;0.54706,0.19118,0.54412;0.55647,0.19275,0.53627;0.56588,0.19431,0.52843;0.57529,0.19588,0.52059;0.58471,0.19745,0.51275;0.59412,0.19902,0.5049;0.60471,0.20059,0.49588;0.61725,0.20216,0.4849;0.6298,0.20373,0.47392;0.64235,0.20529,0.46294;0.6549,0.20686,0.45196;0.66745,0.20843,0.44098;0.68,0.21,0.43;0.69255,0.21157,0.41902;0.7051,0.21314,0.40804;0.71765,0.21471,0.39706;0.7302,0.21627,0.38608;0.74275,0.21784,0.3751;0.75529,0.21941,0.36412;0.76784,0.22098,0.35314;0.78039,0.22255,0.34216;0.79294,0.22412,0.33118;0.80549,0.22569,0.3202;0.81804,0.22725,0.30922;0.83059,0.22882,0.29824;0.84314,0.23039,0.28725;0.85569,0.23196,0.27627;0.86824,0.23353,0.26529;0.88078,0.2351,0.25431;0.89333,0.23667,0.24333;0.90588,0.23824,0.23235;0.91843,0.2398,0.22137;0.93098,0.24137,0.21039;0.94353,0.24294,0.19941;0.95608,0.24451,0.18843;0.96863,0.24608,0.17745;0.98118,0.24765,0.16647;0.99373,0.24922,0.15549;0.99843,0.25392,0.14765;0.99529,0.26176,0.14294;0.99216,0.26961,0.13824;0.98902,0.27745,0.13353;0.98588,0.28529,0.12882;0.98275,0.29314,0.12412;0.97961,0.30098,0.11941;0.97647,0.30882,0.11471;0.97333,0.31667,0.11;0.9702,0.32451,0.10529;0.96706,0.33235,0.10059;0.96392,0.3402,0.095882;0.96078,0.34804,0.091176;0.95765,0.35588,0.086471;0.95451,0.36373,0.081765;0.95137,0.37157,0.077059;0.94824,0.37941,0.072353;0.9451,0.38725,0.067647;0.94196,0.3951,0.062941;0.93882,0.40294,0.058235;0.93569,0.41078,0.053529;0.93255,0.41863,0.048824;0.92941,0.42647,0.044118;0.92627,0.43431,0.039412;0.92314,0.44216,0.034706;0.92,0.45,0.03;0.91686,0.45784,0.025294;0.91373,0.46569,0.020588;0.91059,0.47353,0.015882;0.90745,0.48137,0.011176;0.90431,0.48922,0.0064706;0.90118,0.49706,0.0017647;0.9,0.5049,0.0019608;0.9,0.51275,0.005098;0.9,0.52059,0.0082353;0.9,0.52843,0.011373;0.9,0.53627,0.01451;0.9,0.54412,0.017647;0.9,0.55196,0.020784;0.9,0.5598,0.023922;0.9,0.56765,0.027059;0.9,0.57549,0.030196;0.9,0.58333,0.033333;0.9,0.59118,0.036471;0.9,0.59902,0.039608;0.9,0.60686,0.042745;0.9,0.61471,0.045882;0.9,0.62255,0.04902;0.9,0.63039,0.052157;0.9,0.63824,0.055294;0.9,0.64608,0.058431;0.9,0.65392,0.061569;0.9,0.66176,0.064706;0.9,0.66961,0.067843;0.9,0.67745,0.07098;0.9,0.68529,0.074118;0.9,0.69314,0.077255;0.9,0.70098,0.080392;0.9,0.70882,0.083529;0.9,0.71667,0.086667;0.9,0.72451,0.089804;0.9,0.73235,0.092941;0.9,0.7402,0.096078;0.9,0.74804,0.099216;0.9,0.75353,0.10941;0.9,0.75824,0.12196;0.9,0.76294,0.13451;0.9,0.76765,0.14706;0.9,0.77235,0.15961;0.9,0.77706,0.17216;0.9,0.78176,0.18471;0.9,0.78647,0.19725;0.9,0.79118,0.2098;0.9,0.79588,0.22235;0.9,0.80059,0.2349;0.9,0.80529,0.24745;0.9,0.81,0.26;0.9,0.81471,0.27255;0.9,0.81941,0.2851;0.9,0.82412,0.29765;0.9,0.82882,0.3102;0.9,0.83353,0.32275;0.9,0.83824,0.33529;0.9,0.84294,0.34784;0.9,0.84765,0.36039;0.9,0.85235,0.37294;0.9,0.85706,0.38549;0.9,0.86176,0.39804;0.9,0.86647,0.41059;0.9,0.87118,0.42314;0.9,0.87588,0.43569;0.9,0.88059,0.44824;0.9,0.88529,0.46078;0.9,0.89,0.47333;0.9,0.89471,0.48588;0.9,0.89941,0.49843;0.90275,0.90275,0.51373;0.90588,0.90588,0.52941;0.90902,0.90902,0.5451;0.91216,0.91216,0.56078;0.91529,0.91529,0.57647;0.91843,0.91843,0.59216;0.92157,0.92157,0.60784;0.92471,0.92471,0.62353;0.92784,0.92784,0.63922;0.93098,0.93098,0.6549;0.93412,0.93412,0.67059;0.93725,0.93725,0.68627;0.94039,0.94039,0.70196;0.94353,0.94353,0.71765;0.94667,0.94667,0.73333;0.9498,0.9498,0.74902;0.95294,0.95294,0.76471;0.95608,0.95608,0.78039;0.95922,0.95922,0.79608;0.96235,0.96235,0.81176;0.96549,0.96549,0.82745;0.96863,0.96863,0.84314;0.97176,0.97176,0.85882;0.9749,0.9749,0.87451;0.97804,0.97804,0.8902;0.98118,0.98118,0.90588;0.98431,0.98431,0.92157;0.98745,0.98745,0.93725;0.99059,0.99059,0.95294;0.99373,0.99373,0.96863;0.99686,0.99686,0.98431;1,1,1];
case 'cool'
map=[0,1,1;0.0039216,0.99608,1;0.0078431,0.99216,1;0.011765,0.98824,1;0.015686,0.98431,1;0.019608,0.98039,1;0.023529,0.97647,1;0.027451,0.97255,1;0.031373,0.96863,1;0.035294,0.96471,1;0.039216,0.96078,1;0.043137,0.95686,1;0.047059,0.95294,1;0.05098,0.94902,1;0.054902,0.9451,1;0.058824,0.94118,1;0.062745,0.93725,1;0.066667,0.93333,1;0.070588,0.92941,1;0.07451,0.92549,1;0.078431,0.92157,1;0.082353,0.91765,1;0.086275,0.91373,1;0.090196,0.9098,1;0.094118,0.90588,1;0.098039,0.90196,1;0.10196,0.89804,1;0.10588,0.89412,1;0.1098,0.8902,1;0.11373,0.88627,1;0.11765,0.88235,1;0.12157,0.87843,1;0.12549,0.87451,1;0.12941,0.87059,1;0.13333,0.86667,1;0.13725,0.86275,1;0.14118,0.85882,1;0.1451,0.8549,1;0.14902,0.85098,1;0.15294,0.84706,1;0.15686,0.84314,1;0.16078,0.83922,1;0.16471,0.83529,1;0.16863,0.83137,1;0.17255,0.82745,1;0.17647,0.82353,1;0.18039,0.81961,1;0.18431,0.81569,1;0.18824,0.81176,1;0.19216,0.80784,1;0.19608,0.80392,1;0.2,0.8,1;0.20392,0.79608,1;0.20784,0.79216,1;0.21176,0.78824,1;0.21569,0.78431,1;0.21961,0.78039,1;0.22353,0.77647,1;0.22745,0.77255,1;0.23137,0.76863,1;0.23529,0.76471,1;0.23922,0.76078,1;0.24314,0.75686,1;0.24706,0.75294,1;0.25098,0.74902,1;0.2549,0.7451,1;0.25882,0.74118,1;0.26275,0.73725,1;0.26667,0.73333,1;0.27059,0.72941,1;0.27451,0.72549,1;0.27843,0.72157,1;0.28235,0.71765,1;0.28627,0.71373,1;0.2902,0.7098,1;0.29412,0.70588,1;0.29804,0.70196,1;0.30196,0.69804,1;0.30588,0.69412,1;0.3098,0.6902,1;0.31373,0.68627,1;0.31765,0.68235,1;0.32157,0.67843,1;0.32549,0.67451,1;0.32941,0.67059,1;0.33333,0.66667,1;0.33725,0.66275,1;0.34118,0.65882,1;0.3451,0.6549,1;0.34902,0.65098,1;0.35294,0.64706,1;0.35686,0.64314,1;0.36078,0.63922,1;0.36471,0.63529,1;0.36863,0.63137,1;0.37255,0.62745,1;0.37647,0.62353,1;0.38039,0.61961,1;0.38431,0.61569,1;0.38824,0.61176,1;0.39216,0.60784,1;0.39608,0.60392,1;0.4,0.6,1;0.40392,0.59608,1;0.40784,0.59216,1;0.41176,0.58824,1;0.41569,0.58431,1;0.41961,0.58039,1;0.42353,0.57647,1;0.42745,0.57255,1;0.43137,0.56863,1;0.43529,0.56471,1;0.43922,0.56078,1;0.44314,0.55686,1;0.44706,0.55294,1;0.45098,0.54902,1;0.4549,0.5451,1;0.45882,0.54118,1;0.46275,0.53725,1;0.46667,0.53333,1;0.47059,0.52941,1;0.47451,0.52549,1;0.47843,0.52157,1;0.48235,0.51765,1;0.48627,0.51373,1;0.4902,0.5098,1;0.49412,0.50588,1;0.49804,0.50196,1;0.50196,0.49804,1;0.50588,0.49412,1;0.5098,0.4902,1;0.51373,0.48627,1;0.51765,0.48235,1;0.52157,0.47843,1;0.52549,0.47451,1;0.52941,0.47059,1;0.53333,0.46667,1;0.53725,0.46275,1;0.54118,0.45882,1;0.5451,0.4549,1;0.54902,0.45098,1;0.55294,0.44706,1;0.55686,0.44314,1;0.56078,0.43922,1;0.56471,0.43529,1;0.56863,0.43137,1;0.57255,0.42745,1;0.57647,0.42353,1;0.58039,0.41961,1;0.58431,0.41569,1;0.58824,0.41176,1;0.59216,0.40784,1;0.59608,0.40392,1;0.6,0.4,1;0.60392,0.39608,1;0.60784,0.39216,1;0.61176,0.38824,1;0.61569,0.38431,1;0.61961,0.38039,1;0.62353,0.37647,1;0.62745,0.37255,1;0.63137,0.36863,1;0.63529,0.36471,1;0.63922,0.36078,1;0.64314,0.35686,1;0.64706,0.35294,1;0.65098,0.34902,1;0.6549,0.3451,1;0.65882,0.34118,1;0.66275,0.33725,1;0.66667,0.33333,1;0.67059,0.32941,1;0.67451,0.32549,1;0.67843,0.32157,1;0.68235,0.31765,1;0.68627,0.31373,1;0.6902,0.3098,1;0.69412,0.30588,1;0.69804,0.30196,1;0.70196,0.29804,1;0.70588,0.29412,1;0.7098,0.2902,1;0.71373,0.28627,1;0.71765,0.28235,1;0.72157,0.27843,1;0.72549,0.27451,1;0.72941,0.27059,1;0.73333,0.26667,1;0.73725,0.26275,1;0.74118,0.25882,1;0.7451,0.2549,1;0.74902,0.25098,1;0.75294,0.24706,1;0.75686,0.24314,1;0.76078,0.23922,1;0.76471,0.23529,1;0.76863,0.23137,1;0.77255,0.22745,1;0.77647,0.22353,1;0.78039,0.21961,1;0.78431,0.21569,1;0.78824,0.21176,1;0.79216,0.20784,1;0.79608,0.20392,1;0.8,0.2,1;0.80392,0.19608,1;0.80784,0.19216,1;0.81176,0.18824,1;0.81569,0.18431,1;0.81961,0.18039,1;0.82353,0.17647,1;0.82745,0.17255,1;0.83137,0.16863,1;0.83529,0.16471,1;0.83922,0.16078,1;0.84314,0.15686,1;0.84706,0.15294,1;0.85098,0.14902,1;0.8549,0.1451,1;0.85882,0.14118,1;0.86275,0.13725,1;0.86667,0.13333,1;0.87059,0.12941,1;0.87451,0.12549,1;0.87843,0.12157,1;0.88235,0.11765,1;0.88627,0.11373,1;0.8902,0.1098,1;0.89412,0.10588,1;0.89804,0.10196,1;0.90196,0.098039,1;0.90588,0.094118,1;0.9098,0.090196,1;0.91373,0.086275,1;0.91765,0.082353,1;0.92157,0.078431,1;0.92549,0.07451,1;0.92941,0.070588,1;0.93333,0.066667,1;0.93725,0.062745,1;0.94118,0.058824,1;0.9451,0.054902,1;0.94902,0.05098,1;0.95294,0.047059,1;0.95686,0.043137,1;0.96078,0.039216,1;0.96471,0.035294,1;0.96863,0.031373,1;0.97255,0.027451,1;0.97647,0.023529,1;0.98039,0.019608,1;0.98431,0.015686,1;0.98824,0.011765,1;0.99216,0.0078431,1;0.99608,0.0039216,1;1,0,1];
case 'coolwarm'
map=[0.22981,0.29872,0.75368;0.23438,0.30554,0.75968;0.23895,0.31237,0.76568;0.24352,0.31919,0.77167;0.24809,0.32601,0.77767;0.25266,0.33284,0.78367;0.25723,0.33966,0.78966;0.26181,0.34648,0.79566;0.26638,0.3533,0.80164;0.2711,0.36001,0.8071;0.27583,0.36672,0.81255;0.28055,0.37342,0.81801;0.28527,0.38013,0.82347;0.29,0.38684,0.82893;0.29472,0.39354,0.83438;0.29944,0.40025,0.83984;0.30417,0.40694,0.84526;0.30906,0.4135,0.85013;0.31395,0.42005,0.85499;0.31883,0.42661,0.85986;0.32372,0.43316,0.86472;0.3286,0.43971,0.86959;0.33349,0.44627,0.87445;0.33838,0.45282,0.87932;0.34328,0.45935,0.88412;0.34832,0.46571,0.88835;0.35337,0.47207,0.89257;0.35841,0.47843,0.89679;0.36346,0.48478,0.90102;0.36851,0.49114,0.90524;0.37355,0.4975,0.90947;0.3786,0.50386,0.91369;0.38366,0.51018,0.91783;0.38885,0.5163,0.92137;0.39404,0.52241,0.92492;0.39923,0.52853,0.92846;0.40442,0.53464,0.932;0.40961,0.54076,0.93554;0.4148,0.54687,0.93909;0.41999,0.55299,0.94263;0.4252,0.55906,0.94606;0.43051,0.56488,0.94889;0.43581,0.57071,0.95172;0.44112,0.57653,0.95455;0.44643,0.58236,0.95737;0.45174,0.58818,0.9602;0.45705,0.59401,0.96303;0.46235,0.59983,0.96586;0.46768,0.60559,0.96855;0.47307,0.61108,0.97063;0.47846,0.61656,0.97272;0.48385,0.62205,0.97481;0.48925,0.62754,0.9769;0.49464,0.63302,0.97898;0.50003,0.63851,0.98107;0.50542,0.64399,0.98316;0.51082,0.6494,0.98508;0.51626,0.6545,0.98641;0.5217,0.6596,0.98774;0.52713,0.6647,0.98906;0.53257,0.6698,0.99039;0.538,0.6749,0.99172;0.54344,0.68,0.99305;0.54888,0.6851,0.99438;0.55431,0.6901,0.99552;0.55975,0.69477,0.99608;0.56518,0.69944,0.99664;0.57062,0.70411,0.99719;0.57605,0.70878,0.99775;0.58149,0.71345,0.99831;0.58692,0.71812,0.99887;0.59236,0.72279,0.99943;0.59778,0.72733,0.99978;0.60316,0.73153,0.99957;0.60855,0.73573,0.99935;0.61393,0.73992,0.99914;0.61932,0.74412,0.99893;0.6247,0.74832,0.99872;0.63009,0.75252,0.99851;0.63547,0.75671,0.9983;0.64083,0.76075,0.99785;0.64611,0.76444,0.99687;0.6514,0.76812,0.99589;0.65668,0.77181,0.99491;0.66197,0.77549,0.99394;0.66725,0.77918,0.99296;0.67254,0.78286,0.99198;0.67782,0.78655,0.991;0.68306,0.79004,0.98977;0.68819,0.79318,0.98804;0.69332,0.79631,0.98631;0.69845,0.79945,0.98458;0.70359,0.80259,0.98285;0.70872,0.80572,0.98112;0.71385,0.80886,0.97939;0.71899,0.81199,0.97766;0.72404,0.81491,0.97565;0.72897,0.81746,0.97319;0.7339,0.82002,0.97072;0.73883,0.82257,0.96826;0.74375,0.82513,0.9658;0.74868,0.82768,0.96333;0.75361,0.83023,0.96087;0.75854,0.83279,0.95841;0.76336,0.83509,0.95566;0.76803,0.83704,0.95249;0.77271,0.83898,0.94932;0.77738,0.84092,0.94615;0.78205,0.84286,0.94298;0.78672,0.84481,0.93981;0.79139,0.84675,0.93664;0.79606,0.84869,0.93347;0.8006,0.85036,0.93001;0.80496,0.85167,0.92617;0.80933,0.85297,0.92232;0.81369,0.85428,0.91848;0.81806,0.85559,0.91464;0.82242,0.8569,0.9108;0.82678,0.85821,0.90695;0.83115,0.85951,0.90311;0.83534,0.86051,0.89897;0.83935,0.86117,0.89449;0.84336,0.86182,0.89002;0.84736,0.86247,0.88554;0.85137,0.86313,0.88106;0.85538,0.86378,0.87659;0.85939,0.86443,0.87211;0.86339,0.86508,0.86763;0.86743,0.86438,0.8626;0.87149,0.86231,0.85702;0.87556,0.86024,0.85143;0.87962,0.85817,0.84584;0.88369,0.85611,0.84026;0.88775,0.85404,0.83467;0.89182,0.85197,0.82909;0.89588,0.84991,0.8235;0.89954,0.8475,0.81779;0.90285,0.8448,0.81197;0.90615,0.84209,0.80615;0.90946,0.83939,0.80033;0.91277,0.83668,0.79451;0.91607,0.83398,0.78869;0.91938,0.83127,0.78287;0.92268,0.82857,0.77705;0.92556,0.82552,0.77114;0.92812,0.8222,0.76514;0.93067,0.81888,0.75915;0.93322,0.81556,0.75315;0.93577,0.81224,0.74716;0.93833,0.80892,0.74116;0.94088,0.8056,0.73517;0.94343,0.80228,0.72917;0.94554,0.79861,0.72311;0.94735,0.7947,0.71699;0.94915,0.79079,0.71088;0.95096,0.78688,0.70476;0.95276,0.78296,0.69865;0.95457,0.77905,0.69253;0.95637,0.77514,0.68642;0.95818,0.77123,0.6803;0.95952,0.76697,0.67414;0.96058,0.7625,0.66796;0.96164,0.75803,0.66178;0.96271,0.75356,0.6556;0.96377,0.74909,0.64942;0.96484,0.74461,0.64324;0.9659,0.74014,0.63706;0.96696,0.73567,0.63088;0.96754,0.73085,0.62469;0.96787,0.72585,0.61849;0.9682,0.72084,0.61229;0.96853,0.71584,0.6061;0.96886,0.71084,0.5999;0.96919,0.70584,0.5937;0.96952,0.70083,0.58751;0.96985,0.69583,0.58131;0.96968,0.69048,0.57514;0.96929,0.68498,0.56898;0.96889,0.67948,0.56281;0.9685,0.67398,0.55665;0.96811,0.66848,0.55049;0.96771,0.66297,0.54432;0.96732,0.65747,0.53816;0.96692,0.65197,0.532;0.96602,0.64613,0.52589;0.96491,0.64016,0.51981;0.96381,0.63419,0.51372;0.9627,0.62822,0.50764;0.9616,0.62225,0.50155;0.96049,0.61628,0.49547;0.95938,0.61031,0.48938;0.95828,0.60434,0.4833;0.95665,0.59803,0.4773;0.95485,0.59162,0.47134;0.95305,0.58521,0.46537;0.95125,0.5788,0.45941;0.94945,0.57239,0.45344;0.94765,0.56598,0.44748;0.94585,0.55956,0.44151;0.94405,0.55315,0.43555;0.94173,0.54641,0.42971;0.93925,0.53958,0.4239;0.93678,0.53275,0.41809;0.93431,0.52592,0.41229;0.93183,0.51909,0.40648;0.92936,0.51225,0.40067;0.92688,0.50542,0.39487;0.92441,0.49859,0.38906;0.92141,0.49142,0.38341;0.91828,0.48417,0.37779;0.91516,0.47693,0.37218;0.91203,0.46968,0.36656;0.90891,0.46243,0.36095;0.90578,0.45519,0.35534;0.90266,0.44794,0.34972;0.89953,0.44069,0.34411;0.89588,0.43307,0.33868;0.89214,0.42539,0.33329;0.88839,0.4177,0.3279;0.88464,0.41002,0.32251;0.8809,0.40233,0.31712;0.87715,0.39465,0.31172;0.8734,0.38696,0.30633;0.86966,0.37927,0.30094;0.86539,0.37113,0.29577;0.86105,0.36292,0.29063;0.85672,0.3547,0.28549;0.85238,0.34649,0.28035;0.84804,0.33828,0.27521;0.8437,0.33007,0.27006;0.83936,0.32186,0.26492;0.83503,0.31364,0.25978;0.83019,0.30473,0.25489;0.82529,0.29575,0.25003;0.8204,0.28676,0.24516;0.81551,0.27778,0.24029;0.81062,0.2688,0.23543;0.80572,0.25981,0.23056;0.80083,0.25083,0.2257;0.79594,0.24185,0.22083;0.79056,0.2314,0.21624;0.78515,0.22085,0.21167;0.77975,0.21031,0.2071;0.77434,0.19976,0.20253;0.76893,0.18921,0.19797;0.76352,0.17867,0.1934;0.75811,0.16812,0.18883;0.7527,0.15758,0.18426;0.74684,0.14002,0.18;0.74096,0.12224,0.17574;0.73508,0.10446,0.17149;0.7292,0.086679,0.16724;0.72332,0.068898,0.16299;0.71743,0.051118,0.15874;0.71155,0.033337,0.15448;0.70567,0.015556,0.15023];
case 'copper'
map=[0,0,0;0.0048443,0.0030635,0.001951;0.0096886,0.0061271,0.003902;0.014533,0.0091906,0.0058529;0.019377,0.012254,0.0078039;0.024221,0.015318,0.0097549;0.029066,0.018381,0.011706;0.03391,0.021445,0.013657;0.038754,0.024508,0.015608;0.043599,0.027572,0.017559;0.048443,0.030635,0.01951;0.053287,0.033699,0.021461;0.058131,0.036762,0.023412;0.062976,0.039826,0.025363;0.06782,0.042889,0.027314;0.072664,0.045953,0.029265;0.077509,0.049016,0.031216;0.082353,0.05208,0.033167;0.087197,0.055144,0.035118;0.092042,0.058207,0.037069;0.096886,0.061271,0.03902;0.10173,0.064334,0.040971;0.10657,0.067398,0.042922;0.11142,0.070461,0.044873;0.11626,0.073525,0.046824;0.12111,0.076588,0.048775;0.12595,0.079652,0.050725;0.1308,0.082715,0.052676;0.13564,0.085779,0.054627;0.14048,0.088842,0.056578;0.14533,0.091906,0.058529;0.15017,0.094969,0.06048;0.15502,0.098033,0.062431;0.15986,0.1011,0.064382;0.16471,0.10416,0.066333;0.16955,0.10722,0.068284;0.17439,0.11029,0.070235;0.17924,0.11335,0.072186;0.18408,0.11641,0.074137;0.18893,0.11948,0.076088;0.19377,0.12254,0.078039;0.19862,0.1256,0.07999;0.20346,0.12867,0.081941;0.2083,0.13173,0.083892;0.21315,0.1348,0.085843;0.21799,0.13786,0.087794;0.22284,0.14092,0.089745;0.22768,0.14399,0.091696;0.23253,0.14705,0.093647;0.23737,0.15011,0.095598;0.24221,0.15318,0.097549;0.24706,0.15624,0.0995;0.2519,0.1593,0.10145;0.25675,0.16237,0.1034;0.26159,0.16543,0.10535;0.26644,0.16849,0.1073;0.27128,0.17156,0.10925;0.27612,0.17462,0.11121;0.28097,0.17768,0.11316;0.28581,0.18075,0.11511;0.29066,0.18381,0.11706;0.2955,0.18688,0.11901;0.30035,0.18994,0.12096;0.30519,0.193,0.12291;0.31003,0.19607,0.12486;0.31488,0.19913,0.12681;0.31972,0.20219,0.12876;0.32457,0.20526,0.13072;0.32941,0.20832,0.13267;0.33426,0.21138,0.13462;0.3391,0.21445,0.13657;0.34394,0.21751,0.13852;0.34879,0.22057,0.14047;0.35363,0.22364,0.14242;0.35848,0.2267,0.14437;0.36332,0.22976,0.14632;0.36817,0.23283,0.14827;0.37301,0.23589,0.15023;0.37785,0.23896,0.15218;0.3827,0.24202,0.15413;0.38754,0.24508,0.15608;0.39239,0.24815,0.15803;0.39723,0.25121,0.15998;0.40208,0.25427,0.16193;0.40692,0.25734,0.16388;0.41176,0.2604,0.16583;0.41661,0.26346,0.16778;0.42145,0.26653,0.16974;0.4263,0.26959,0.17169;0.43114,0.27265,0.17364;0.43599,0.27572,0.17559;0.44083,0.27878,0.17754;0.44567,0.28184,0.17949;0.45052,0.28491,0.18144;0.45536,0.28797,0.18339;0.46021,0.29104,0.18534;0.46505,0.2941,0.18729;0.4699,0.29716,0.18925;0.47474,0.30023,0.1912;0.47958,0.30329,0.19315;0.48443,0.30635,0.1951;0.48927,0.30942,0.19705;0.49412,0.31248,0.199;0.49896,0.31554,0.20095;0.50381,0.31861,0.2029;0.50865,0.32167,0.20485;0.51349,0.32473,0.2068;0.51834,0.3278,0.20875;0.52318,0.33086,0.21071;0.52803,0.33392,0.21266;0.53287,0.33699,0.21461;0.53772,0.34005,0.21656;0.54256,0.34312,0.21851;0.5474,0.34618,0.22046;0.55225,0.34924,0.22241;0.55709,0.35231,0.22436;0.56194,0.35537,0.22631;0.56678,0.35843,0.22826;0.57163,0.3615,0.23022;0.57647,0.36456,0.23217;0.58131,0.36762,0.23412;0.58616,0.37069,0.23607;0.591,0.37375,0.23802;0.59585,0.37681,0.23997;0.60069,0.37988,0.24192;0.60554,0.38294,0.24387;0.61038,0.386,0.24582;0.61522,0.38907,0.24777;0.62007,0.39213,0.24973;0.62491,0.3952,0.25168;0.62976,0.39826,0.25363;0.6346,0.40132,0.25558;0.63945,0.40439,0.25753;0.64429,0.40745,0.25948;0.64913,0.41051,0.26143;0.65398,0.41358,0.26338;0.65882,0.41664,0.26533;0.66367,0.4197,0.26728;0.66851,0.42277,0.26924;0.67336,0.42583,0.27119;0.6782,0.42889,0.27314;0.68304,0.43196,0.27509;0.68789,0.43502,0.27704;0.69273,0.43808,0.27899;0.69758,0.44115,0.28094;0.70242,0.44421,0.28289;0.70727,0.44728,0.28484;0.71211,0.45034,0.28679;0.71695,0.4534,0.28875;0.7218,0.45647,0.2907;0.72664,0.45953,0.29265;0.73149,0.46259,0.2946;0.73633,0.46566,0.29655;0.74118,0.46872,0.2985;0.74602,0.47178,0.30045;0.75086,0.47485,0.3024;0.75571,0.47791,0.30435;0.76055,0.48097,0.3063;0.7654,0.48404,0.30825;0.77024,0.4871,0.31021;0.77509,0.49016,0.31216;0.77993,0.49323,0.31411;0.78477,0.49629,0.31606;0.78962,0.49936,0.31801;0.79446,0.50242,0.31996;0.79931,0.50548,0.32191;0.80415,0.50855,0.32386;0.809,0.51161,0.32581;0.81384,0.51467,0.32776;0.81868,0.51774,0.32972;0.82353,0.5208,0.33167;0.82837,0.52386,0.33362;0.83322,0.52693,0.33557;0.83806,0.52999,0.33752;0.84291,0.53305,0.33947;0.84775,0.53612,0.34142;0.85259,0.53918,0.34337;0.85744,0.54224,0.34532;0.86228,0.54531,0.34727;0.86713,0.54837,0.34923;0.87197,0.55144,0.35118;0.87682,0.5545,0.35313;0.88166,0.55756,0.35508;0.8865,0.56063,0.35703;0.89135,0.56369,0.35898;0.89619,0.56675,0.36093;0.90104,0.56982,0.36288;0.90588,0.57288,0.36483;0.91073,0.57594,0.36678;0.91557,0.57901,0.36874;0.92042,0.58207,0.37069;0.92526,0.58513,0.37264;0.9301,0.5882,0.37459;0.93495,0.59126,0.37654;0.93979,0.59432,0.37849;0.94464,0.59739,0.38044;0.94948,0.60045,0.38239;0.95433,0.60352,0.38434;0.95917,0.60658,0.38629;0.96401,0.60964,0.38825;0.96886,0.61271,0.3902;0.9737,0.61577,0.39215;0.97855,0.61883,0.3941;0.98339,0.6219,0.39605;0.98824,0.62496,0.398;0.99308,0.62802,0.39995;0.99792,0.63109,0.4019;1,0.63415,0.40385;1,0.63721,0.4058;1,0.64028,0.40775;1,0.64334,0.40971;1,0.6464,0.41166;1,0.64947,0.41361;1,0.65253,0.41556;1,0.6556,0.41751;1,0.65866,0.41946;1,0.66172,0.42141;1,0.66479,0.42336;1,0.66785,0.42531;1,0.67091,0.42726;1,0.67398,0.42922;1,0.67704,0.43117;1,0.6801,0.43312;1,0.68317,0.43507;1,0.68623,0.43702;1,0.68929,0.43897;1,0.69236,0.44092;1,0.69542,0.44287;1,0.69848,0.44482;1,0.70155,0.44677;1,0.70461,0.44873;1,0.70768,0.45068;1,0.71074,0.45263;1,0.7138,0.45458;1,0.71687,0.45653;1,0.71993,0.45848;1,0.72299,0.46043;1,0.72606,0.46238;1,0.72912,0.46433;1,0.73218,0.46628;1,0.73525,0.46824;1,0.73831,0.47019;1,0.74137,0.47214;1,0.74444,0.47409;1,0.7475,0.47604;1,0.75056,0.47799;1,0.75363,0.47994;1,0.75669,0.48189;1,0.75976,0.48384;1,0.76282,0.48579;1,0.76588,0.48775;1,0.76895,0.4897;1,0.77201,0.49165;1,0.77507,0.4936;1,0.77814,0.49555;1,0.7812,0.4975];
case 'cubehelix'
map=[0,0,0;0.0067163,0.0021186,0.0059702;0.013252,0.0042875,0.012162;0.019599,0.0065136,0.018563;0.025748,0.0088035,0.025162;0.031691,0.011164,0.031946;0.037421,0.0136,0.038902;0.042932,0.016118,0.046016;0.048217,0.018724,0.053275;0.053271,0.021423,0.060666;0.05809,0.02422,0.068173;0.06267,0.027119,0.075781;0.067008,0.030126,0.083478;0.071101,0.033243,0.091246;0.074947,0.036475,0.099072;0.078546,0.039824,0.10694;0.081898,0.043295,0.11483;0.085002,0.046889,0.12274;0.08786,0.050609,0.13064;0.090474,0.054457,0.13853;0.092845,0.058434,0.14638;0.094978,0.062542,0.15418;0.096875,0.066781,0.16192;0.098542,0.071152,0.16958;0.099984,0.075655,0.17715;0.1012,0.08029,0.18461;0.10221,0.085055,0.19195;0.10301,0.089951,0.19916;0.10361,0.094975,0.20622;0.10402,0.10013,0.21312;0.10425,0.1054,0.21985;0.10431,0.1108,0.2264;0.10419,0.11632,0.23276;0.10393,0.12196,0.2389;0.10352,0.12771,0.24483;0.10298,0.13356,0.25054;0.10231,0.13953,0.25601;0.10153,0.1456,0.26124;0.10066,0.15176,0.26622;0.099697,0.15802,0.27094;0.098661,0.16436,0.27539;0.097563,0.17078,0.27957;0.096415,0.17729,0.28347;0.095232,0.18386,0.2871;0.094026,0.1905,0.29043;0.09281,0.19719,0.29348;0.091597,0.20394,0.29624;0.090402,0.21074,0.2987;0.089237,0.21757,0.30087;0.088115,0.22444,0.30275;0.087051,0.23133,0.30433;0.086056,0.23825,0.30561;0.085146,0.24517,0.30661;0.084331,0.2521,0.30731;0.083626,0.25903,0.30773;0.083043,0.26595,0.30786;0.082594,0.27285,0.30772;0.082291,0.27973,0.3073;0.082148,0.28657,0.30662;0.082174,0.29338,0.30568;0.082381,0.30015,0.30448;0.08278,0.30686,0.30304;0.083383,0.31351,0.30136;0.084198,0.3201,0.29945;0.085235,0.32662,0.29732;0.086504,0.33305,0.29498;0.088014,0.33941,0.29245;0.089772,0.34567,0.28973;0.091787,0.35183,0.28683;0.094066,0.35789,0.28377;0.096615,0.36384,0.28056;0.099441,0.36967,0.27721;0.10255,0.37538,0.27374;0.10594,0.38097,0.27015;0.10963,0.38643,0.26647;0.11361,0.39176,0.2627;0.11789,0.39694,0.25887;0.12247,0.40199,0.25498;0.12736,0.40688,0.25105;0.13254,0.41163,0.2471;0.13804,0.41622,0.24314;0.14383,0.42066,0.23918;0.14993,0.42493,0.23525;0.15634,0.42905,0.23135;0.16304,0.43301,0.2275;0.17004,0.4368,0.22373;0.17734,0.44042,0.22003;0.18493,0.44388,0.21643;0.1928,0.44718,0.21294;0.20096,0.4503,0.20958;0.20939,0.45326,0.20637;0.21809,0.45605,0.20331;0.22706,0.45868,0.20041;0.23628,0.46114,0.19771;0.24574,0.46344,0.1952;0.25545,0.46558,0.1929;0.26539,0.46757,0.19082;0.27554,0.46939,0.18898;0.28591,0.47106,0.18739;0.29648,0.47258,0.18606;0.30724,0.47396,0.18499;0.31817,0.47519,0.18421;0.32928,0.47628,0.18372;0.34053,0.47724,0.18352;0.35193,0.47807,0.18364;0.36346,0.47878,0.18407;0.37511,0.47936,0.18483;0.38686,0.47983,0.18592;0.3987,0.48019,0.18734;0.41061,0.48045,0.18912;0.42259,0.48061,0.19124;0.43462,0.48068,0.19371;0.44668,0.48067,0.19654;0.45876,0.48057,0.19973;0.47085,0.48041,0.20328;0.48293,0.48019,0.2072;0.49499,0.4799,0.21148;0.50701,0.47957,0.21612;0.51898,0.4792,0.22114;0.53088,0.47879,0.22651;0.54271,0.47835,0.23225;0.55444,0.4779,0.23834;0.56607,0.47743,0.24479;0.57757,0.47696,0.2516;0.58894,0.47649,0.25875;0.60017,0.47603,0.26624;0.61124,0.47559,0.27407;0.62213,0.47518,0.28222;0.63284,0.4748,0.2907;0.64336,0.47446,0.29949;0.65367,0.47417,0.30859;0.66376,0.47393,0.31799;0.67362,0.47376,0.32767;0.68324,0.47366,0.33763;0.69261,0.47363,0.34785;0.70173,0.47369,0.35833;0.71058,0.47384,0.36905;0.71915,0.47408,0.38;0.72745,0.47443,0.39117;0.73545,0.47489,0.40254;0.74316,0.47546,0.41411;0.75057,0.47615,0.42585;0.75767,0.47696,0.43776;0.76446,0.47791,0.44981;0.77093,0.47899,0.462;0.77709,0.48022,0.47431;0.78292,0.48158,0.48672;0.78843,0.4831,0.49923;0.79361,0.48476,0.51181;0.79846,0.48659,0.52444;0.80299,0.48857,0.53712;0.8072,0.49071,0.54982;0.81107,0.49301,0.56254;0.81462,0.49548,0.57525;0.81786,0.49812,0.58794;0.82077,0.50093,0.6006;0.82336,0.5039,0.61321;0.82565,0.50705,0.62575;0.82763,0.51037,0.63821;0.82931,0.51386,0.65057;0.83069,0.51752,0.66282;0.83178,0.52135,0.67495;0.83259,0.52534,0.68694;0.83313,0.52951,0.69877;0.8334,0.53384,0.71044;0.83342,0.53834,0.72193;0.83318,0.543,0.73323;0.83271,0.54782,0.74433;0.83201,0.5528,0.75521;0.83109,0.55792,0.76586;0.82996,0.5632,0.77627;0.82863,0.56863,0.78644;0.82712,0.57419,0.79635;0.82544,0.5799,0.806;0.8236,0.58573,0.81537;0.82161,0.5917,0.82446;0.81948,0.59779,0.83326;0.81723,0.60399,0.84176;0.81488,0.61031,0.84996;0.81242,0.61673,0.85786;0.80988,0.62325,0.86544;0.80728,0.62987,0.87271;0.80462,0.63657,0.87966;0.80191,0.64336,0.88629;0.79918,0.65022,0.89259;0.79644,0.65715,0.89857;0.79369,0.66413,0.90423;0.79096,0.67118,0.90957;0.78825,0.67826,0.91458;0.78559,0.68539,0.91927;0.78297,0.69255,0.92364;0.78043,0.69974,0.9277;0.77796,0.70694,0.93144;0.77558,0.71416,0.93488;0.77331,0.72137,0.93802;0.77115,0.72859,0.94086;0.76912,0.73579,0.94341;0.76722,0.74298,0.94568;0.76548,0.75014,0.94767;0.7639,0.75727,0.9494;0.76248,0.76436,0.95087;0.76125,0.77141,0.9521;0.76021,0.7784,0.95308;0.75936,0.78534,0.95384;0.75872,0.79221,0.95439;0.75829,0.79901,0.95472;0.75808,0.80573,0.95487;0.7581,0.81238,0.95483;0.75835,0.81893,0.95463;0.75884,0.8254,0.95427;0.75958,0.83177,0.95377;0.76055,0.83803,0.95314;0.76178,0.84419,0.9524;0.76327,0.85024,0.95155;0.76501,0.85618,0.95062;0.767,0.862,0.94962;0.76925,0.86769,0.94857;0.77177,0.87327,0.94747;0.77454,0.87872,0.94634;0.77756,0.88404,0.9452;0.78084,0.88923,0.94406;0.78437,0.89429,0.94294;0.78816,0.89922,0.94185;0.79218,0.90401,0.94081;0.79645,0.90867,0.93983;0.80096,0.91319,0.93892;0.80569,0.91759,0.9381;0.81065,0.92184,0.93738;0.81583,0.92597,0.93677;0.82122,0.92997,0.9363;0.82681,0.93383,0.93596;0.8326,0.93757,0.93578;0.83856,0.94119,0.93577;0.84471,0.94468,0.93593;0.85102,0.94805,0.93628;0.85748,0.95131,0.93682;0.86409,0.95446,0.93758;0.87083,0.9575,0.93855;0.87769,0.96043,0.93975;0.88466,0.96327,0.94118;0.89172,0.96601,0.94286;0.89887,0.96866,0.94478;0.90609,0.97123,0.94696;0.91336,0.97373,0.9494;0.92068,0.97615,0.95211;0.92803,0.9785,0.95508;0.93539,0.9808,0.95833;0.94275,0.98305,0.96185;0.9501,0.98525,0.96565;0.95742,0.98741,0.96973;0.96471,0.98954,0.97409;0.97193,0.99165,0.97872;0.97909,0.99374,0.98364;0.98616,0.99583,0.98882;0.99314,0.99791,0.99428;1,1,1];
case 'Dark2'
map=[0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.10588,0.61961,0.46667;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.85098,0.37255,0.0078431;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.45882,0.43922,0.70196;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.90588,0.16078,0.54118;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.4,0.65098,0.11765;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.90196,0.67059,0.0078431;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.65098,0.46275,0.11373;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4;0.4,0.4,0.4];
case 'flag'
map=[1,0,0;1,0.37841,0.20979;1,0.70054,0.49307;1,0.91849,0.77738;1,0.99983,1;0.80294,0.93247,1;0.52079,0.72643,1;0.23554,0.41236,1;0,0.036951,1;0,0,0.81557;0,0,0.53464;0,0,0.24856;0,0,0;0.17191,0,0;0.45152,0,0;0.73834,0,0;0.98972,0,0;1,0.30902,0.15951;1,0.64593,0.4377;1,0.88677,0.72516;1,0.99573,0.97914;0.85278,0.9566,1;0.5761,0.7752,1;0.2881,0.47851,1;0.031609,0.11065,1;0,0,0.86495;0,0,0.58987;0,0,0.30143;0,0,0.042513;0.123,0,0;0.39638,0,0;0.68517,0,0;0.94643,0,0;1,0.23794,0.11108;1,0.58779,0.38267;1,0.85022,0.67171;1,0.9862,0.93521;0.9007,0.97551,1;0.63099,0.81974,1;0.34181,0.54205,1;0.076148,0.18375,1;0,0,0.91235;0,0,0.64462;0,0,0.35538;0,0,0.087654;0.076148,0,0;0.34181,0,0;0.63099,0,0;0.9007,0,0;1,0.16555,0.064786;1,0.52643,0.32829;1,0.80902,0.61733;1,0.97128,0.88892;0.94643,0.98909,1;0.68517,0.8598,1;0.39638,0.60263,1;0.123,0.25584,1;0,0,0.95749;0,0,0.69857;0,0,0.41013;0,0,0.13505;0.031609,0,0;0.2881,0,0;0.5761,0,0;0.85278,0,0;1,0.092268,0.020865;1,0.4622,0.27484;1,0.7634,0.5623;1,0.95106,0.84049;0.98972,0.99727,1;0.73834,0.89516,1;0.45152,0.65992,1;0.17191,0.32654,1;0,0,1;0,0,0.75144;0,0,0.46536;0,0,0.18443;0,0,0;0.23554,0,0;0.52079,0,0;0.80294,0,0;1,0.018479,0;1,0.39545,0.22262;1,0.71361,0.50693;1,0.92564,0.79021;1,1,1;0.79021,0.92564,1;0.50693,0.71361,1;0.22262,0.39545,1;0,0.018479,1;0,0,0.80294;0,0,0.52079;0,0,0.23554;0,0,0;0.18443,0,0;0.46536,0,0;0.75144,0,0;1,0,0;1,0.32654,0.17191;1,0.65992,0.45152;1,0.89516,0.73834;1,0.99727,0.98972;0.84049,0.95106,1;0.5623,0.7634,1;0.27484,0.4622,1;0.020865,0.092268,1;0,0,0.85278;0,0,0.5761;0,0,0.2881;0,0,0.031609;0.13505,0,0;0.41013,0,0;0.69857,0,0;0.95749,0,0;1,0.25584,0.123;1,0.60263,0.39638;1,0.8598,0.68517;1,0.98909,0.94643;0.88892,0.97128,1;0.61733,0.80902,1;0.32829,0.52643,1;0.064786,0.16555,1;0,0,0.9007;0,0,0.63099;0,0,0.34181;0,0,0.076148;0.087654,0,0;0.35538,0,0;0.64462,0,0;0.91235,0,0;1,0.18375,0.076148;1,0.54205,0.34181;1,0.81974,0.63099;1,0.97551,0.9007;0.93521,0.9862,1;0.67171,0.85022,1;0.38267,0.58779,1;0.11108,0.23794,1;0,0,0.94643;0,0,0.68517;0,0,0.39638;0,0,0.123;0.042513,0,0;0.30143,0,0;0.58987,0,0;0.86495,0,0;1,0.11065,0.031609;1,0.47851,0.2881;1,0.7752,0.5761;1,0.9566,0.85278;0.97914,0.99573,1;0.72516,0.88677,1;0.4377,0.64593,1;0.15951,0.30902,1;0,0,0.98972;0,0,0.73834;0,0,0.45152;0,0,0.17191;0,0,0;0.24856,0,0;0.53464,0,0;0.81557,0,0;1,0.036951,0;1,0.41236,0.23554;1,0.72643,0.52079;1,0.93247,0.80294;1,0.99983,1;0.77738,0.91849,1;0.49307,0.70054,1;0.20979,0.37841,1;0,0,1;0,0,0.79021;0,0,0.50693;0,0,0.22262;0,0,0;0.19706,0,0;0.47921,0,0;0.76446,0,0;1,0,0;1,0.34395,0.18443;1,0.6737,0.46536;1,0.90325,0.75144;1,0.99846,1;0.82809,0.94518,1;0.54848,0.75133,1;0.26166,0.44574,1;0.010284,0.073853,1;0,0,0.84049;0,0,0.5623;0,0,0.27484;0,0,0.020865;0.14722,0,0;0.4239,0,0;0.7119,0,0;0.96839,0,0;1,0.27366,0.13505;1,0.61728,0.41013;1,0.86909,0.69857;1,0.99164,0.95749;0.877,0.96672,1;0.60362,0.79802,1;0.31483,0.51063,1;0.053573,0.1473,1;0,0,0.88892;0,0,0.61733;0,0,0.32829;0,0,0.064786;0.099301,0,0;0.36901,0,0;0.65819,0,0;0.92385,0,0;1,0.20188,0.087654;1,0.55749,0.35538;1,0.83018,0.64462;1,0.97941,0.91235;0.92385,0.98297,1;0.65819,0.84034,1;0.36901,0.57274,1;0.099301,0.21995,1;0,0,0.93521;0,0,0.67171;0,0,0.38267;0,0,0.11108;0.053573,0,0;0.31483,0,0;0.60362,0,0;0.877,0,0;1,0.129,0.042513;1,0.49466,0.30143;1,0.78674,0.58987;1,0.96183,0.86495;0.96839,0.99386,1;0.7119,0.87808,1;0.4239,0.63171,1;0.14722,0.29139,1;0,0,0.97914;0,0,0.72516;0,0,0.4377;0,0,0.15951;0.010284,0,0;0.26166,0,0;0.54848,0,0;0.82809,0,0;1,0.055411,0;1,0.42912,0.24856;1,0.73901,0.53464;1,0.93899,0.81557;1,0.99932,1;0.76446,0.91102,1;0.47921,0.68724,1;0.19706,0.36124,1;0,0,1;0,0,0.77738;0,0,0.49307;0,0,0.20979;0,0,0];
case 'gist_earth'
map=[0,0,0;0.0026135,0,0.16869;0.0052269,0,0.22166;0.0078404,0,0.26381;0.010454,0,0.30595;0.013067,0,0.34809;0.015681,0,0.39023;0.018294,0,0.43237;0.020908,0.0089073,0.45475;0.023521,0.017927,0.45561;0.026135,0.026948,0.45632;0.028748,0.035968,0.45703;0.031361,0.044988,0.45774;0.033975,0.054008,0.45845;0.036588,0.063028,0.45916;0.039202,0.072048,0.45987;0.041815,0.081068,0.46058;0.044429,0.090088,0.46129;0.047042,0.099108,0.462;0.049656,0.10813,0.46271;0.052269,0.11715,0.46343;0.054883,0.12617,0.46414;0.057496,0.13519,0.46485;0.060109,0.14421,0.46556;0.062723,0.15323,0.46627;0.065336,0.16225,0.46698;0.06795,0.17127,0.46769;0.070563,0.18029,0.4684;0.073177,0.18931,0.46911;0.07579,0.19747,0.46982;0.078404,0.20562,0.47053;0.081017,0.21378,0.47125;0.083631,0.22194,0.47196;0.086244,0.2301,0.47267;0.088857,0.23825,0.47338;0.091471,0.24641,0.47409;0.094084,0.25457,0.4748;0.096698,0.26273,0.47551;0.099311,0.27088,0.47622;0.10192,0.27904,0.47693;0.10454,0.2872,0.47764;0.10715,0.29535,0.47835;0.10977,0.30351,0.47907;0.11238,0.31084,0.47978;0.11499,0.31818,0.48049;0.11761,0.32551,0.4812;0.12022,0.33285,0.48191;0.12283,0.34018,0.48262;0.12545,0.34751,0.48333;0.12806,0.35485,0.48404;0.13067,0.36218,0.48475;0.13329,0.36951,0.48546;0.1359,0.37685,0.48617;0.13851,0.38417,0.48688;0.14113,0.39037,0.4876;0.14374,0.39656,0.48831;0.14635,0.40276,0.48902;0.14897,0.40896,0.48973;0.15158,0.41516,0.49044;0.15419,0.42135,0.49115;0.15681,0.42755,0.49186;0.15942,0.43375,0.49257;0.16203,0.43995,0.49328;0.16465,0.44615,0.49399;0.16726,0.45234,0.4947;0.16987,0.45854,0.49542;0.17249,0.46474,0.49613;0.1751,0.47094,0.49684;0.17771,0.47713,0.49755;0.18033,0.48333,0.49826;0.18294,0.48953,0.49897;0.18556,0.49573,0.49968;0.18817,0.50193,0.50039;0.19003,0.50423,0.49566;0.19188,0.50649,0.49086;0.19373,0.50875,0.48606;0.19558,0.511,0.48126;0.19743,0.51326,0.47646;0.19928,0.51552,0.47166;0.20113,0.51778,0.46686;0.20297,0.52003,0.46205;0.20482,0.52229,0.45725;0.20667,0.52455,0.45245;0.20852,0.52681,0.44765;0.21037,0.52906,0.44285;0.21222,0.53132,0.43805;0.21407,0.53358,0.43325;0.21592,0.53584,0.42845;0.21777,0.53809,0.42365;0.21962,0.54035,0.41885;0.22147,0.54261,0.41405;0.22332,0.54487,0.40925;0.22517,0.54712,0.40445;0.22702,0.54938,0.39965;0.22887,0.55164,0.39485;0.23072,0.5539,0.39005;0.23257,0.55615,0.38525;0.23442,0.55841,0.38045;0.23627,0.56067,0.37565;0.23812,0.56293,0.37085;0.23997,0.56518,0.36605;0.24182,0.56744,0.36125;0.24367,0.5697,0.35645;0.24552,0.57196,0.35165;0.24737,0.57421,0.34685;0.24922,0.57647,0.34205;0.25107,0.57873,0.33725;0.25291,0.58099,0.33245;0.25476,0.58324,0.32764;0.25661,0.5855,0.32284;0.25846,0.58776,0.31804;0.26031,0.59002,0.31324;0.26216,0.59227,0.30844;0.26401,0.59453,0.30364;0.26586,0.59679,0.29884;0.26771,0.59905,0.29404;0.26956,0.6013,0.28924;0.27145,0.60356,0.28444;0.28017,0.60582,0.27964;0.28889,0.60808,0.27484;0.2976,0.61033,0.27707;0.30632,0.61259,0.27935;0.31504,0.61485,0.28164;0.32375,0.61711,0.28392;0.33247,0.61936,0.28621;0.34119,0.62162,0.2885;0.34991,0.62388,0.29078;0.35862,0.62614,0.29307;0.36734,0.62839,0.29535;0.37606,0.63065,0.29764;0.38477,0.63291,0.29993;0.39349,0.63517,0.30221;0.40221,0.63742,0.3045;0.41092,0.63968,0.30678;0.41964,0.64141,0.30907;0.42836,0.64313,0.31136;0.43708,0.64485,0.31364;0.44579,0.64657,0.31593;0.45451,0.64829,0.31821;0.46323,0.65001,0.3205;0.47193,0.65173,0.32174;0.4784,0.65345,0.32298;0.48487,0.65517,0.32422;0.49133,0.65689,0.32546;0.4978,0.65861,0.3267;0.50427,0.66033,0.32794;0.51073,0.66206,0.32918;0.5172,0.66378,0.33041;0.52367,0.6655,0.33165;0.53013,0.66722,0.33289;0.5366,0.66894,0.33413;0.54307,0.67066,0.33537;0.54953,0.67238,0.33661;0.556,0.6741,0.33785;0.56247,0.67582,0.33909;0.56893,0.67754,0.34033;0.5754,0.67926,0.34157;0.58187,0.68098,0.34281;0.58833,0.6827,0.34405;0.5948,0.68442,0.34529;0.60127,0.68614,0.34653;0.60773,0.68787,0.34777;0.6142,0.68959,0.34901;0.62067,0.69131,0.35025;0.62713,0.69303,0.35149;0.6336,0.69475,0.35272;0.64006,0.69647,0.35396;0.64653,0.69819,0.3552;0.653,0.69991,0.35644;0.65946,0.70163,0.35768;0.66593,0.70335,0.35892;0.6724,0.70507,0.36016;0.67886,0.70679,0.3614;0.68533,0.70851,0.36264;0.6918,0.71023,0.36388;0.69826,0.71196,0.36512;0.70473,0.71368,0.36636;0.7112,0.7154,0.3676;0.71762,0.71707,0.36884;0.71926,0.71368,0.37008;0.72089,0.71029,0.37132;0.72253,0.70691,0.37256;0.72417,0.70352,0.37379;0.72581,0.70013,0.37503;0.72745,0.69675,0.37627;0.72909,0.69336,0.37751;0.73073,0.68997,0.37875;0.73237,0.68658,0.37999;0.73401,0.6832,0.38123;0.73565,0.67981,0.38247;0.73729,0.67642,0.38371;0.73892,0.67304,0.38495;0.74056,0.66965,0.38619;0.7422,0.66626,0.38743;0.74384,0.66288,0.38867;0.74548,0.65949,0.38991;0.74712,0.6561,0.39115;0.74876,0.65272,0.39239;0.7504,0.64933,0.39363;0.75204,0.64594,0.39486;0.75368,0.64256,0.39613;0.75534,0.63922,0.40574;0.75973,0.64128,0.41535;0.76411,0.64299,0.42496;0.7685,0.6447,0.43456;0.77288,0.64641,0.44417;0.77727,0.64814,0.45378;0.78166,0.65151,0.46339;0.78604,0.65489,0.47299;0.79043,0.65829,0.4826;0.79482,0.66169,0.49221;0.7992,0.66508,0.50182;0.80359,0.66848,0.51142;0.80798,0.67188,0.52103;0.81236,0.67528,0.53064;0.81675,0.67868,0.54025;0.82113,0.68208,0.54985;0.82552,0.68548,0.55946;0.82991,0.68888,0.56907;0.83429,0.69227,0.57868;0.83868,0.69567,0.58828;0.84307,0.69907,0.59789;0.84745,0.70468,0.6075;0.85184,0.71031,0.61711;0.85622,0.71592,0.62671;0.86061,0.72153,0.63632;0.865,0.72692,0.64593;0.86938,0.73229,0.65554;0.87377,0.73767,0.66515;0.87816,0.74308,0.67697;0.88254,0.75075,0.68879;0.88693,0.75842,0.70061;0.89131,0.76609,0.71243;0.8957,0.77376,0.72425;0.90009,0.78143,0.73607;0.90447,0.7891,0.74789;0.90886,0.79677,0.75972;0.91325,0.80444,0.77154;0.91763,0.81211,0.78336;0.92202,0.81978,0.79518;0.92641,0.82745,0.807;0.93079,0.83644,0.81882;0.93518,0.84543,0.83064;0.93956,0.85442,0.84246;0.94395,0.86341,0.85428;0.94834,0.87251,0.8661;0.95272,0.88162,0.87792;0.95711,0.89307,0.88974;0.9615,0.90452,0.90156;0.96588,0.91597,0.91338;0.97027,0.92743,0.9252;0.97465,0.93888,0.93702;0.97904,0.95033,0.94884;0.98343,0.96178,0.96066;0.98781,0.97324,0.97248;0.9922,0.9843,0.9843];
case 'gist_gray'
map=[0,0,0;0.0039216,0.0039216,0.0039216;0.0078431,0.0078431,0.0078431;0.011765,0.011765,0.011765;0.015686,0.015686,0.015686;0.019608,0.019608,0.019608;0.023529,0.023529,0.023529;0.027451,0.027451,0.027451;0.031373,0.031373,0.031373;0.035294,0.035294,0.035294;0.039216,0.039216,0.039216;0.043137,0.043137,0.043137;0.047059,0.047059,0.047059;0.05098,0.05098,0.05098;0.054902,0.054902,0.054902;0.058824,0.058824,0.058824;0.062745,0.062745,0.062745;0.066667,0.066667,0.066667;0.070588,0.070588,0.070588;0.07451,0.07451,0.07451;0.078431,0.078431,0.078431;0.082353,0.082353,0.082353;0.086275,0.086275,0.086275;0.090196,0.090196,0.090196;0.094118,0.094118,0.094118;0.098039,0.098039,0.098039;0.10196,0.10196,0.10196;0.10588,0.10588,0.10588;0.1098,0.1098,0.1098;0.11373,0.11373,0.11373;0.11765,0.11765,0.11765;0.12157,0.12157,0.12157;0.12549,0.12549,0.12549;0.12941,0.12941,0.12941;0.13333,0.13333,0.13333;0.13725,0.13725,0.13725;0.14118,0.14118,0.14118;0.1451,0.1451,0.1451;0.14902,0.14902,0.14902;0.15294,0.15294,0.15294;0.15686,0.15686,0.15686;0.16078,0.16078,0.16078;0.16471,0.16471,0.16471;0.16863,0.16863,0.16863;0.17255,0.17255,0.17255;0.17647,0.17647,0.17647;0.18039,0.18039,0.18039;0.18431,0.18431,0.18431;0.18824,0.18824,0.18824;0.19216,0.19216,0.19216;0.19608,0.19608,0.19608;0.2,0.2,0.2;0.20392,0.20392,0.20392;0.20784,0.20784,0.20784;0.21176,0.21176,0.21176;0.21569,0.21569,0.21569;0.21961,0.21961,0.21961;0.22353,0.22353,0.22353;0.22745,0.22745,0.22745;0.23137,0.23137,0.23137;0.23529,0.23529,0.23529;0.23922,0.23922,0.23922;0.24314,0.24314,0.24314;0.24706,0.24706,0.24706;0.25098,0.25098,0.25098;0.2549,0.2549,0.2549;0.25882,0.25882,0.25882;0.26275,0.26275,0.26275;0.26667,0.26667,0.26667;0.27059,0.27059,0.27059;0.27451,0.27451,0.27451;0.27843,0.27843,0.27843;0.28235,0.28235,0.28235;0.28627,0.28627,0.28627;0.2902,0.2902,0.2902;0.29412,0.29412,0.29412;0.29804,0.29804,0.29804;0.30196,0.30196,0.30196;0.30588,0.30588,0.30588;0.3098,0.3098,0.3098;0.31373,0.31373,0.31373;0.31765,0.31765,0.31765;0.32157,0.32157,0.32157;0.32549,0.32549,0.32549;0.32941,0.32941,0.32941;0.33333,0.33333,0.33333;0.33725,0.33725,0.33725;0.34118,0.34118,0.34118;0.3451,0.3451,0.3451;0.34902,0.34902,0.34902;0.35294,0.35294,0.35294;0.35686,0.35686,0.35686;0.36078,0.36078,0.36078;0.36471,0.36471,0.36471;0.36863,0.36863,0.36863;0.37255,0.37255,0.37255;0.37647,0.37647,0.37647;0.38039,0.38039,0.38039;0.38431,0.38431,0.38431;0.38824,0.38824,0.38824;0.39216,0.39216,0.39216;0.39608,0.39608,0.39608;0.4,0.4,0.4;0.40392,0.40392,0.40392;0.40784,0.40784,0.40784;0.41176,0.41176,0.41176;0.41569,0.41569,0.41569;0.41961,0.41961,0.41961;0.42353,0.42353,0.42353;0.42745,0.42745,0.42745;0.43137,0.43137,0.43137;0.43529,0.43529,0.43529;0.43922,0.43922,0.43922;0.44314,0.44314,0.44314;0.44706,0.44706,0.44706;0.45098,0.45098,0.45098;0.4549,0.4549,0.4549;0.45882,0.45882,0.45882;0.46275,0.46275,0.46275;0.46667,0.46667,0.46667;0.47059,0.47059,0.47059;0.47451,0.47451,0.47451;0.47843,0.47843,0.47843;0.48235,0.48235,0.48235;0.48627,0.48627,0.48627;0.4902,0.4902,0.4902;0.49412,0.49412,0.49412;0.49804,0.49804,0.49804;0.50196,0.50196,0.50196;0.50588,0.50588,0.50588;0.5098,0.5098,0.5098;0.51373,0.51373,0.51373;0.51765,0.51765,0.51765;0.52157,0.52157,0.52157;0.52549,0.52549,0.52549;0.52941,0.52941,0.52941;0.53333,0.53333,0.53333;0.53725,0.53725,0.53725;0.54118,0.54118,0.54118;0.5451,0.5451,0.5451;0.54902,0.54902,0.54902;0.55294,0.55294,0.55294;0.55686,0.55686,0.55686;0.56078,0.56078,0.56078;0.56471,0.56471,0.56471;0.56863,0.56863,0.56863;0.57255,0.57255,0.57255;0.57647,0.57647,0.57647;0.58039,0.58039,0.58039;0.58431,0.58431,0.58431;0.58824,0.58824,0.58824;0.59216,0.59216,0.59216;0.59608,0.59608,0.59608;0.6,0.6,0.6;0.60392,0.60392,0.60392;0.60784,0.60784,0.60784;0.61176,0.61176,0.61176;0.61569,0.61569,0.61569;0.61961,0.61961,0.61961;0.62353,0.62353,0.62353;0.62745,0.62745,0.62745;0.63137,0.63137,0.63137;0.63529,0.63529,0.63529;0.63922,0.63922,0.63922;0.64314,0.64314,0.64314;0.64706,0.64706,0.64706;0.65098,0.65098,0.65098;0.6549,0.6549,0.6549;0.65882,0.65882,0.65882;0.66275,0.66275,0.66275;0.66667,0.66667,0.66667;0.67059,0.67059,0.67059;0.67451,0.67451,0.67451;0.67843,0.67843,0.67843;0.68235,0.68235,0.68235;0.68627,0.68627,0.68627;0.6902,0.6902,0.6902;0.69412,0.69412,0.69412;0.69804,0.69804,0.69804;0.70196,0.70196,0.70196;0.70588,0.70588,0.70588;0.7098,0.7098,0.7098;0.71373,0.71373,0.71373;0.71765,0.71765,0.71765;0.72157,0.72157,0.72157;0.72549,0.72549,0.72549;0.72941,0.72941,0.72941;0.73333,0.73333,0.73333;0.73725,0.73725,0.73725;0.74118,0.74118,0.74118;0.7451,0.7451,0.7451;0.74902,0.74902,0.74902;0.75294,0.75294,0.75294;0.75686,0.75686,0.75686;0.76078,0.76078,0.76078;0.76471,0.76471,0.76471;0.76863,0.76863,0.76863;0.77255,0.77255,0.77255;0.77647,0.77647,0.77647;0.78039,0.78039,0.78039;0.78431,0.78431,0.78431;0.78824,0.78824,0.78824;0.79216,0.79216,0.79216;0.79608,0.79608,0.79608;0.8,0.8,0.8;0.80392,0.80392,0.80392;0.80784,0.80784,0.80784;0.81176,0.81176,0.81176;0.81569,0.81569,0.81569;0.81961,0.81961,0.81961;0.82353,0.82353,0.82353;0.82745,0.82745,0.82745;0.83137,0.83137,0.83137;0.83529,0.83529,0.83529;0.83922,0.83922,0.83922;0.84314,0.84314,0.84314;0.84706,0.84706,0.84706;0.85098,0.85098,0.85098;0.8549,0.8549,0.8549;0.85882,0.85882,0.85882;0.86275,0.86275,0.86275;0.86667,0.86667,0.86667;0.87059,0.87059,0.87059;0.87451,0.87451,0.87451;0.87843,0.87843,0.87843;0.88235,0.88235,0.88235;0.88627,0.88627,0.88627;0.8902,0.8902,0.8902;0.89412,0.89412,0.89412;0.89804,0.89804,0.89804;0.90196,0.90196,0.90196;0.90588,0.90588,0.90588;0.9098,0.9098,0.9098;0.91373,0.91373,0.91373;0.91765,0.91765,0.91765;0.92157,0.92157,0.92157;0.92549,0.92549,0.92549;0.92941,0.92941,0.92941;0.93333,0.93333,0.93333;0.93725,0.93725,0.93725;0.94118,0.94118,0.94118;0.9451,0.9451,0.9451;0.94902,0.94902,0.94902;0.95294,0.95294,0.95294;0.95686,0.95686,0.95686;0.96078,0.96078,0.96078;0.96471,0.96471,0.96471;0.96863,0.96863,0.96863;0.97255,0.97255,0.97255;0.97647,0.97647,0.97647;0.98039,0.98039,0.98039;0.98431,0.98431,0.98431;0.98824,0.98824,0.98824;0.99216,0.99216,0.99216;0.99608,0.99608,0.99608;1,1,1];
case 'gist_heat'
map=[0,0,0;0.0058824,0,0;0.011765,0,0;0.017647,0,0;0.023529,0,0;0.029412,0,0;0.035294,0,0;0.041176,0,0;0.047059,0,0;0.052941,0,0;0.058824,0,0;0.064706,0,0;0.070588,0,0;0.076471,0,0;0.082353,0,0;0.088235,0,0;0.094118,0,0;0.1,0,0;0.10588,0,0;0.11176,0,0;0.11765,0,0;0.12353,0,0;0.12941,0,0;0.13529,0,0;0.14118,0,0;0.14706,0,0;0.15294,0,0;0.15882,0,0;0.16471,0,0;0.17059,0,0;0.17647,0,0;0.18235,0,0;0.18824,0,0;0.19412,0,0;0.2,0,0;0.20588,0,0;0.21176,0,0;0.21765,0,0;0.22353,0,0;0.22941,0,0;0.23529,0,0;0.24118,0,0;0.24706,0,0;0.25294,0,0;0.25882,0,0;0.26471,0,0;0.27059,0,0;0.27647,0,0;0.28235,0,0;0.28824,0,0;0.29412,0,0;0.3,0,0;0.30588,0,0;0.31176,0,0;0.31765,0,0;0.32353,0,0;0.32941,0,0;0.33529,0,0;0.34118,0,0;0.34706,0,0;0.35294,0,0;0.35882,0,0;0.36471,0,0;0.37059,0,0;0.37647,0,0;0.38235,0,0;0.38824,0,0;0.39412,0,0;0.4,0,0;0.40588,0,0;0.41176,0,0;0.41765,0,0;0.42353,0,0;0.42941,0,0;0.43529,0,0;0.44118,0,0;0.44706,0,0;0.45294,0,0;0.45882,0,0;0.46471,0,0;0.47059,0,0;0.47647,0,0;0.48235,0,0;0.48824,0,0;0.49412,0,0;0.5,0,0;0.50588,0,0;0.51176,0,0;0.51765,0,0;0.52353,0,0;0.52941,0,0;0.53529,0,0;0.54118,0,0;0.54706,0,0;0.55294,0,0;0.55882,0,0;0.56471,0,0;0.57059,0,0;0.57647,0,0;0.58235,0,0;0.58824,0,0;0.59412,0,0;0.6,0,0;0.60588,0,0;0.61176,0,0;0.61765,0,0;0.62353,0,0;0.62941,0,0;0.63529,0,0;0.64118,0,0;0.64706,0,0;0.65294,0,0;0.65882,0,0;0.66471,0,0;0.67059,0,0;0.67647,0,0;0.68235,0,0;0.68824,0,0;0.69412,0,0;0.7,0,0;0.70588,0,0;0.71176,0,0;0.71765,0,0;0.72353,0,0;0.72941,0,0;0.73529,0,0;0.74118,0,0;0.74706,0,0;0.75294,0.0039216,0;0.75882,0.011765,0;0.76471,0.019608,0;0.77059,0.027451,0;0.77647,0.035294,0;0.78235,0.043137,0;0.78824,0.05098,0;0.79412,0.058824,0;0.8,0.066667,0;0.80588,0.07451,0;0.81176,0.082353,0;0.81765,0.090196,0;0.82353,0.098039,0;0.82941,0.10588,0;0.83529,0.11373,0;0.84118,0.12157,0;0.84706,0.12941,0;0.85294,0.13725,0;0.85882,0.1451,0;0.86471,0.15294,0;0.87059,0.16078,0;0.87647,0.16863,0;0.88235,0.17647,0;0.88824,0.18431,0;0.89412,0.19216,0;0.9,0.2,0;0.90588,0.20784,0;0.91176,0.21569,0;0.91765,0.22353,0;0.92353,0.23137,0;0.92941,0.23922,0;0.93529,0.24706,0;0.94118,0.2549,0;0.94706,0.26275,0;0.95294,0.27059,0;0.95882,0.27843,0;0.96471,0.28627,0;0.97059,0.29412,0;0.97647,0.30196,0;0.98235,0.3098,0;0.98824,0.31765,0;0.99412,0.32549,0;1,0.33333,0;1,0.34118,0;1,0.34902,0;1,0.35686,0;1,0.36471,0;1,0.37255,0;1,0.38039,0;1,0.38824,0;1,0.39608,0;1,0.40392,0;1,0.41176,0;1,0.41961,0;1,0.42745,0;1,0.43529,0;1,0.44314,0;1,0.45098,0;1,0.45882,0;1,0.46667,0;1,0.47451,0;1,0.48235,0;1,0.4902,0;1,0.49804,0;1,0.50588,0.011765;1,0.51373,0.027451;1,0.52157,0.043137;1,0.52941,0.058824;1,0.53725,0.07451;1,0.5451,0.090196;1,0.55294,0.10588;1,0.56078,0.12157;1,0.56863,0.13725;1,0.57647,0.15294;1,0.58431,0.16863;1,0.59216,0.18431;1,0.6,0.2;1,0.60784,0.21569;1,0.61569,0.23137;1,0.62353,0.24706;1,0.63137,0.26275;1,0.63922,0.27843;1,0.64706,0.29412;1,0.6549,0.3098;1,0.66275,0.32549;1,0.67059,0.34118;1,0.67843,0.35686;1,0.68627,0.37255;1,0.69412,0.38824;1,0.70196,0.40392;1,0.7098,0.41961;1,0.71765,0.43529;1,0.72549,0.45098;1,0.73333,0.46667;1,0.74118,0.48235;1,0.74902,0.49804;1,0.75686,0.51373;1,0.76471,0.52941;1,0.77255,0.5451;1,0.78039,0.56078;1,0.78824,0.57647;1,0.79608,0.59216;1,0.80392,0.60784;1,0.81176,0.62353;1,0.81961,0.63922;1,0.82745,0.6549;1,0.83529,0.67059;1,0.84314,0.68627;1,0.85098,0.70196;1,0.85882,0.71765;1,0.86667,0.73333;1,0.87451,0.74902;1,0.88235,0.76471;1,0.8902,0.78039;1,0.89804,0.79608;1,0.90588,0.81176;1,0.91373,0.82745;1,0.92157,0.84314;1,0.92941,0.85882;1,0.93725,0.87451;1,0.9451,0.8902;1,0.95294,0.90588;1,0.96078,0.92157;1,0.96863,0.93725;1,0.97647,0.95294;1,0.98431,0.96863;1,0.99216,0.98431;1,1,1];
case 'gist_ncar'
map=[0,0,0.502;0,0.02862,0.46511;0,0.05724,0.42821;0,0.085859,0.39132;0,0.11448,0.35443;0,0.1431,0.31753;0,0.17172,0.28064;0,0.20034,0.24375;0,0.22896,0.20685;0,0.25758,0.16996;0,0.2862,0.13306;0,0.31482,0.096171;0,0.34344,0.059278;0,0.37206,0.022384;0,0.34575,0.087087;0,0.31916,0.1523;0,0.29257,0.21751;0,0.26599,0.28272;0,0.2394,0.34794;0,0.21281,0.41315;0,0.18623,0.47836;0,0.15964,0.54358;0,0.13305,0.60879;0,0.10647,0.674;0,0.07988,0.73921;0,0.053293,0.80443;0,0.026706,0.86964;0,0.00011964,0.93485;0,0.055129,1;0,0.11051,1;0,0.16589,1;0,0.22127,1;0,0.27664,1;0,0.33202,1;0,0.3874,1;0,0.44278,1;0,0.49816,1;0,0.55354,1;0,0.60892,1;0,0.6643,1;0,0.71967,1;0,0.75357,1;0,0.77523,1;0,0.79251,1;0,0.8098,1;0,0.82708,1;0,0.84437,1;0,0.86165,1;0,0.87894,1;0,0.89623,1;0,0.91351,1;0,0.9308,1;0,0.94808,0.99986;0,0.96537,0.97415;0,0.98265,0.94844;0,0.99994,0.92273;0,0.99822,0.89702;0,0.99644,0.87131;0,0.99466,0.8456;0,0.99287,0.81989;0,0.99109,0.79418;0,0.98931,0.76847;0,0.98752,0.74276;0,0.98574,0.71705;0,0.98396,0.69134;0,0.98217,0.66562;0,0.9804,0.63991;0,0.9804,0.61403;0,0.9804,0.57312;0,0.9804,0.5322;0,0.98203,0.49129;0,0.98367,0.45038;0,0.9853,0.40946;0,0.98694,0.36855;0,0.98857,0.32764;0,0.99021,0.28672;0,0.99184,0.24581;0,0.99348,0.20489;0,0.99511,0.16398;2.4974e-05,0.99675,0.12307;0.024999,0.99838,0.082154;0.049973,0.99982,0.041241;0.074948,0.98507,0.00032731;0.099922,0.97031,0;0.1249,0.95556,0;0.14987,0.9408,0;0.17484,0.92604,0;0.19982,0.91129,0;0.22479,0.89653,0;0.24977,0.88178,0;0.27474,0.86702,0;0.29972,0.85226,0;0.32469,0.83751,0;0.34966,0.82275,0;0.37464,0.80819,0;0.3994,0.82097,0;0.40716,0.83374,0;0.41493,0.84652,0;0.4227,0.8593,0;0.43046,0.87207,0;0.43823,0.88485,0;0.44599,0.89763,0;0.45376,0.9104,0;0.46153,0.92318,0;0.46929,0.93596,0;0.47706,0.94873,0;0.48483,0.96151,0;0.49259,0.97429,0.015565;0.50043,0.98706,0.031184;0.51828,0.99984,0.046804;0.53613,1,0.062424;0.55398,1,0.078043;0.57182,1,0.093663;0.58967,1,0.10928;0.60752,1,0.1249;0.62536,1,0.14052;0.64321,1,0.15614;0.66106,1,0.17176;0.6789,1,0.18738;0.69675,1,0.203;0.7146,1,0.21862;0.73245,1,0.23416;0.75029,1,0.21854;0.76814,1,0.20292;0.78599,1,0.1873;0.80383,1,0.17168;0.82168,1,0.15606;0.83953,1,0.14044;0.85738,1,0.12482;0.87522,1,0.1092;0.89307,1,0.093585;0.91092,1,0.077965;0.92876,1,0.062346;0.94661,1,0.046726;0.96446,0.99041,0.031106;0.9823,0.98073,0.015487;1,0.97106,0;1,0.96139,0;1,0.95172,0;1,0.94205,0;1,0.93237,0;1,0.9227,0;1,0.91303,0;1,0.90336,0;1,0.89369,0;1,0.88402,0;1,0.87434,0;1,0.86467,0;1,0.855,0;1,0.84533,0.004213;1,0.83566,0.0084345;1,0.82599,0.012656;1,0.81631,0.016877;1,0.80664,0.021099;1,0.79697,0.02532;1,0.7873,0.029542;1,0.77763,0.033763;1,0.76795,0.037985;1,0.75828,0.042206;1,0.74861,0.046428;1,0.73894,0.050649;1,0.72927,0.05487;1,0.69731,0.051264;1,0.66519,0.047603;1,0.63308,0.043941;1,0.60096,0.04028;1,0.56885,0.036618;1,0.53673,0.032957;1,0.50462,0.029295;1,0.4725,0.025634;1,0.44039,0.021972;1,0.40827,0.018311;1,0.37616,0.01465;1,0.34404,0.010988;1,0.31192,0.0073266;1,0.27981,0.0036651;1,0.26107,3.6615e-06;1,0.24243,0;1,0.22378,0;1,0.20513,0;1,0.18648,0;1,0.16784,0;1,0.14919,0;1,0.13054,0;1,0.11189,0;1,0.093247,0;1,0.074599,0;1,0.055952,0;1,0.037304,0;1,0.018657,0.06876;1,9.3237e-06,0.13832;1,0,0.20788;1,0,0.27744;1,0,0.347;1,0,0.41656;1,0,0.48612;1,0,0.55568;1,0,0.62524;1,0,0.6948;1,0,0.76436;1,0,0.83392;1,0,0.90348;1,0,0.97303;0.97328,0.013357,0.98683;0.94627,0.026863,1;0.91925,0.040369,1;0.89224,0.053875,1;0.86522,0.067381,1;0.83821,0.080887,1;0.81119,0.094393,1;0.78418,0.1079,1;0.75716,0.1214,1;0.73014,0.13491,1;0.70313,0.14842,1;0.67611,0.16192,1;0.6491,0.17552,0.99996;0.62208,0.19871,0.99525;0.6448,0.22191,0.99054;0.66804,0.2451,0.98583;0.69129,0.2683,0.98113;0.71453,0.29149,0.97642;0.73778,0.31468,0.97171;0.76102,0.33788,0.967;0.78427,0.36107,0.9623;0.80751,0.38426,0.95759;0.83076,0.40746,0.95288;0.854,0.43065,0.94817;0.87724,0.45384,0.94347;0.90049,0.47704,0.93876;0.92353,0.50018,0.93412;0.92632,0.51835,0.93651;0.92911,0.53651,0.93889;0.9319,0.55468,0.94127;0.93469,0.57285,0.94366;0.93748,0.59101,0.94604;0.94028,0.60918,0.94843;0.94307,0.62734,0.95081;0.94586,0.64551,0.95319;0.94865,0.66368,0.95558;0.95144,0.68184,0.95796;0.95423,0.70001,0.96034;0.95702,0.71817,0.96273;0.95981,0.73634,0.96511;0.96261,0.75451,0.9675;0.9654,0.77267,0.96988;0.96819,0.79084,0.97226;0.97098,0.80901,0.97465;0.97377,0.82717,0.97703;0.97656,0.84534,0.97941;0.97935,0.8635,0.9818;0.98214,0.88167,0.98418;0.98494,0.89984,0.98657;0.98773,0.918,0.98895;0.99052,0.93617,0.99133;0.99331,0.95433,0.99372;0.9961,0.9725,0.9961];
case 'gist_rainbow'
map=[1,0,0.16;1,0,0.13908;1,0,0.11817;1,0,0.097255;1,0,0.07634;1,0,0.055425;1,0,0.03451;1,0,0.013595;1,0.0074192,0;1,0.028617,0;1,0.049815,0;1,0.071012,0;1,0.09221,0;1,0.11341,0;1,0.13461,0;1,0.1558,0;1,0.177,0;1,0.1982,0;1,0.2194,0;1,0.24059,0;1,0.26179,0;1,0.28299,0;1,0.30419,0;1,0.32538,0;1,0.34658,0;1,0.36778,0;1,0.38898,0;1,0.41017,0;1,0.43137,0;1,0.45257,0;1,0.47377,0;1,0.49497,0;1,0.51616,0;1,0.53736,0;1,0.55856,0;1,0.57976,0;1,0.60095,0;1,0.62215,0;1,0.64335,0;1,0.66455,0;1,0.68574,0;1,0.70694,0;1,0.72814,0;1,0.74934,0;1,0.77054,0;1,0.79173,0;1,0.81293,0;1,0.83413,0;1,0.85533,0;1,0.87652,0;1,0.89772,0;1,0.91892,0;1,0.94012,0;1,0.96131,0;1,0.98251,0;0.99629,1,0;0.97509,1,0;0.9539,1,0;0.9327,1,0;0.9115,1,0;0.8903,1,0;0.8691,1,0;0.84791,1,0;0.82671,1,0;0.80551,1,0;0.78431,1,0;0.76312,1,0;0.74192,1,0;0.72072,1,0;0.69952,1,0;0.67833,1,0;0.65713,1,0;0.63593,1,0;0.61473,1,0;0.59353,1,0;0.57234,1,0;0.55114,1,0;0.52994,1,0;0.50874,1,0;0.48755,1,0;0.46635,1,0;0.44515,1,0;0.42395,1,0;0.40276,1,0;0.38156,1,0;0.36036,1,0;0.33916,1,0;0.31797,1,0;0.29677,1,0;0.27557,1,0;0.25437,1,0;0.23317,1,0;0.21198,1,0;0.19078,1,0;0.16958,1,0;0.14838,1,0;0.12719,1,0;0.10599,1,0;0.084791,1,0;0.063593,1,0;0.042395,1,0;0.021198,1,0;0,1,0;0,1,0.021084;0,1,0.042167;0,1,0.063251;0,1,0.084335;0,1,0.10542;0,1,0.1265;0,1,0.14759;0,1,0.16867;0,1,0.18975;0,1,0.21084;0,1,0.23192;0,1,0.253;0,1,0.27409;0,1,0.29517;0,1,0.31626;0,1,0.33734;0,1,0.35842;0,1,0.37951;0,1,0.40059;0,1,0.42167;0,1,0.44276;0,1,0.46384;0,1,0.48493;0,1,0.50601;0,1,0.52709;0,1,0.54818;0,1,0.56926;0,1,0.59034;0,1,0.61143;0,1,0.63251;0,1,0.65359;0,1,0.67468;0,1,0.69576;0,1,0.71685;0,1,0.73793;0,1,0.75901;0,1,0.7801;0,1,0.80118;0,1,0.82226;0,1,0.84335;0,1,0.86443;0,1,0.88552;0,1,0.9066;0,1,0.92768;0,1,0.94877;0,1,0.96985;0,1,0.99093;0,0.98785,1;0,0.96654,1;0,0.94523,1;0,0.92391,1;0,0.9026,1;0,0.88129,1;0,0.85997,1;0,0.83866,1;0,0.81735,1;0,0.79604,1;0,0.77472,1;0,0.75341,1;0,0.7321,1;0,0.71078,1;0,0.68947,1;0,0.66816,1;0,0.64685,1;0,0.62553,1;0,0.60422,1;0,0.58291,1;0,0.56159,1;0,0.54028,1;0,0.51897,1;0,0.49766,1;0,0.47634,1;0,0.45503,1;0,0.43372,1;0,0.4124,1;0,0.39109,1;0,0.36978,1;0,0.34847,1;0,0.32715,1;0,0.30584,1;0,0.28453,1;0,0.26321,1;0,0.2419,1;0,0.22059,1;0,0.19928,1;0,0.17796,1;0,0.15665,1;0,0.13534,1;0,0.11402,1;0,0.092711,1;0,0.071398,1;0,0.050085,1;0,0.028772,1;0,0.0074595,1;0.013853,0,1;0.035166,0,1;0.056479,0,1;0.077792,0,1;0.099105,0,1;0.12042,0,1;0.14173,0,1;0.16304,0,1;0.18436,0,1;0.20567,0,1;0.22698,0,1;0.24829,0,1;0.26961,0,1;0.29092,0,1;0.31223,0,1;0.33355,0,1;0.35486,0,1;0.37617,0,1;0.39749,0,1;0.4188,0,1;0.44011,0,1;0.46142,0,1;0.48274,0,1;0.50405,0,1;0.52536,0,1;0.54668,0,1;0.56799,0,1;0.5893,0,1;0.61061,0,1;0.63193,0,1;0.65324,0,1;0.67455,0,1;0.69587,0,1;0.71718,0,1;0.73849,0,1;0.7598,0,1;0.78112,0,1;0.80243,0,1;0.82374,0,1;0.84506,0,1;0.86637,0,1;0.88768,0,1;0.90899,0,1;0.93031,0,1;0.95162,0,1;0.97293,0,1;0.99425,0,1;1,0,0.98444;1,0,0.96313;1,0,0.94182;1,0,0.9205;1,0,0.89919;1,0,0.87788;1,0,0.85656;1,0,0.83525;1,0,0.81394;1,0,0.79263;1,0,0.77131;1,0,0.75];
case 'gist_stern'
map=[0,0,0;0.071692,0.0039216,0.0078431;0.14338,0.0078431,0.015686;0.21508,0.011765,0.023529;0.28677,0.015686,0.031373;0.35846,0.019608,0.039216;0.43015,0.023529,0.047059;0.50185,0.027451,0.054902;0.57354,0.031373,0.062745;0.64523,0.035294,0.070588;0.71692,0.039216,0.078431;0.78862,0.043137,0.086275;0.86031,0.047059,0.094118;0.932,0.05098,0.10196;0.99899,0.054902,0.1098;0.97946,0.058824,0.11765;0.95992,0.062745,0.12549;0.94038,0.066667,0.13333;0.92084,0.070588,0.14118;0.90131,0.07451,0.14902;0.88177,0.078431,0.15686;0.86223,0.082353,0.16471;0.84269,0.086275,0.17255;0.82316,0.090196,0.18039;0.80362,0.094118,0.18824;0.78408,0.098039,0.19608;0.76454,0.10196,0.20392;0.74501,0.10588,0.21176;0.72547,0.1098,0.21961;0.70593,0.11373,0.22745;0.68639,0.11765,0.23529;0.66686,0.12157,0.24314;0.64732,0.12549,0.25098;0.62778,0.12941,0.25882;0.60824,0.13333,0.26667;0.5887,0.13725,0.27451;0.56917,0.14118,0.28235;0.54963,0.1451,0.2902;0.53009,0.14902,0.29804;0.51055,0.15294,0.30588;0.49102,0.15686,0.31373;0.47148,0.16078,0.32157;0.45194,0.16471,0.32941;0.4324,0.16863,0.33725;0.41287,0.17255,0.3451;0.39333,0.17647,0.35294;0.37379,0.18039,0.36078;0.35425,0.18431,0.36863;0.33472,0.18824,0.37647;0.31518,0.19216,0.38431;0.29564,0.19608,0.39216;0.2761,0.2,0.4;0.25657,0.20392,0.40784;0.23703,0.20784,0.41569;0.21749,0.21176,0.42353;0.19795,0.21569,0.43137;0.17842,0.21961,0.43922;0.15888,0.22353,0.44706;0.13934,0.22745,0.4549;0.1198,0.23137,0.46275;0.10027,0.23529,0.47059;0.080728,0.23922,0.47843;0.061191,0.24314,0.48627;0.041653,0.24706,0.49412;0.25098,0.25098,0.50196;0.2549,0.2549,0.5098;0.25882,0.25882,0.51765;0.26275,0.26275,0.52549;0.26667,0.26667,0.53333;0.27059,0.27059,0.54118;0.27451,0.27451,0.54902;0.27843,0.27843,0.55686;0.28235,0.28235,0.56471;0.28627,0.28627,0.57255;0.2902,0.2902,0.58039;0.29412,0.29412,0.58824;0.29804,0.29804,0.59608;0.30196,0.30196,0.60392;0.30588,0.30588,0.61176;0.3098,0.3098,0.61961;0.31373,0.31373,0.62745;0.31765,0.31765,0.63529;0.32157,0.32157,0.64314;0.32549,0.32549,0.65098;0.32941,0.32941,0.65882;0.33333,0.33333,0.66667;0.33725,0.33725,0.67451;0.34118,0.34118,0.68235;0.3451,0.3451,0.6902;0.34902,0.34902,0.69804;0.35294,0.35294,0.70588;0.35686,0.35686,0.71373;0.36078,0.36078,0.72157;0.36471,0.36471,0.72941;0.36863,0.36863,0.73725;0.37255,0.37255,0.7451;0.37647,0.37647,0.75294;0.38039,0.38039,0.76078;0.38431,0.38431,0.76863;0.38824,0.38824,0.77647;0.39216,0.39216,0.78431;0.39608,0.39608,0.79216;0.4,0.4,0.8;0.40392,0.40392,0.80784;0.40784,0.40784,0.81569;0.41176,0.41176,0.82353;0.41569,0.41569,0.83137;0.41961,0.41961,0.83922;0.42353,0.42353,0.84706;0.42745,0.42745,0.8549;0.43137,0.43137,0.86275;0.43529,0.43529,0.87059;0.43922,0.43922,0.87843;0.44314,0.44314,0.88627;0.44706,0.44706,0.89412;0.45098,0.45098,0.90196;0.4549,0.4549,0.9098;0.45882,0.45882,0.91765;0.46275,0.46275,0.92549;0.46667,0.46667,0.93333;0.47059,0.47059,0.94118;0.47451,0.47451,0.94902;0.47843,0.47843,0.95686;0.48235,0.48235,0.96471;0.48627,0.48627,0.97255;0.4902,0.4902,0.98039;0.49412,0.49412,0.98824;0.49804,0.49804,0.99608;0.50196,0.50196,0.99166;0.50588,0.50588,0.97497;0.5098,0.5098,0.95828;0.51373,0.51373,0.94159;0.51765,0.51765,0.92491;0.52157,0.52157,0.90822;0.52549,0.52549,0.89153;0.52941,0.52941,0.87484;0.53333,0.53333,0.85816;0.53725,0.53725,0.84147;0.54118,0.54118,0.82478;0.5451,0.5451,0.80809;0.54902,0.54902,0.79141;0.55294,0.55294,0.77472;0.55686,0.55686,0.75803;0.56078,0.56078,0.74134;0.56471,0.56471,0.72466;0.56863,0.56863,0.70797;0.57255,0.57255,0.69128;0.57647,0.57647,0.67459;0.58039,0.58039,0.65791;0.58431,0.58431,0.64122;0.58824,0.58824,0.62453;0.59216,0.59216,0.60784;0.59608,0.59608,0.59116;0.6,0.6,0.57447;0.60392,0.60392,0.55778;0.60784,0.60784,0.54109;0.61176,0.61176,0.52441;0.61569,0.61569,0.50772;0.61961,0.61961,0.49103;0.62353,0.62353,0.47434;0.62745,0.62745,0.45766;0.63137,0.63137,0.44097;0.63529,0.63529,0.42428;0.63922,0.63922,0.40759;0.64314,0.64314,0.39091;0.64706,0.64706,0.37422;0.65098,0.65098,0.35753;0.6549,0.6549,0.34084;0.65882,0.65882,0.32416;0.66275,0.66275,0.30747;0.66667,0.66667,0.29078;0.67059,0.67059,0.27409;0.67451,0.67451,0.25741;0.67843,0.67843,0.24072;0.68235,0.68235,0.22403;0.68627,0.68627,0.20734;0.6902,0.6902,0.19065;0.69412,0.69412,0.17397;0.69804,0.69804,0.15728;0.70196,0.70196,0.14059;0.70588,0.70588,0.1239;0.7098,0.7098,0.10722;0.71373,0.71373,0.09053;0.71765,0.71765,0.073842;0.72157,0.72157,0.057155;0.72549,0.72549,0.040467;0.72941,0.72941,0.02378;0.73333,0.73333,0.0070922;0.73725,0.73725,0.0085091;0.74118,0.74118,0.023307;0.7451,0.7451,0.038106;0.74902,0.74902,0.052904;0.75294,0.75294,0.067703;0.75686,0.75686,0.082501;0.76078,0.76078,0.097299;0.76471,0.76471,0.1121;0.76863,0.76863,0.1269;0.77255,0.77255,0.14169;0.77647,0.77647,0.15649;0.78039,0.78039,0.17129;0.78431,0.78431,0.18609;0.78824,0.78824,0.20089;0.79216,0.79216,0.21569;0.79608,0.79608,0.23048;0.8,0.8,0.24528;0.80392,0.80392,0.26008;0.80784,0.80784,0.27488;0.81176,0.81176,0.28968;0.81569,0.81569,0.30448;0.81961,0.81961,0.31927;0.82353,0.82353,0.33407;0.82745,0.82745,0.34887;0.83137,0.83137,0.36367;0.83529,0.83529,0.37847;0.83922,0.83922,0.39327;0.84314,0.84314,0.40807;0.84706,0.84706,0.42286;0.85098,0.85098,0.43766;0.8549,0.8549,0.45246;0.85882,0.85882,0.46726;0.86275,0.86275,0.48206;0.86667,0.86667,0.49686;0.87059,0.87059,0.51165;0.87451,0.87451,0.52645;0.87843,0.87843,0.54125;0.88235,0.88235,0.55605;0.88627,0.88627,0.57085;0.8902,0.8902,0.58565;0.89412,0.89412,0.60044;0.89804,0.89804,0.61524;0.90196,0.90196,0.63004;0.90588,0.90588,0.64484;0.9098,0.9098,0.65964;0.91373,0.91373,0.67444;0.91765,0.91765,0.68923;0.92157,0.92157,0.70403;0.92549,0.92549,0.71883;0.92941,0.92941,0.73363;0.93333,0.93333,0.74843;0.93725,0.93725,0.76323;0.94118,0.94118,0.77802;0.9451,0.9451,0.79282;0.94902,0.94902,0.80762;0.95294,0.95294,0.82242;0.95686,0.95686,0.83722;0.96078,0.96078,0.85202;0.96471,0.96471,0.86681;0.96863,0.96863,0.88161;0.97255,0.97255,0.89641;0.97647,0.97647,0.91121;0.98039,0.98039,0.92601;0.98431,0.98431,0.94081;0.98824,0.98824,0.9556;0.99216,0.99216,0.9704;0.99608,0.99608,0.9852;1,1,1];
case 'gist_yarg'
map=[1,1,1;0.99608,0.99608,0.99608;0.99216,0.99216,0.99216;0.98824,0.98824,0.98824;0.98431,0.98431,0.98431;0.98039,0.98039,0.98039;0.97647,0.97647,0.97647;0.97255,0.97255,0.97255;0.96863,0.96863,0.96863;0.96471,0.96471,0.96471;0.96078,0.96078,0.96078;0.95686,0.95686,0.95686;0.95294,0.95294,0.95294;0.94902,0.94902,0.94902;0.9451,0.9451,0.9451;0.94118,0.94118,0.94118;0.93725,0.93725,0.93725;0.93333,0.93333,0.93333;0.92941,0.92941,0.92941;0.92549,0.92549,0.92549;0.92157,0.92157,0.92157;0.91765,0.91765,0.91765;0.91373,0.91373,0.91373;0.9098,0.9098,0.9098;0.90588,0.90588,0.90588;0.90196,0.90196,0.90196;0.89804,0.89804,0.89804;0.89412,0.89412,0.89412;0.8902,0.8902,0.8902;0.88627,0.88627,0.88627;0.88235,0.88235,0.88235;0.87843,0.87843,0.87843;0.87451,0.87451,0.87451;0.87059,0.87059,0.87059;0.86667,0.86667,0.86667;0.86275,0.86275,0.86275;0.85882,0.85882,0.85882;0.8549,0.8549,0.8549;0.85098,0.85098,0.85098;0.84706,0.84706,0.84706;0.84314,0.84314,0.84314;0.83922,0.83922,0.83922;0.83529,0.83529,0.83529;0.83137,0.83137,0.83137;0.82745,0.82745,0.82745;0.82353,0.82353,0.82353;0.81961,0.81961,0.81961;0.81569,0.81569,0.81569;0.81176,0.81176,0.81176;0.80784,0.80784,0.80784;0.80392,0.80392,0.80392;0.8,0.8,0.8;0.79608,0.79608,0.79608;0.79216,0.79216,0.79216;0.78824,0.78824,0.78824;0.78431,0.78431,0.78431;0.78039,0.78039,0.78039;0.77647,0.77647,0.77647;0.77255,0.77255,0.77255;0.76863,0.76863,0.76863;0.76471,0.76471,0.76471;0.76078,0.76078,0.76078;0.75686,0.75686,0.75686;0.75294,0.75294,0.75294;0.74902,0.74902,0.74902;0.7451,0.7451,0.7451;0.74118,0.74118,0.74118;0.73725,0.73725,0.73725;0.73333,0.73333,0.73333;0.72941,0.72941,0.72941;0.72549,0.72549,0.72549;0.72157,0.72157,0.72157;0.71765,0.71765,0.71765;0.71373,0.71373,0.71373;0.7098,0.7098,0.7098;0.70588,0.70588,0.70588;0.70196,0.70196,0.70196;0.69804,0.69804,0.69804;0.69412,0.69412,0.69412;0.6902,0.6902,0.6902;0.68627,0.68627,0.68627;0.68235,0.68235,0.68235;0.67843,0.67843,0.67843;0.67451,0.67451,0.67451;0.67059,0.67059,0.67059;0.66667,0.66667,0.66667;0.66275,0.66275,0.66275;0.65882,0.65882,0.65882;0.6549,0.6549,0.6549;0.65098,0.65098,0.65098;0.64706,0.64706,0.64706;0.64314,0.64314,0.64314;0.63922,0.63922,0.63922;0.63529,0.63529,0.63529;0.63137,0.63137,0.63137;0.62745,0.62745,0.62745;0.62353,0.62353,0.62353;0.61961,0.61961,0.61961;0.61569,0.61569,0.61569;0.61176,0.61176,0.61176;0.60784,0.60784,0.60784;0.60392,0.60392,0.60392;0.6,0.6,0.6;0.59608,0.59608,0.59608;0.59216,0.59216,0.59216;0.58824,0.58824,0.58824;0.58431,0.58431,0.58431;0.58039,0.58039,0.58039;0.57647,0.57647,0.57647;0.57255,0.57255,0.57255;0.56863,0.56863,0.56863;0.56471,0.56471,0.56471;0.56078,0.56078,0.56078;0.55686,0.55686,0.55686;0.55294,0.55294,0.55294;0.54902,0.54902,0.54902;0.5451,0.5451,0.5451;0.54118,0.54118,0.54118;0.53725,0.53725,0.53725;0.53333,0.53333,0.53333;0.52941,0.52941,0.52941;0.52549,0.52549,0.52549;0.52157,0.52157,0.52157;0.51765,0.51765,0.51765;0.51373,0.51373,0.51373;0.5098,0.5098,0.5098;0.50588,0.50588,0.50588;0.50196,0.50196,0.50196;0.49804,0.49804,0.49804;0.49412,0.49412,0.49412;0.4902,0.4902,0.4902;0.48627,0.48627,0.48627;0.48235,0.48235,0.48235;0.47843,0.47843,0.47843;0.47451,0.47451,0.47451;0.47059,0.47059,0.47059;0.46667,0.46667,0.46667;0.46275,0.46275,0.46275;0.45882,0.45882,0.45882;0.4549,0.4549,0.4549;0.45098,0.45098,0.45098;0.44706,0.44706,0.44706;0.44314,0.44314,0.44314;0.43922,0.43922,0.43922;0.43529,0.43529,0.43529;0.43137,0.43137,0.43137;0.42745,0.42745,0.42745;0.42353,0.42353,0.42353;0.41961,0.41961,0.41961;0.41569,0.41569,0.41569;0.41176,0.41176,0.41176;0.40784,0.40784,0.40784;0.40392,0.40392,0.40392;0.4,0.4,0.4;0.39608,0.39608,0.39608;0.39216,0.39216,0.39216;0.38824,0.38824,0.38824;0.38431,0.38431,0.38431;0.38039,0.38039,0.38039;0.37647,0.37647,0.37647;0.37255,0.37255,0.37255;0.36863,0.36863,0.36863;0.36471,0.36471,0.36471;0.36078,0.36078,0.36078;0.35686,0.35686,0.35686;0.35294,0.35294,0.35294;0.34902,0.34902,0.34902;0.3451,0.3451,0.3451;0.34118,0.34118,0.34118;0.33725,0.33725,0.33725;0.33333,0.33333,0.33333;0.32941,0.32941,0.32941;0.32549,0.32549,0.32549;0.32157,0.32157,0.32157;0.31765,0.31765,0.31765;0.31373,0.31373,0.31373;0.3098,0.3098,0.3098;0.30588,0.30588,0.30588;0.30196,0.30196,0.30196;0.29804,0.29804,0.29804;0.29412,0.29412,0.29412;0.2902,0.2902,0.2902;0.28627,0.28627,0.28627;0.28235,0.28235,0.28235;0.27843,0.27843,0.27843;0.27451,0.27451,0.27451;0.27059,0.27059,0.27059;0.26667,0.26667,0.26667;0.26275,0.26275,0.26275;0.25882,0.25882,0.25882;0.2549,0.2549,0.2549;0.25098,0.25098,0.25098;0.24706,0.24706,0.24706;0.24314,0.24314,0.24314;0.23922,0.23922,0.23922;0.23529,0.23529,0.23529;0.23137,0.23137,0.23137;0.22745,0.22745,0.22745;0.22353,0.22353,0.22353;0.21961,0.21961,0.21961;0.21569,0.21569,0.21569;0.21176,0.21176,0.21176;0.20784,0.20784,0.20784;0.20392,0.20392,0.20392;0.2,0.2,0.2;0.19608,0.19608,0.19608;0.19216,0.19216,0.19216;0.18824,0.18824,0.18824;0.18431,0.18431,0.18431;0.18039,0.18039,0.18039;0.17647,0.17647,0.17647;0.17255,0.17255,0.17255;0.16863,0.16863,0.16863;0.16471,0.16471,0.16471;0.16078,0.16078,0.16078;0.15686,0.15686,0.15686;0.15294,0.15294,0.15294;0.14902,0.14902,0.14902;0.1451,0.1451,0.1451;0.14118,0.14118,0.14118;0.13725,0.13725,0.13725;0.13333,0.13333,0.13333;0.12941,0.12941,0.12941;0.12549,0.12549,0.12549;0.12157,0.12157,0.12157;0.11765,0.11765,0.11765;0.11373,0.11373,0.11373;0.1098,0.1098,0.1098;0.10588,0.10588,0.10588;0.10196,0.10196,0.10196;0.098039,0.098039,0.098039;0.094118,0.094118,0.094118;0.090196,0.090196,0.090196;0.086275,0.086275,0.086275;0.082353,0.082353,0.082353;0.078431,0.078431,0.078431;0.07451,0.07451,0.07451;0.070588,0.070588,0.070588;0.066667,0.066667,0.066667;0.062745,0.062745,0.062745;0.058824,0.058824,0.058824;0.054902,0.054902,0.054902;0.05098,0.05098,0.05098;0.047059,0.047059,0.047059;0.043137,0.043137,0.043137;0.039216,0.039216,0.039216;0.035294,0.035294,0.035294;0.031373,0.031373,0.031373;0.027451,0.027451,0.027451;0.023529,0.023529,0.023529;0.019608,0.019608,0.019608;0.015686,0.015686,0.015686;0.011765,0.011765,0.011765;0.0078431,0.0078431,0.0078431;0.0039216,0.0039216,0.0039216;0,0,0];
case 'GnBu'
map=[0.96863,0.98824,0.94118;0.9658,0.98713,0.93859;0.96297,0.98602,0.93601;0.96014,0.98491,0.93343;0.95731,0.98381,0.93084;0.95448,0.9827,0.92826;0.95165,0.98159,0.92567;0.94882,0.98048,0.92309;0.94599,0.97938,0.92051;0.94316,0.97827,0.91792;0.94033,0.97716,0.91534;0.9375,0.97606,0.91276;0.93467,0.97495,0.91017;0.93184,0.97384,0.90759;0.92901,0.97273,0.90501;0.92618,0.97163,0.90242;0.92335,0.97052,0.89984;0.92052,0.96941,0.89725;0.91769,0.9683,0.89467;0.91486,0.9672,0.89209;0.91203,0.96609,0.8895;0.9092,0.96498,0.88692;0.90637,0.96388,0.88434;0.90354,0.96277,0.88175;0.90072,0.96166,0.87917;0.89789,0.96055,0.87659;0.89506,0.95945,0.874;0.89223,0.95834,0.87142;0.8894,0.95723,0.86884;0.88657,0.95612,0.86625;0.88374,0.95502,0.86367;0.88091,0.95391,0.86108;0.87812,0.95282,0.85849;0.87566,0.95183,0.85578;0.8732,0.95085,0.85307;0.87074,0.94987,0.85037;0.86828,0.94888,0.84766;0.86582,0.9479,0.84495;0.86336,0.94691,0.84225;0.8609,0.94593,0.83954;0.85844,0.94494,0.83683;0.85598,0.94396,0.83413;0.85352,0.94298,0.83142;0.85106,0.94199,0.82871;0.8486,0.94101,0.82601;0.84614,0.94002,0.8233;0.84368,0.93904,0.82059;0.84121,0.93805,0.81789;0.83875,0.93707,0.81518;0.83629,0.93609,0.81247;0.83383,0.9351,0.80977;0.83137,0.93412,0.80706;0.82891,0.93313,0.80435;0.82645,0.93215,0.80165;0.82399,0.93116,0.79894;0.82153,0.93018,0.79623;0.81907,0.9292,0.79353;0.81661,0.92821,0.79082;0.81415,0.92723,0.78811;0.81169,0.92624,0.78541;0.80923,0.92526,0.7827;0.80677,0.92428,0.77999;0.80431,0.92329,0.77729;0.80185,0.92231,0.77458;0.79889,0.92114,0.77206;0.79446,0.91942,0.77009;0.79003,0.91769,0.76812;0.78561,0.91597,0.76615;0.78118,0.91425,0.76418;0.77675,0.91253,0.76221;0.77232,0.9108,0.76025;0.76789,0.90908,0.75828;0.76346,0.90736,0.75631;0.75903,0.90564,0.75434;0.7546,0.90391,0.75237;0.75017,0.90219,0.7504;0.74574,0.90047,0.74844;0.74131,0.89875,0.74647;0.73689,0.89702,0.7445;0.73246,0.8953,0.74253;0.72803,0.89358,0.74056;0.7236,0.89186,0.73859;0.71917,0.89013,0.73662;0.71474,0.88841,0.73466;0.71031,0.88669,0.73269;0.70588,0.88497,0.73072;0.70145,0.88324,0.72875;0.69702,0.88152,0.72678;0.6926,0.8798,0.72481;0.68817,0.87808,0.72285;0.68374,0.87636,0.72088;0.67931,0.87463,0.71891;0.67488,0.87291,0.71694;0.67045,0.87119,0.71497;0.66602,0.86947,0.713;0.66159,0.86774,0.71103;0.65675,0.86588,0.7105;0.65121,0.86379,0.71234;0.64567,0.8617,0.71419;0.64014,0.85961,0.71603;0.6346,0.85752,0.71788;0.62907,0.85542,0.71972;0.62353,0.85333,0.72157;0.61799,0.85124,0.72341;0.61246,0.84915,0.72526;0.60692,0.84706,0.7271;0.60138,0.84497,0.72895;0.59585,0.84288,0.7308;0.59031,0.84078,0.73264;0.58478,0.83869,0.73449;0.57924,0.8366,0.73633;0.5737,0.83451,0.73818;0.56817,0.83242,0.74002;0.56263,0.83033,0.74187;0.55709,0.82824,0.74371;0.55156,0.82614,0.74556;0.54602,0.82405,0.7474;0.54048,0.82196,0.74925;0.53495,0.81987,0.7511;0.52941,0.81778,0.75294;0.52388,0.81569,0.75479;0.51834,0.81359,0.75663;0.5128,0.8115,0.75848;0.50727,0.80941,0.76032;0.50173,0.80732,0.76217;0.49619,0.80523,0.76401;0.49066,0.80314,0.76586;0.48512,0.80105,0.7677;0.47958,0.79846,0.76955;0.47405,0.79539,0.7714;0.46851,0.79231,0.77324;0.46298,0.78923,0.77509;0.45744,0.78616,0.77693;0.4519,0.78308,0.77878;0.44637,0.78001,0.78062;0.44083,0.77693,0.78247;0.43529,0.77386,0.78431;0.42976,0.77078,0.78616;0.42422,0.7677,0.788;0.41869,0.76463,0.78985;0.41315,0.76155,0.7917;0.40761,0.75848,0.79354;0.40208,0.7554,0.79539;0.39654,0.75233,0.79723;0.391,0.74925,0.79908;0.38547,0.74617,0.80092;0.37993,0.7431,0.80277;0.37439,0.74002,0.80461;0.36886,0.73695,0.80646;0.36332,0.73387,0.8083;0.35779,0.7308,0.81015;0.35225,0.72772,0.812;0.34671,0.72464,0.81384;0.34118,0.72157,0.81569;0.33564,0.71849,0.81753;0.3301,0.71542,0.81938;0.32457,0.71234,0.82122;0.31903,0.70927,0.82307;0.31349,0.70619,0.82491;0.30796,0.70311,0.82676;0.30319,0.69896,0.82584;0.29889,0.69416,0.82325;0.29458,0.68937,0.82067;0.29027,0.68457,0.81809;0.28597,0.67977,0.8155;0.28166,0.67497,0.81292;0.27735,0.67017,0.81033;0.27305,0.66537,0.80775;0.26874,0.66058,0.80517;0.26444,0.65578,0.80258;0.26013,0.65098,0.8;0.25582,0.64618,0.79742;0.25152,0.64138,0.79483;0.24721,0.63659,0.79225;0.24291,0.63179,0.78967;0.2386,0.62699,0.78708;0.23429,0.62219,0.7845;0.22999,0.61739,0.78191;0.22568,0.6126,0.77933;0.22138,0.6078,0.77675;0.21707,0.603,0.77416;0.21276,0.5982,0.77158;0.20846,0.5934,0.769;0.20415,0.5886,0.76641;0.19985,0.58381,0.76383;0.19554,0.57901,0.76125;0.19123,0.57421,0.75866;0.18693,0.56941,0.75608;0.18262,0.56461,0.75349;0.17832,0.55982,0.75091;0.17401,0.55502,0.74833;0.1697,0.55022,0.74574;0.1654,0.5457,0.74344;0.16109,0.54127,0.74122;0.15679,0.53684,0.73901;0.15248,0.53241,0.73679;0.14817,0.52798,0.73458;0.14387,0.52355,0.73236;0.13956,0.51912,0.73015;0.13526,0.51469,0.72794;0.13095,0.51027,0.72572;0.12664,0.50584,0.72351;0.12234,0.50141,0.72129;0.11803,0.49698,0.71908;0.11373,0.49255,0.71686;0.10942,0.48812,0.71465;0.10511,0.48369,0.71243;0.10081,0.47926,0.71022;0.096501,0.47483,0.708;0.092195,0.4704,0.70579;0.087889,0.46597,0.70358;0.083583,0.46155,0.70136;0.079277,0.45712,0.69915;0.074971,0.45269,0.69693;0.070665,0.44826,0.69472;0.066359,0.44383,0.6925;0.062053,0.4394,0.69029;0.057747,0.43497,0.68807;0.053441,0.43054,0.68586;0.049135,0.42611,0.68364;0.044829,0.42168,0.68143;0.040523,0.41725,0.67922;0.036217,0.41283,0.677;0.031911,0.4084,0.67479;0.031373,0.40354,0.66988;0.031373,0.39862,0.66459;0.031373,0.39369,0.6593;0.031373,0.38877,0.65401;0.031373,0.38385,0.64872;0.031373,0.37893,0.64343;0.031373,0.37401,0.63814;0.031373,0.36909,0.63285;0.031373,0.36417,0.62756;0.031373,0.35925,0.62227;0.031373,0.35433,0.61698;0.031373,0.3494,0.61169;0.031373,0.34448,0.6064;0.031373,0.33956,0.60111;0.031373,0.33464,0.59582;0.031373,0.32972,0.59053;0.031373,0.3248,0.58524;0.031373,0.31988,0.57995;0.031373,0.31496,0.57466;0.031373,0.31003,0.56937;0.031373,0.30511,0.56408;0.031373,0.30019,0.55879;0.031373,0.29527,0.55349;0.031373,0.29035,0.5482;0.031373,0.28543,0.54291;0.031373,0.28051,0.53762;0.031373,0.27559,0.53233;0.031373,0.27067,0.52704;0.031373,0.26574,0.52175;0.031373,0.26082,0.51646;0.031373,0.2559,0.51117;0.031373,0.25098,0.50588];
case 'gnuplot'
map=[0,0,0;0.062622,6.0309e-08,0.024637;0.088561,4.8247e-07,0.04926;0.10847,1.6283e-06,0.073853;0.12524,3.8598e-06,0.0984;0.14003,7.5386e-06,0.12289;0.15339,1.3027e-05,0.1473;0.16568,2.0686e-05,0.17163;0.17712,3.0878e-05,0.19585;0.18787,4.3965e-05,0.21995;0.19803,6.0309e-05,0.24391;0.2077,8.0271e-05,0.26773;0.21693,0.00010421,0.29139;0.22579,0.0001325,0.31487;0.23431,0.00016549,0.33816;0.24254,0.00020354,0.36124;0.25049,0.00024702,0.38411;0.2582,0.0002963,0.40674;0.26568,0.00035172,0.42912;0.27296,0.00041366,0.45124;0.28006,0.00048247,0.47309;0.28697,0.00055852,0.49466;0.29373,0.00064217,0.51592;0.30033,0.00073378,0.53687;0.30679,0.00083371,0.55749;0.31311,0.00094232,0.57777;0.31931,0.00106,0.59771;0.3254,0.0011871,0.61728;0.33137,0.0013239,0.63647;0.33723,0.0014709,0.65528;0.343,0.0016283,0.6737;0.34867,0.0017967,0.6917;0.35425,0.0019762,0.70928;0.35974,0.0021673,0.72643;0.36515,0.0023704,0.74314;0.37048,0.0025857,0.7594;0.37573,0.0028138,0.7752;0.38092,0.0030548,0.79053;0.38603,0.0033093,0.80538;0.39108,0.0035774,0.81974;0.39606,0.0038598,0.8336;0.40098,0.0041565,0.84696;0.40584,0.0044681,0.8598;0.41064,0.004795,0.87212;0.41539,0.0051373,0.88391;0.42008,0.0054956,0.89516;0.42473,0.0058702,0.90587;0.42932,0.0062614,0.91603;0.43386,0.0066697,0.92564;0.43836,0.0070952,0.93468;0.44281,0.0075386,0.94315;0.44721,0.008,0.95106;0.45158,0.0084799,0.95838;0.4559,0.0089786,0.96512;0.46018,0.0094964,0.97128;0.46442,0.010034,0.97685;0.46862,0.010591,0.98182;0.47279,0.011169,0.9862;0.47692,0.011767,0.98998;0.48101,0.012386,0.99316;0.48507,0.013027,0.99573;0.4891,0.013689,0.99771;0.49309,0.014373,0.99907;0.49705,0.01508,0.99983;0.50098,0.01581,0.99998;0.50488,0.016562,0.99953;0.50875,0.017338,0.99846;0.51259,0.018139,0.9968;0.5164,0.018963,0.99452;0.52018,0.019812,0.99164;0.52394,0.020686,0.98817;0.52767,0.021585,0.98409;0.53137,0.02251,0.97941;0.53505,0.023461,0.97414;0.5387,0.024439,0.96828;0.54233,0.025443,0.96183;0.54593,0.026474,0.95479;0.54951,0.027533,0.94718;0.55307,0.02862,0.93899;0.5566,0.029735,0.93023;0.56011,0.030878,0.92091;0.5636,0.03205,0.91102;0.56707,0.033252,0.90059;0.57052,0.034484,0.8896;0.57394,0.035745,0.87808;0.57735,0.037037,0.86603;0.58074,0.03836,0.85344;0.5841,0.039713,0.84034;0.58745,0.041099,0.82673;0.59078,0.042516,0.81262;0.59409,0.043965,0.79802;0.59738,0.045447,0.78293;0.60065,0.046962,0.76736;0.60391,0.04851,0.75133;0.60715,0.050091,0.73484;0.61037,0.051707,0.71791;0.61357,0.053357,0.70054;0.61676,0.055042,0.68275;0.61993,0.056762,0.66454;0.62309,0.058517,0.64593;0.62622,0.060309,0.62692;0.62935,0.062136,0.60754;0.63246,0.064,0.58779;0.63555,0.065901,0.56767;0.63863,0.067839,0.54722;0.64169,0.069815,0.52643;0.64474,0.071829,0.50533;0.64777,0.073881,0.48391;0.65079,0.075972,0.4622;0.6538,0.078101,0.44022;0.65679,0.080271,0.41796;0.65977,0.08248,0.39545;0.66273,0.084729,0.3727;0.66569,0.087019,0.34973;0.66862,0.08935,0.32654;0.67155,0.091722,0.30315;0.67446,0.094135,0.27958;0.67737,0.096591,0.25584;0.68025,0.099089,0.23195;0.68313,0.10163,0.20791;0.68599,0.10421,0.18375;0.68885,0.10684,0.15948;0.69169,0.10951,0.13511;0.69452,0.11223,0.11065;0.69733,0.11499,0.086133;0.70014,0.11779,0.061561;0.70294,0.12064,0.036951;0.70572,0.12354,0.01232;0.70849,0.12648,0;0.71125,0.12946,0;0.71401,0.1325,0;0.71675,0.13558,0;0.71948,0.13871,0;0.7222,0.14188,0;0.72491,0.14511,0;0.72761,0.14838,0;0.7303,0.1517,0;0.73298,0.15507,0;0.73565,0.1585,0;0.73831,0.16197,0;0.74096,0.16549,0;0.7436,0.16906,0;0.74623,0.17268,0;0.74886,0.17635,0;0.75147,0.18008,0;0.75407,0.18386,0;0.75667,0.18769,0;0.75926,0.19157,0;0.76183,0.19551,0;0.7644,0.1995,0;0.76696,0.20354,0;0.76952,0.20764,0;0.77206,0.21179,0;0.7746,0.216,0;0.77712,0.22026,0;0.77964,0.22458,0;0.78215,0.22896,0;0.78466,0.23339,0;0.78715,0.23788,0;0.78964,0.24242,0;0.79212,0.24702,0;0.79459,0.25168,0;0.79705,0.2564,0;0.79951,0.26118,0;0.80196,0.26602,0;0.8044,0.27091,0;0.80683,0.27587,0;0.80926,0.28089,0;0.81168,0.28596,0;0.81409,0.2911,0;0.8165,0.2963,0;0.81889,0.30156,0;0.82129,0.30688,0;0.82367,0.31226,0;0.82605,0.31771,0;0.82842,0.32322,0;0.83078,0.32879,0;0.83314,0.33443,0;0.83549,0.34013,0;0.83783,0.34589,0;0.84017,0.35172,0;0.8425,0.35761,0;0.84482,0.36357,0;0.84714,0.3696,0;0.84945,0.37569,0;0.85176,0.38185,0;0.85406,0.38808,0;0.85635,0.39437,0;0.85864,0.40073,0;0.86092,0.40716,0;0.86319,0.41366,0;0.86546,0.42022,0;0.86772,0.42686,0;0.86998,0.43356,0;0.87223,0.44034,0;0.87447,0.44718,0;0.87671,0.4541,0;0.87895,0.46108,0;0.88118,0.46814,0;0.8834,0.47527,0;0.88561,0.48247,0;0.88783,0.48974,0;0.89003,0.49709,0;0.89223,0.50451,0;0.89443,0.512,0;0.89662,0.51957,0;0.8988,0.52721,0;0.90098,0.53492,0;0.90315,0.54271,0;0.90532,0.55058,0;0.90749,0.55852,0;0.90964,0.56654,0;0.9118,0.57463,0;0.91394,0.5828,0;0.91609,0.59105,0;0.91823,0.59937,0;0.92036,0.60777,0;0.92249,0.61625,0;0.92461,0.62481,0;0.92673,0.63345,0;0.92884,0.64217,0;0.93095,0.65096,0;0.93305,0.65984,0;0.93515,0.6688,0;0.93725,0.67783,0;0.93934,0.68695,0;0.94142,0.69615,0;0.9435,0.70544,0;0.94558,0.7148,0;0.94765,0.72425,0;0.94972,0.73378,0;0.95178,0.74339,0;0.95384,0.75308,0;0.95589,0.76286,0;0.95794,0.77273,0;0.95998,0.78268,0;0.96202,0.79271,0;0.96406,0.80283,0;0.96609,0.81304,0;0.96812,0.82333,0;0.97014,0.83371,0;0.97216,0.84417,0;0.97418,0.85472,0;0.97619,0.86536,0;0.97819,0.87609,0;0.9802,0.88691,0;0.98219,0.89781,0;0.98419,0.9088,0;0.98618,0.91989,0;0.98817,0.93106,0;0.99015,0.94232,0;0.99213,0.95368,0;0.9941,0.96512,0;0.99607,0.97665,0;0.99804,0.98828,0;1,1,0];
case 'gnuplot2'
map=[0,0,0;0,0,0.015686;0,0,0.031373;0,0,0.047059;0,0,0.062745;0,0,0.078431;0,0,0.094118;0,0,0.1098;0,0,0.12549;0,0,0.14118;0,0,0.15686;0,0,0.17255;0,0,0.18824;0,0,0.20392;0,0,0.21961;0,0,0.23529;0,0,0.25098;0,0,0.26667;0,0,0.28235;0,0,0.29804;0,0,0.31373;0,0,0.32941;0,0,0.3451;0,0,0.36078;0,0,0.37647;0,0,0.39216;0,0,0.40784;0,0,0.42353;0,0,0.43922;0,0,0.4549;0,0,0.47059;0,0,0.48627;0,0,0.50196;0,0,0.51765;0,0,0.53333;0,0,0.54902;0,0,0.56471;0,0,0.58039;0,0,0.59608;0,0,0.61176;0,0,0.62745;0,0,0.64314;0,0,0.65882;0,0,0.67451;0,0,0.6902;0,0,0.70588;0,0,0.72157;0,0,0.73725;0,0,0.75294;0,0,0.76863;0,0,0.78431;0,0,0.8;0,0,0.81569;0,0,0.83137;0,0,0.84706;0,0,0.86275;0,0,0.87843;0,0,0.89412;0,0,0.9098;0,0,0.92549;0,0,0.94118;0,0,0.95686;0,0,0.97255;0,0,0.98824;0.0030637,0,1;0.015319,0,1;0.027574,0,1;0.039828,0,1;0.052083,0,1;0.064338,0,1;0.076593,0,1;0.088848,0,1;0.1011,0,1;0.11336,0,1;0.12561,0,1;0.13787,0,1;0.15012,0,1;0.16238,0,1;0.17463,0,1;0.18689,0,1;0.19914,0,1;0.2114,0,1;0.22365,0,1;0.23591,0,1;0.24816,0,1;0.26042,0,1;0.27267,0,1;0.28493,0,1;0.29718,0,1;0.30944,0,1;0.32169,0,1;0.33395,0,1;0.3462,0,1;0.35846,0,1;0.37071,0,1;0.38297,0,1;0.39522,0,1;0.40748,0,1;0.41973,0,1;0.43199,0,1;0.44424,0,1;0.4565,0,1;0.46875,0,1;0.481,0,1;0.49326,0,1;0.50551,0,1;0.51777,0,1;0.53002,0,1;0.54228,0.0070588,0.99294;0.55453,0.014902,0.9851;0.56679,0.022745,0.97725;0.57904,0.030588,0.96941;0.5913,0.038431,0.96157;0.60355,0.046275,0.95373;0.61581,0.054118,0.94588;0.62806,0.061961,0.93804;0.64032,0.069804,0.9302;0.65257,0.077647,0.92235;0.66483,0.08549,0.91451;0.67708,0.093333,0.90667;0.68934,0.10118,0.89882;0.70159,0.10902,0.89098;0.71385,0.11686,0.88314;0.7261,0.12471,0.87529;0.73836,0.13255,0.86745;0.75061,0.14039,0.85961;0.76287,0.14824,0.85176;0.77512,0.15608,0.84392;0.78738,0.16392,0.83608;0.79963,0.17176,0.82824;0.81189,0.17961,0.82039;0.82414,0.18745,0.81255;0.8364,0.19529,0.80471;0.84865,0.20314,0.79686;0.86091,0.21098,0.78902;0.87316,0.21882,0.78118;0.88542,0.22667,0.77333;0.89767,0.23451,0.76549;0.90993,0.24235,0.75765;0.92218,0.2502,0.7498;0.93444,0.25804,0.74196;0.94669,0.26588,0.73412;0.95895,0.27373,0.72627;0.9712,0.28157,0.71843;0.98346,0.28941,0.71059;0.99571,0.29725,0.70275;1,0.3051,0.6949;1,0.31294,0.68706;1,0.32078,0.67922;1,0.32863,0.67137;1,0.33647,0.66353;1,0.34431,0.65569;1,0.35216,0.64784;1,0.36,0.64;1,0.36784,0.63216;1,0.37569,0.62431;1,0.38353,0.61647;1,0.39137,0.60863;1,0.39922,0.60078;1,0.40706,0.59294;1,0.4149,0.5851;1,0.42275,0.57725;1,0.43059,0.56941;1,0.43843,0.56157;1,0.44627,0.55373;1,0.45412,0.54588;1,0.46196,0.53804;1,0.4698,0.5302;1,0.47765,0.52235;1,0.48549,0.51451;1,0.49333,0.50667;1,0.50118,0.49882;1,0.50902,0.49098;1,0.51686,0.48314;1,0.52471,0.47529;1,0.53255,0.46745;1,0.54039,0.45961;1,0.54824,0.45176;1,0.55608,0.44392;1,0.56392,0.43608;1,0.57176,0.42824;1,0.57961,0.42039;1,0.58745,0.41255;1,0.59529,0.40471;1,0.60314,0.39686;1,0.61098,0.38902;1,0.61882,0.38118;1,0.62667,0.37333;1,0.63451,0.36549;1,0.64235,0.35765;1,0.6502,0.3498;1,0.65804,0.34196;1,0.66588,0.33412;1,0.67373,0.32627;1,0.68157,0.31843;1,0.68941,0.31059;1,0.69725,0.30275;1,0.7051,0.2949;1,0.71294,0.28706;1,0.72078,0.27922;1,0.72863,0.27137;1,0.73647,0.26353;1,0.74431,0.25569;1,0.75216,0.24784;1,0.76,0.24;1,0.76784,0.23216;1,0.77569,0.22431;1,0.78353,0.21647;1,0.79137,0.20863;1,0.79922,0.20078;1,0.80706,0.19294;1,0.8149,0.1851;1,0.82275,0.17725;1,0.83059,0.16941;1,0.83843,0.16157;1,0.84627,0.15373;1,0.85412,0.14588;1,0.86196,0.13804;1,0.8698,0.1302;1,0.87765,0.12235;1,0.88549,0.11451;1,0.89333,0.10667;1,0.90118,0.098824;1,0.90902,0.09098;1,0.91686,0.083137;1,0.92471,0.075294;1,0.93255,0.067451;1,0.94039,0.059608;1,0.94824,0.051765;1,0.95608,0.043922;1,0.96392,0.036078;1,0.97176,0.028235;1,0.97961,0.020392;1,0.98745,0.012549;1,0.99529,0.0047059;1,1,0.019608;1,1,0.068627;1,1,0.11765;1,1,0.16667;1,1,0.21569;1,1,0.26471;1,1,0.31373;1,1,0.36275;1,1,0.41176;1,1,0.46078;1,1,0.5098;1,1,0.55882;1,1,0.60784;1,1,0.65686;1,1,0.70588;1,1,0.7549;1,1,0.80392;1,1,0.85294;1,1,0.90196;1,1,0.95098;1,1,1];
case 'gray'
map=[0,0,0;0.0039216,0.0039216,0.0039216;0.0078431,0.0078431,0.0078431;0.011765,0.011765,0.011765;0.015686,0.015686,0.015686;0.019608,0.019608,0.019608;0.023529,0.023529,0.023529;0.027451,0.027451,0.027451;0.031373,0.031373,0.031373;0.035294,0.035294,0.035294;0.039216,0.039216,0.039216;0.043137,0.043137,0.043137;0.047059,0.047059,0.047059;0.05098,0.05098,0.05098;0.054902,0.054902,0.054902;0.058824,0.058824,0.058824;0.062745,0.062745,0.062745;0.066667,0.066667,0.066667;0.070588,0.070588,0.070588;0.07451,0.07451,0.07451;0.078431,0.078431,0.078431;0.082353,0.082353,0.082353;0.086275,0.086275,0.086275;0.090196,0.090196,0.090196;0.094118,0.094118,0.094118;0.098039,0.098039,0.098039;0.10196,0.10196,0.10196;0.10588,0.10588,0.10588;0.1098,0.1098,0.1098;0.11373,0.11373,0.11373;0.11765,0.11765,0.11765;0.12157,0.12157,0.12157;0.12549,0.12549,0.12549;0.12941,0.12941,0.12941;0.13333,0.13333,0.13333;0.13725,0.13725,0.13725;0.14118,0.14118,0.14118;0.1451,0.1451,0.1451;0.14902,0.14902,0.14902;0.15294,0.15294,0.15294;0.15686,0.15686,0.15686;0.16078,0.16078,0.16078;0.16471,0.16471,0.16471;0.16863,0.16863,0.16863;0.17255,0.17255,0.17255;0.17647,0.17647,0.17647;0.18039,0.18039,0.18039;0.18431,0.18431,0.18431;0.18824,0.18824,0.18824;0.19216,0.19216,0.19216;0.19608,0.19608,0.19608;0.2,0.2,0.2;0.20392,0.20392,0.20392;0.20784,0.20784,0.20784;0.21176,0.21176,0.21176;0.21569,0.21569,0.21569;0.21961,0.21961,0.21961;0.22353,0.22353,0.22353;0.22745,0.22745,0.22745;0.23137,0.23137,0.23137;0.23529,0.23529,0.23529;0.23922,0.23922,0.23922;0.24314,0.24314,0.24314;0.24706,0.24706,0.24706;0.25098,0.25098,0.25098;0.2549,0.2549,0.2549;0.25882,0.25882,0.25882;0.26275,0.26275,0.26275;0.26667,0.26667,0.26667;0.27059,0.27059,0.27059;0.27451,0.27451,0.27451;0.27843,0.27843,0.27843;0.28235,0.28235,0.28235;0.28627,0.28627,0.28627;0.2902,0.2902,0.2902;0.29412,0.29412,0.29412;0.29804,0.29804,0.29804;0.30196,0.30196,0.30196;0.30588,0.30588,0.30588;0.3098,0.3098,0.3098;0.31373,0.31373,0.31373;0.31765,0.31765,0.31765;0.32157,0.32157,0.32157;0.32549,0.32549,0.32549;0.32941,0.32941,0.32941;0.33333,0.33333,0.33333;0.33725,0.33725,0.33725;0.34118,0.34118,0.34118;0.3451,0.3451,0.3451;0.34902,0.34902,0.34902;0.35294,0.35294,0.35294;0.35686,0.35686,0.35686;0.36078,0.36078,0.36078;0.36471,0.36471,0.36471;0.36863,0.36863,0.36863;0.37255,0.37255,0.37255;0.37647,0.37647,0.37647;0.38039,0.38039,0.38039;0.38431,0.38431,0.38431;0.38824,0.38824,0.38824;0.39216,0.39216,0.39216;0.39608,0.39608,0.39608;0.4,0.4,0.4;0.40392,0.40392,0.40392;0.40784,0.40784,0.40784;0.41176,0.41176,0.41176;0.41569,0.41569,0.41569;0.41961,0.41961,0.41961;0.42353,0.42353,0.42353;0.42745,0.42745,0.42745;0.43137,0.43137,0.43137;0.43529,0.43529,0.43529;0.43922,0.43922,0.43922;0.44314,0.44314,0.44314;0.44706,0.44706,0.44706;0.45098,0.45098,0.45098;0.4549,0.4549,0.4549;0.45882,0.45882,0.45882;0.46275,0.46275,0.46275;0.46667,0.46667,0.46667;0.47059,0.47059,0.47059;0.47451,0.47451,0.47451;0.47843,0.47843,0.47843;0.48235,0.48235,0.48235;0.48627,0.48627,0.48627;0.4902,0.4902,0.4902;0.49412,0.49412,0.49412;0.49804,0.49804,0.49804;0.50196,0.50196,0.50196;0.50588,0.50588,0.50588;0.5098,0.5098,0.5098;0.51373,0.51373,0.51373;0.51765,0.51765,0.51765;0.52157,0.52157,0.52157;0.52549,0.52549,0.52549;0.52941,0.52941,0.52941;0.53333,0.53333,0.53333;0.53725,0.53725,0.53725;0.54118,0.54118,0.54118;0.5451,0.5451,0.5451;0.54902,0.54902,0.54902;0.55294,0.55294,0.55294;0.55686,0.55686,0.55686;0.56078,0.56078,0.56078;0.56471,0.56471,0.56471;0.56863,0.56863,0.56863;0.57255,0.57255,0.57255;0.57647,0.57647,0.57647;0.58039,0.58039,0.58039;0.58431,0.58431,0.58431;0.58824,0.58824,0.58824;0.59216,0.59216,0.59216;0.59608,0.59608,0.59608;0.6,0.6,0.6;0.60392,0.60392,0.60392;0.60784,0.60784,0.60784;0.61176,0.61176,0.61176;0.61569,0.61569,0.61569;0.61961,0.61961,0.61961;0.62353,0.62353,0.62353;0.62745,0.62745,0.62745;0.63137,0.63137,0.63137;0.63529,0.63529,0.63529;0.63922,0.63922,0.63922;0.64314,0.64314,0.64314;0.64706,0.64706,0.64706;0.65098,0.65098,0.65098;0.6549,0.6549,0.6549;0.65882,0.65882,0.65882;0.66275,0.66275,0.66275;0.66667,0.66667,0.66667;0.67059,0.67059,0.67059;0.67451,0.67451,0.67451;0.67843,0.67843,0.67843;0.68235,0.68235,0.68235;0.68627,0.68627,0.68627;0.6902,0.6902,0.6902;0.69412,0.69412,0.69412;0.69804,0.69804,0.69804;0.70196,0.70196,0.70196;0.70588,0.70588,0.70588;0.7098,0.7098,0.7098;0.71373,0.71373,0.71373;0.71765,0.71765,0.71765;0.72157,0.72157,0.72157;0.72549,0.72549,0.72549;0.72941,0.72941,0.72941;0.73333,0.73333,0.73333;0.73725,0.73725,0.73725;0.74118,0.74118,0.74118;0.7451,0.7451,0.7451;0.74902,0.74902,0.74902;0.75294,0.75294,0.75294;0.75686,0.75686,0.75686;0.76078,0.76078,0.76078;0.76471,0.76471,0.76471;0.76863,0.76863,0.76863;0.77255,0.77255,0.77255;0.77647,0.77647,0.77647;0.78039,0.78039,0.78039;0.78431,0.78431,0.78431;0.78824,0.78824,0.78824;0.79216,0.79216,0.79216;0.79608,0.79608,0.79608;0.8,0.8,0.8;0.80392,0.80392,0.80392;0.80784,0.80784,0.80784;0.81176,0.81176,0.81176;0.81569,0.81569,0.81569;0.81961,0.81961,0.81961;0.82353,0.82353,0.82353;0.82745,0.82745,0.82745;0.83137,0.83137,0.83137;0.83529,0.83529,0.83529;0.83922,0.83922,0.83922;0.84314,0.84314,0.84314;0.84706,0.84706,0.84706;0.85098,0.85098,0.85098;0.8549,0.8549,0.8549;0.85882,0.85882,0.85882;0.86275,0.86275,0.86275;0.86667,0.86667,0.86667;0.87059,0.87059,0.87059;0.87451,0.87451,0.87451;0.87843,0.87843,0.87843;0.88235,0.88235,0.88235;0.88627,0.88627,0.88627;0.8902,0.8902,0.8902;0.89412,0.89412,0.89412;0.89804,0.89804,0.89804;0.90196,0.90196,0.90196;0.90588,0.90588,0.90588;0.9098,0.9098,0.9098;0.91373,0.91373,0.91373;0.91765,0.91765,0.91765;0.92157,0.92157,0.92157;0.92549,0.92549,0.92549;0.92941,0.92941,0.92941;0.93333,0.93333,0.93333;0.93725,0.93725,0.93725;0.94118,0.94118,0.94118;0.9451,0.9451,0.9451;0.94902,0.94902,0.94902;0.95294,0.95294,0.95294;0.95686,0.95686,0.95686;0.96078,0.96078,0.96078;0.96471,0.96471,0.96471;0.96863,0.96863,0.96863;0.97255,0.97255,0.97255;0.97647,0.97647,0.97647;0.98039,0.98039,0.98039;0.98431,0.98431,0.98431;0.98824,0.98824,0.98824;0.99216,0.99216,0.99216;0.99608,0.99608,0.99608;1,1,1];
case 'Greens'
map=[0.96863,0.98824,0.96078;0.96641,0.98737,0.9582;0.9642,0.98651,0.95562;0.96198,0.98565,0.95303;0.95977,0.98479,0.95045;0.95755,0.98393,0.94787;0.95534,0.98307,0.94528;0.95313,0.98221,0.9427;0.95091,0.98135,0.94012;0.9487,0.98048,0.93753;0.94648,0.97962,0.93495;0.94427,0.97876,0.93236;0.94205,0.9779,0.92978;0.93984,0.97704,0.9272;0.93762,0.97618,0.92461;0.93541,0.97532,0.92203;0.93319,0.97446,0.91945;0.93098,0.97359,0.91686;0.92877,0.97273,0.91428;0.92655,0.97187,0.9117;0.92434,0.97101,0.90911;0.92212,0.97015,0.90653;0.91991,0.96929,0.90394;0.91769,0.96843,0.90136;0.91548,0.96757,0.89878;0.91326,0.96671,0.89619;0.91105,0.96584,0.89361;0.90884,0.96498,0.89103;0.90662,0.96412,0.88844;0.90441,0.96326,0.88586;0.90219,0.9624,0.88328;0.89998,0.96154,0.88069;0.89758,0.9606,0.87794;0.89389,0.95912,0.874;0.8902,0.95765,0.87007;0.88651,0.95617,0.86613;0.88281,0.95469,0.86219;0.87912,0.95322,0.85825;0.87543,0.95174,0.85432;0.87174,0.95027,0.85038;0.86805,0.94879,0.84644;0.86436,0.94731,0.84251;0.86067,0.94584,0.83857;0.85698,0.94436,0.83463;0.85329,0.94288,0.8307;0.8496,0.94141,0.82676;0.84591,0.93993,0.82282;0.84221,0.93845,0.81889;0.83852,0.93698,0.81495;0.83483,0.9355,0.81101;0.83114,0.93403,0.80707;0.82745,0.93255,0.80314;0.82376,0.93107,0.7992;0.82007,0.9296,0.79526;0.81638,0.92812,0.79133;0.81269,0.92664,0.78739;0.809,0.92517,0.78345;0.80531,0.92369,0.77952;0.80161,0.92221,0.77558;0.79792,0.92074,0.77164;0.79423,0.91926,0.7677;0.79054,0.91779,0.76377;0.78685,0.91631,0.75983;0.78316,0.91483,0.75589;0.77922,0.91323,0.7518;0.77455,0.91126,0.74725;0.76987,0.9093,0.7427;0.7652,0.90733,0.73815;0.76052,0.90536,0.73359;0.75585,0.90339,0.72904;0.75117,0.90142,0.72449;0.7465,0.89945,0.71994;0.74182,0.89749,0.71539;0.73715,0.89552,0.71083;0.73247,0.89355,0.70628;0.7278,0.89158,0.70173;0.72312,0.88961,0.69718;0.71845,0.88764,0.69263;0.71377,0.88567,0.68807;0.7091,0.88371,0.68352;0.70442,0.88174,0.67897;0.69975,0.87977,0.67442;0.69507,0.8778,0.66987;0.6904,0.87583,0.66531;0.68572,0.87386,0.66076;0.68105,0.8719,0.65621;0.67637,0.86993,0.65166;0.6717,0.86796,0.6471;0.66702,0.86599,0.64255;0.66235,0.86402,0.638;0.65767,0.86205,0.63345;0.653,0.86008,0.6289;0.64832,0.85812,0.62434;0.64364,0.85615,0.61979;0.63897,0.85418,0.61524;0.63429,0.85221,0.61069;0.6293,0.85001,0.60614;0.62376,0.84743,0.60158;0.61822,0.84484,0.59703;0.61269,0.84226,0.59248;0.60715,0.83968,0.58793;0.60161,0.83709,0.58338;0.59608,0.83451,0.57882;0.59054,0.83193,0.57427;0.58501,0.82934,0.56972;0.57947,0.82676,0.56517;0.57393,0.82418,0.56062;0.5684,0.82159,0.55606;0.56286,0.81901,0.55151;0.55732,0.81642,0.54696;0.55179,0.81384,0.54241;0.54625,0.81126,0.53785;0.54072,0.80867,0.5333;0.53518,0.80609,0.52875;0.52964,0.80351,0.5242;0.52411,0.80092,0.51965;0.51857,0.79834,0.51509;0.51303,0.79576,0.51054;0.5075,0.79317,0.50599;0.50196,0.79059,0.50144;0.49642,0.788,0.49689;0.49089,0.78542,0.49233;0.48535,0.78284,0.48778;0.47982,0.78025,0.48323;0.47428,0.77767,0.47868;0.46874,0.77509,0.47413;0.46321,0.7725,0.46957;0.45767,0.76992,0.46502;0.45176,0.76709,0.46121;0.44549,0.76401,0.45813;0.43922,0.76094,0.45506;0.43294,0.75786,0.45198;0.42667,0.75479,0.4489;0.42039,0.75171,0.44583;0.41412,0.74864,0.44275;0.40784,0.74556,0.43968;0.40157,0.74248,0.4366;0.39529,0.73941,0.43353;0.38902,0.73633,0.43045;0.38275,0.73326,0.42737;0.37647,0.73018,0.4243;0.3702,0.7271,0.42122;0.36392,0.72403,0.41815;0.35765,0.72095,0.41507;0.35137,0.71788,0.412;0.3451,0.7148,0.40892;0.33882,0.71173,0.40584;0.33255,0.70865,0.40277;0.32627,0.70557,0.39969;0.32,0.7025,0.39662;0.31373,0.69942,0.39354;0.30745,0.69635,0.39047;0.30118,0.69327,0.38739;0.2949,0.6902,0.38431;0.28863,0.68712,0.38124;0.28235,0.68404,0.37816;0.27608,0.68097,0.37509;0.2698,0.67789,0.37201;0.26353,0.67482,0.36894;0.25725,0.67174,0.36586;0.2526,0.66813,0.36286;0.2489,0.66419,0.35991;0.24521,0.66025,0.35696;0.24152,0.65632,0.354;0.23783,0.65238,0.35105;0.23414,0.64844,0.3481;0.23045,0.64451,0.34514;0.22676,0.64057,0.34219;0.22307,0.63663,0.33924;0.21938,0.6327,0.33629;0.21569,0.62876,0.33333;0.212,0.62482,0.33038;0.2083,0.62088,0.32743;0.20461,0.61695,0.32448;0.20092,0.61301,0.32152;0.19723,0.60907,0.31857;0.19354,0.60514,0.31562;0.18985,0.6012,0.31266;0.18616,0.59726,0.30971;0.18247,0.59333,0.30676;0.17878,0.58939,0.30381;0.17509,0.58545,0.30085;0.1714,0.58151,0.2979;0.1677,0.57758,0.29495;0.16401,0.57364,0.292;0.16032,0.5697,0.28904;0.15663,0.56577,0.28609;0.15294,0.56183,0.28314;0.14925,0.55789,0.28018;0.14556,0.55396,0.27723;0.14187,0.55002,0.27428;0.13818,0.54608,0.27133;0.13403,0.54233,0.26828;0.12972,0.53864,0.26521;0.12541,0.53495,0.26213;0.12111,0.53126,0.25905;0.1168,0.52757,0.25598;0.1125,0.52388,0.2529;0.10819,0.52018,0.24983;0.10388,0.51649,0.24675;0.099577,0.5128,0.24368;0.095271,0.50911,0.2406;0.090965,0.50542,0.23752;0.086659,0.50173,0.23445;0.082353,0.49804,0.23137;0.078047,0.49435,0.2283;0.073741,0.49066,0.22522;0.069435,0.48697,0.22215;0.065129,0.48328,0.21907;0.060823,0.47958,0.21599;0.056517,0.47589,0.21292;0.052211,0.4722,0.20984;0.047905,0.46851,0.20677;0.043599,0.46482,0.20369;0.039293,0.46113,0.20062;0.034987,0.45744,0.19754;0.030681,0.45375,0.19446;0.026374,0.45006,0.19139;0.022068,0.44637,0.18831;0.017762,0.44268,0.18524;0.013456,0.43899,0.18216;0.0091503,0.43529,0.17908;0.0048443,0.4316,0.17601;0.00053825,0.42791,0.17293;0,0.42304,0.17072;0,0.41799,0.16863;0,0.41295,0.16654;0,0.4079,0.16444;0,0.40286,0.16235;0,0.39782,0.16026;0,0.39277,0.15817;0,0.38773,0.15608;0,0.38268,0.15399;0,0.37764,0.1519;0,0.3726,0.1498;0,0.36755,0.14771;0,0.36251,0.14562;0,0.35746,0.14353;0,0.35242,0.14144;0,0.34737,0.13935;0,0.34233,0.13725;0,0.33729,0.13516;0,0.33224,0.13307;0,0.3272,0.13098;0,0.32215,0.12889;0,0.31711,0.1268;0,0.31206,0.12471;0,0.30702,0.12261;0,0.30198,0.12052;0,0.29693,0.11843;0,0.29189,0.11634;0,0.28684,0.11425;0,0.2818,0.11216;0,0.27676,0.11007;0,0.27171,0.10797;0,0.26667,0.10588];
case 'Greys'
map=[1,1,1;0.99815,0.99815,0.99815;0.99631,0.99631,0.99631;0.99446,0.99446,0.99446;0.99262,0.99262,0.99262;0.99077,0.99077,0.99077;0.98893,0.98893,0.98893;0.98708,0.98708,0.98708;0.98524,0.98524,0.98524;0.98339,0.98339,0.98339;0.98155,0.98155,0.98155;0.9797,0.9797,0.9797;0.97785,0.97785,0.97785;0.97601,0.97601,0.97601;0.97416,0.97416,0.97416;0.97232,0.97232,0.97232;0.97047,0.97047,0.97047;0.96863,0.96863,0.96863;0.96678,0.96678,0.96678;0.96494,0.96494,0.96494;0.96309,0.96309,0.96309;0.96125,0.96125,0.96125;0.9594,0.9594,0.9594;0.95755,0.95755,0.95755;0.95571,0.95571,0.95571;0.95386,0.95386,0.95386;0.95202,0.95202,0.95202;0.95017,0.95017,0.95017;0.94833,0.94833,0.94833;0.94648,0.94648,0.94648;0.94464,0.94464,0.94464;0.94279,0.94279,0.94279;0.94082,0.94082,0.94082;0.93799,0.93799,0.93799;0.93516,0.93516,0.93516;0.93233,0.93233,0.93233;0.9295,0.9295,0.9295;0.92667,0.92667,0.92667;0.92384,0.92384,0.92384;0.92101,0.92101,0.92101;0.91819,0.91819,0.91819;0.91536,0.91536,0.91536;0.91253,0.91253,0.91253;0.9097,0.9097,0.9097;0.90687,0.90687,0.90687;0.90404,0.90404,0.90404;0.90121,0.90121,0.90121;0.89838,0.89838,0.89838;0.89555,0.89555,0.89555;0.89272,0.89272,0.89272;0.88989,0.88989,0.88989;0.88706,0.88706,0.88706;0.88423,0.88423,0.88423;0.8814,0.8814,0.8814;0.87857,0.87857,0.87857;0.87574,0.87574,0.87574;0.87291,0.87291,0.87291;0.87008,0.87008,0.87008;0.86725,0.86725,0.86725;0.86442,0.86442,0.86442;0.86159,0.86159,0.86159;0.85876,0.85876,0.85876;0.85593,0.85593,0.85593;0.8531,0.8531,0.8531;0.85012,0.85012,0.85012;0.84667,0.84667,0.84667;0.84323,0.84323,0.84323;0.83978,0.83978,0.83978;0.83634,0.83634,0.83634;0.8329,0.8329,0.8329;0.82945,0.82945,0.82945;0.82601,0.82601,0.82601;0.82256,0.82256,0.82256;0.81912,0.81912,0.81912;0.81567,0.81567,0.81567;0.81223,0.81223,0.81223;0.80878,0.80878,0.80878;0.80534,0.80534,0.80534;0.80189,0.80189,0.80189;0.79845,0.79845,0.79845;0.795,0.795,0.795;0.79156,0.79156,0.79156;0.78811,0.78811,0.78811;0.78467,0.78467,0.78467;0.78122,0.78122,0.78122;0.77778,0.77778,0.77778;0.77433,0.77433,0.77433;0.77089,0.77089,0.77089;0.76744,0.76744,0.76744;0.764,0.764,0.764;0.76055,0.76055,0.76055;0.75711,0.75711,0.75711;0.75366,0.75366,0.75366;0.75022,0.75022,0.75022;0.74677,0.74677,0.74677;0.74333,0.74333,0.74333;0.73938,0.73938,0.73938;0.73458,0.73458,0.73458;0.72978,0.72978,0.72978;0.72498,0.72498,0.72498;0.72018,0.72018,0.72018;0.71539,0.71539,0.71539;0.71059,0.71059,0.71059;0.70579,0.70579,0.70579;0.70099,0.70099,0.70099;0.69619,0.69619,0.69619;0.6914,0.6914,0.6914;0.6866,0.6866,0.6866;0.6818,0.6818,0.6818;0.677,0.677,0.677;0.6722,0.6722,0.6722;0.6674,0.6674,0.6674;0.66261,0.66261,0.66261;0.65781,0.65781,0.65781;0.65301,0.65301,0.65301;0.64821,0.64821,0.64821;0.64341,0.64341,0.64341;0.63862,0.63862,0.63862;0.63382,0.63382,0.63382;0.62902,0.62902,0.62902;0.62422,0.62422,0.62422;0.61942,0.61942,0.61942;0.61463,0.61463,0.61463;0.60983,0.60983,0.60983;0.60503,0.60503,0.60503;0.60023,0.60023,0.60023;0.59543,0.59543,0.59543;0.59063,0.59063,0.59063;0.58608,0.58608,0.58608;0.58178,0.58178,0.58178;0.57747,0.57747,0.57747;0.57316,0.57316,0.57316;0.56886,0.56886,0.56886;0.56455,0.56455,0.56455;0.56025,0.56025,0.56025;0.55594,0.55594,0.55594;0.55163,0.55163,0.55163;0.54733,0.54733,0.54733;0.54302,0.54302,0.54302;0.53872,0.53872,0.53872;0.53441,0.53441,0.53441;0.5301,0.5301,0.5301;0.5258,0.5258,0.5258;0.52149,0.52149,0.52149;0.51719,0.51719,0.51719;0.51288,0.51288,0.51288;0.50857,0.50857,0.50857;0.50427,0.50427,0.50427;0.49996,0.49996,0.49996;0.49566,0.49566,0.49566;0.49135,0.49135,0.49135;0.48704,0.48704,0.48704;0.48274,0.48274,0.48274;0.47843,0.47843,0.47843;0.47413,0.47413,0.47413;0.46982,0.46982,0.46982;0.46551,0.46551,0.46551;0.46121,0.46121,0.46121;0.4569,0.4569,0.4569;0.4526,0.4526,0.4526;0.44844,0.44844,0.44844;0.44438,0.44438,0.44438;0.44032,0.44032,0.44032;0.43626,0.43626,0.43626;0.4322,0.4322,0.4322;0.42814,0.42814,0.42814;0.42408,0.42408,0.42408;0.42002,0.42002,0.42002;0.41596,0.41596,0.41596;0.4119,0.4119,0.4119;0.40784,0.40784,0.40784;0.40378,0.40378,0.40378;0.39972,0.39972,0.39972;0.39566,0.39566,0.39566;0.3916,0.3916,0.3916;0.38754,0.38754,0.38754;0.38348,0.38348,0.38348;0.37942,0.37942,0.37942;0.37536,0.37536,0.37536;0.3713,0.3713,0.3713;0.36724,0.36724,0.36724;0.36318,0.36318,0.36318;0.35912,0.35912,0.35912;0.35506,0.35506,0.35506;0.351,0.351,0.351;0.34694,0.34694,0.34694;0.34288,0.34288,0.34288;0.33882,0.33882,0.33882;0.33476,0.33476,0.33476;0.3307,0.3307,0.3307;0.32664,0.32664,0.32664;0.32258,0.32258,0.32258;0.31742,0.31742,0.31742;0.31188,0.31188,0.31188;0.30634,0.30634,0.30634;0.30081,0.30081,0.30081;0.29527,0.29527,0.29527;0.28973,0.28973,0.28973;0.2842,0.2842,0.2842;0.27866,0.27866,0.27866;0.27313,0.27313,0.27313;0.26759,0.26759,0.26759;0.26205,0.26205,0.26205;0.25652,0.25652,0.25652;0.25098,0.25098,0.25098;0.24544,0.24544,0.24544;0.23991,0.23991,0.23991;0.23437,0.23437,0.23437;0.22884,0.22884,0.22884;0.2233,0.2233,0.2233;0.21776,0.21776,0.21776;0.21223,0.21223,0.21223;0.20669,0.20669,0.20669;0.20115,0.20115,0.20115;0.19562,0.19562,0.19562;0.19008,0.19008,0.19008;0.18454,0.18454,0.18454;0.17901,0.17901,0.17901;0.17347,0.17347,0.17347;0.16794,0.16794,0.16794;0.1624,0.1624,0.1624;0.15686,0.15686,0.15686;0.15133,0.15133,0.15133;0.14579,0.14579,0.14579;0.14111,0.14111,0.14111;0.13656,0.13656,0.13656;0.13201,0.13201,0.13201;0.12746,0.12746,0.12746;0.12291,0.12291,0.12291;0.11835,0.11835,0.11835;0.1138,0.1138,0.1138;0.10925,0.10925,0.10925;0.1047,0.1047,0.1047;0.10015,0.10015,0.10015;0.095594,0.095594,0.095594;0.091042,0.091042,0.091042;0.08649,0.08649,0.08649;0.081938,0.081938,0.081938;0.077386,0.077386,0.077386;0.072834,0.072834,0.072834;0.068281,0.068281,0.068281;0.063729,0.063729,0.063729;0.059177,0.059177,0.059177;0.054625,0.054625,0.054625;0.050073,0.050073,0.050073;0.045521,0.045521,0.045521;0.040969,0.040969,0.040969;0.036417,0.036417,0.036417;0.031865,0.031865,0.031865;0.027313,0.027313,0.027313;0.02276,0.02276,0.02276;0.018208,0.018208,0.018208;0.013656,0.013656,0.013656;0.0091042,0.0091042,0.0091042;0.0045521,0.0045521,0.0045521;0,0,0];
case 'hot'
map=[0.0416,0,0;0.051895,0,0;0.06219,0,0;0.072485,0,0;0.082779,0,0;0.093074,0,0;0.10337,0,0;0.11366,0,0;0.12396,0,0;0.13425,0,0;0.14455,0,0;0.15484,0,0;0.16514,0,0;0.17543,0,0;0.18573,0,0;0.19602,0,0;0.20632,0,0;0.21661,0,0;0.22691,0,0;0.2372,0,0;0.2475,0,0;0.25779,0,0;0.26809,0,0;0.27838,0,0;0.28868,0,0;0.29897,0,0;0.30927,0,0;0.31956,0,0;0.32986,0,0;0.34015,0,0;0.35045,0,0;0.36074,0,0;0.37104,0,0;0.38133,0,0;0.39162,0,0;0.40192,0,0;0.41221,0,0;0.42251,0,0;0.4328,0,0;0.4431,0,0;0.45339,0,0;0.46369,0,0;0.47398,0,0;0.48428,0,0;0.49457,0,0;0.50487,0,0;0.51516,0,0;0.52546,0,0;0.53575,0,0;0.54605,0,0;0.55634,0,0;0.56664,0,0;0.57693,0,0;0.58723,0,0;0.59752,0,0;0.60782,0,0;0.61811,0,0;0.62841,0,0;0.6387,0,0;0.649,0,0;0.65929,0,0;0.66959,0,0;0.67988,0,0;0.69018,0,0;0.70047,0,0;0.71076,0,0;0.72106,0,0;0.73135,0,0;0.74165,0,0;0.75194,0,0;0.76224,0,0;0.77253,0,0;0.78283,0,0;0.79312,0,0;0.80342,0,0;0.81371,0,0;0.82401,0,0;0.8343,0,0;0.8446,0,0;0.85489,0,0;0.86519,0,0;0.87548,0,0;0.88578,0,0;0.89607,0,0;0.90637,0,0;0.91666,0,0;0.92696,0,0;0.93725,0,0;0.94755,0,0;0.95784,0,0;0.96814,0,0;0.97843,0,0;0.98873,0,0;0.99902,0,0;1,0.0093147,0;1,0.019609,0;1,0.029903,0;1,0.040197,0;1,0.050491,0;1,0.060785,0;1,0.071079,0;1,0.081373,0;1,0.091667,0;1,0.10196,0;1,0.11226,0;1,0.12255,0;1,0.13284,0;1,0.14314,0;1,0.15343,0;1,0.16373,0;1,0.17402,0;1,0.18431,0;1,0.19461,0;1,0.2049,0;1,0.2152,0;1,0.22549,0;1,0.23578,0;1,0.24608,0;1,0.25637,0;1,0.26667,0;1,0.27696,0;1,0.28726,0;1,0.29755,0;1,0.30784,0;1,0.31814,0;1,0.32843,0;1,0.33873,0;1,0.34902,0;1,0.35931,0;1,0.36961,0;1,0.3799,0;1,0.3902,0;1,0.40049,0;1,0.41078,0;1,0.42108,0;1,0.43137,0;1,0.44167,0;1,0.45196,0;1,0.46226,0;1,0.47255,0;1,0.48284,0;1,0.49314,0;1,0.50343,0;1,0.51373,0;1,0.52402,0;1,0.53431,0;1,0.54461,0;1,0.5549,0;1,0.5652,0;1,0.57549,0;1,0.58578,0;1,0.59608,0;1,0.60637,0;1,0.61667,0;1,0.62696,0;1,0.63725,0;1,0.64755,0;1,0.65784,0;1,0.66814,0;1,0.67843,0;1,0.68873,0;1,0.69902,0;1,0.70931,0;1,0.71961,0;1,0.7299,0;1,0.7402,0;1,0.75049,0;1,0.76078,0;1,0.77108,0;1,0.78137,0;1,0.79167,0;1,0.80196,0;1,0.81225,0;1,0.82255,0;1,0.83284,0;1,0.84314,0;1,0.85343,0;1,0.86373,0;1,0.87402,0;1,0.88431,0;1,0.89461,0;1,0.9049,0;1,0.9152,0;1,0.92549,0;1,0.93578,0;1,0.94608,0;1,0.95637,0;1,0.96667,0;1,0.97696,0;1,0.98725,0;1,0.99755,0;1,1,0.011764;1,1,0.027205;1,1,0.042646;1,1,0.058087;1,1,0.073528;1,1,0.08897;1,1,0.10441;1,1,0.11985;1,1,0.13529;1,1,0.15073;1,1,0.16618;1,1,0.18162;1,1,0.19706;1,1,0.2125;1,1,0.22794;1,1,0.24338;1,1,0.25882;1,1,0.27426;1,1,0.28971;1,1,0.30515;1,1,0.32059;1,1,0.33603;1,1,0.35147;1,1,0.36691;1,1,0.38235;1,1,0.39779;1,1,0.41323;1,1,0.42868;1,1,0.44412;1,1,0.45956;1,1,0.475;1,1,0.49044;1,1,0.50588;1,1,0.52132;1,1,0.53676;1,1,0.55221;1,1,0.56765;1,1,0.58309;1,1,0.59853;1,1,0.61397;1,1,0.62941;1,1,0.64485;1,1,0.66029;1,1,0.67573;1,1,0.69118;1,1,0.70662;1,1,0.72206;1,1,0.7375;1,1,0.75294;1,1,0.76838;1,1,0.78382;1,1,0.79926;1,1,0.81471;1,1,0.83015;1,1,0.84559;1,1,0.86103;1,1,0.87647;1,1,0.89191;1,1,0.90735;1,1,0.92279;1,1,0.93824;1,1,0.95368;1,1,0.96912;1,1,0.98456;1,1,1];
case 'hsv'
map=[1,0,0;1,0.023162,0;1,0.046324,0;1,0.069485,0;1,0.092647,0;1,0.11581,0;1,0.13897,0;1,0.16213,0;1,0.18529,0;1,0.20846,0;1,0.23162,0;1,0.25478,0;1,0.27794,0;1,0.3011,0;1,0.32427,0;1,0.34743,0;1,0.37059,0;1,0.39375,0;1,0.41691,0;1,0.44007,0;1,0.46324,0;1,0.4864,0;1,0.50956,0;1,0.53272,0;1,0.55588,0;1,0.57904,0;1,0.60221,0;1,0.62537,0;1,0.64853,0;1,0.67169,0;1,0.69485,0;1,0.71802,0;1,0.74118,0;1,0.76434,0;1,0.7875,0;1,0.81066,0;1,0.83382,0;1,0.85699,0;1,0.88015,0;1,0.90331,0;1,0.92647,0;0.99596,0.94559,0;0.98823,0.96103,0;0.98051,0.97647,0;0.97279,0.99191,0;0.95772,1,0;0.93456,1,0;0.9114,1,0;0.88823,1,0;0.86507,1,0;0.84191,1,0;0.81875,1,0;0.79559,1,0;0.77243,1,0;0.74926,1,0;0.7261,1,0;0.70294,1,0;0.67978,1,0;0.65662,1,0;0.63345,1,0;0.61029,1,0;0.58713,1,0;0.56397,1,0;0.54081,1,0;0.51765,1,0;0.49448,1,0;0.47132,1,0;0.44816,1,0;0.425,1,0;0.40184,1,0;0.37867,1,0;0.35551,1,0;0.33235,1,0;0.30919,1,0;0.28603,1,0;0.26287,1,0;0.2397,1,0;0.21654,1,0;0.19338,1,0;0.17022,1,0;0.14706,1,0;0.1239,1,0;0.10073,1,0;0.077572,1,0;0.05441,1,0;0.031249,1,1.3125e-06;0.023529,1,0.015443;0.015808,1,0.030884;0.0080876,1,0.046325;0.00036696,1,0.061766;0,1,0.084561;0,1,0.10772;0,1,0.13088;0,1,0.15405;0,1,0.17721;0,1,0.20037;0,1,0.22353;0,1,0.24669;0,1,0.26985;0,1,0.29302;0,1,0.31618;0,1,0.33934;0,1,0.3625;0,1,0.38566;0,1,0.40882;0,1,0.43199;0,1,0.45515;0,1,0.47831;0,1,0.50147;0,1,0.52463;0,1,0.54779;0,1,0.57096;0,1,0.59412;0,1,0.61728;0,1,0.64044;0,1,0.6636;0,1,0.68676;0,1,0.70993;0,1,0.73309;0,1,0.75625;0,1,0.77941;0,1,0.80257;0,1,0.82573;0,1,0.84889;0,1,0.87206;0,1,0.89522;0,1,0.91838;0,1,0.94154;0,1,0.9647;0,1,0.98786;0,0.98897,1;0,0.96581,1;0,0.94265,1;0,0.91949,1;0,0.89633,1;0,0.87316,1;0,0.85,1;0,0.82684,1;0,0.80368,1;0,0.78052,1;0,0.75736,1;0,0.73419,1;0,0.71103,1;0,0.68787,1;0,0.66471,1;0,0.64155,1;0,0.61838,1;0,0.59522,1;0,0.57206,1;0,0.5489,1;0,0.52574,1;0,0.50258,1;0,0.47941,1;0,0.45625,1;0,0.43309,1;0,0.40993,1;0,0.38677,1;0,0.36361,1;0,0.34044,1;0,0.31728,1;0,0.29412,1;0,0.27096,1;0,0.2478,1;0,0.22463,1;0,0.20147,1;0,0.17831,1;0,0.15515,1;0,0.13199,1;0,0.10883,1;0,0.085664,1;0,0.062502,1;0.0077199,0.04706,1;0.015441,0.031619,1;0.023161,0.016178,1;0.030882,0.00073654,1;0.053307,0,1;0.076469,0,1;0.099631,0,1;0.12279,0,1;0.14595,0,1;0.16912,0,1;0.19228,0,1;0.21544,0,1;0.2386,0,1;0.26176,0,1;0.28492,0,1;0.30809,0,1;0.33125,0,1;0.35441,0,1;0.37757,0,1;0.40073,0,1;0.4239,0,1;0.44706,0,1;0.47022,0,1;0.49338,0,1;0.51654,0,1;0.5397,0,1;0.56287,0,1;0.58603,0,1;0.60919,0,1;0.63235,0,1;0.65551,0,1;0.67868,0,1;0.70184,0,1;0.725,0,1;0.74816,0,1;0.77132,0,1;0.79448,0,1;0.81765,0,1;0.84081,0,1;0.86397,0,1;0.88713,0,1;0.91029,0,1;0.93345,0,1;0.95662,0,1;0.97243,0,0.99265;0.98015,0,0.97721;0.98787,0,0.96177;0.99559,0,0.94632;1,0,0.92757;1,0,0.90441;1,0,0.88125;1,0,0.85809;1,0,0.83493;1,0,0.81177;1,0,0.7886;1,0,0.76544;1,0,0.74228;1,0,0.71912;1,0,0.69596;1,0,0.67279;1,0,0.64963;1,0,0.62647;1,0,0.60331;1,0,0.58015;1,0,0.55699;1,0,0.53382;1,0,0.51066;1,0,0.4875;1,0,0.46434;1,0,0.44118;1,0,0.41802;1,0,0.39485;1,0,0.37169;1,0,0.34853;1,0,0.32537;1,0,0.30221;1,0,0.27904;1,0,0.25588;1,0,0.23272;1,0,0.20956;1,0,0.1864;1,0,0.16324;1,0,0.14007;1,0,0.11691;1,0,0.09375];
case 'inferno'
map=[0.001462,0.000466,0.013866;0.002267,0.00127,0.01857;0.003299,0.002249,0.024239;0.004547,0.003392,0.030909;0.006006,0.004692,0.038558;0.007676,0.006136,0.046836;0.009561,0.007713,0.055143;0.011663,0.009417,0.06346;0.013995,0.011225,0.071862;0.016561,0.013136,0.080282;0.019373,0.015133,0.088767;0.022447,0.017199,0.097327;0.025793,0.019331,0.10593;0.029432,0.021503,0.11462;0.033385,0.023702,0.1234;0.037668,0.025921,0.13223;0.042253,0.028139,0.14114;0.046915,0.030324,0.15016;0.051644,0.032474,0.15925;0.056449,0.034569,0.16841;0.06134,0.03659,0.17764;0.066331,0.038504,0.18696;0.071429,0.040294,0.19635;0.076637,0.041905,0.2058;0.081962,0.043328,0.21529;0.087411,0.044556,0.22481;0.09299,0.045583,0.23436;0.098702,0.046402,0.2439;0.10455,0.047008,0.25343;0.11054,0.047399,0.26291;0.11666,0.047574,0.27232;0.12291,0.047536,0.28162;0.12929,0.047293,0.29079;0.13578,0.046856,0.29978;0.14238,0.046242,0.30855;0.14907,0.045468,0.31709;0.15585,0.044559,0.32534;0.16269,0.043554,0.33328;0.16958,0.042489,0.34087;0.17649,0.041402,0.34811;0.18343,0.040329,0.35497;0.19037,0.039309,0.36145;0.1973,0.0384,0.36754;0.20421,0.037632,0.37324;0.2111,0.03703,0.37856;0.21795,0.036615,0.38352;0.22476,0.036405,0.38813;0.23154,0.036405,0.3924;0.23827,0.036621,0.39635;0.24497,0.037055,0.40001;0.25162,0.037705,0.40338;0.25823,0.038571,0.40648;0.26481,0.039647,0.40935;0.27135,0.040922,0.41198;0.27785,0.042353,0.41439;0.28432,0.043933,0.41661;0.29076,0.045644,0.41864;0.29718,0.04747,0.42049;0.30357,0.049396,0.42218;0.30994,0.051407,0.42372;0.31628,0.05349,0.42512;0.32261,0.055634,0.42638;0.32892,0.057827,0.42751;0.33522,0.06006,0.42852;0.3415,0.062325,0.42943;0.34777,0.064616,0.43022;0.35403,0.066925,0.43091;0.36028,0.069247,0.4315;0.36653,0.071579,0.43199;0.37277,0.073915,0.4324;0.379,0.076253,0.43272;0.38523,0.078591,0.43295;0.39145,0.080927,0.43311;0.39767,0.083257,0.43318;0.40389,0.08558,0.43318;0.41011,0.087896,0.4331;0.41633,0.090203,0.43294;0.42255,0.092501,0.43271;0.42877,0.09479,0.43241;0.43499,0.097069,0.43204;0.44121,0.099338,0.43159;0.44743,0.1016,0.43108;0.45365,0.10385,0.4305;0.45987,0.10609,0.42985;0.4661,0.10832,0.42912;0.47233,0.11055,0.42833;0.47856,0.11276,0.42747;0.48479,0.11497,0.42655;0.49102,0.11718,0.42555;0.49726,0.11938,0.42449;0.50349,0.12158,0.42336;0.50973,0.12377,0.42216;0.51597,0.12596,0.42089;0.52221,0.12815,0.41955;0.52844,0.13034,0.41814;0.53468,0.13253,0.41667;0.54092,0.13473,0.41512;0.54716,0.13693,0.41351;0.55339,0.13913,0.41183;0.55962,0.14135,0.41008;0.56585,0.14357,0.40826;0.57208,0.1458,0.40637;0.5783,0.14804,0.40441;0.58452,0.15029,0.40238;0.59073,0.15256,0.40029;0.59694,0.15485,0.39813;0.60314,0.15715,0.39589;0.60933,0.15947,0.39359;0.61551,0.16182,0.39122;0.62169,0.16418,0.38878;0.62785,0.16658,0.38628;0.634,0.16899,0.3837;0.64014,0.17144,0.38106;0.64626,0.17391,0.37836;0.65237,0.17642,0.37559;0.65846,0.17896,0.37275;0.66454,0.18154,0.36985;0.6706,0.18415,0.36688;0.67664,0.18681,0.36385;0.68266,0.1895,0.36076;0.68865,0.19224,0.3576;0.69463,0.19502,0.35439;0.70058,0.19785,0.35111;0.7065,0.20073,0.34778;0.7124,0.20366,0.34438;0.71826,0.20664,0.34093;0.7241,0.20967,0.33742;0.72991,0.21276,0.33386;0.73568,0.21591,0.33025;0.74142,0.21911,0.32658;0.74713,0.22238,0.32286;0.75279,0.22571,0.31909;0.75842,0.2291,0.31527;0.76401,0.23255,0.3114;0.76956,0.23608,0.30749;0.77506,0.23967,0.30353;0.78052,0.24333,0.29952;0.78593,0.24706,0.29548;0.79129,0.25086,0.29139;0.79661,0.25473,0.28726;0.80187,0.25867,0.2831;0.80708,0.26269,0.2789;0.81224,0.26679,0.27466;0.81734,0.27095,0.27039;0.82239,0.2752,0.26609;0.82737,0.27952,0.26175;0.8323,0.28391,0.25738;0.83717,0.28839,0.25299;0.84197,0.29293,0.24856;0.84671,0.29756,0.24411;0.85138,0.30226,0.23964;0.85599,0.30704,0.23513;0.86053,0.31189,0.23061;0.86501,0.31682,0.22606;0.86941,0.32183,0.22148;0.87374,0.32691,0.21689;0.878,0.33206,0.21227;0.88219,0.33729,0.20763;0.8863,0.34259,0.20297;0.89034,0.34796,0.19829;0.89431,0.3534,0.19358;0.89819,0.35891,0.18886;0.902,0.36449,0.18412;0.90573,0.37014,0.17935;0.90939,0.37586,0.17456;0.91297,0.38164,0.16975;0.91646,0.38748,0.16492;0.91988,0.39339,0.16007;0.92322,0.39936,0.15519;0.92647,0.40539,0.15029;0.92964,0.41148,0.14537;0.93274,0.41763,0.14042;0.93575,0.42383,0.13544;0.93868,0.43009,0.13044;0.94152,0.4364,0.12541;0.94429,0.44277,0.12035;0.94696,0.44919,0.11527;0.94956,0.45566,0.11016;0.95208,0.46218,0.10503;0.95451,0.46874,0.099874;0.95685,0.47536,0.094695;0.95911,0.48201,0.089499;0.96129,0.48872,0.084289;0.96339,0.49546,0.079073;0.9654,0.50225,0.073859;0.96732,0.50908,0.068659;0.96916,0.51595,0.063488;0.97092,0.52285,0.058367;0.97259,0.5298,0.053324;0.97418,0.53678,0.048392;0.97568,0.5438,0.043618;0.97709,0.55085,0.03905;0.97842,0.55794,0.034931;0.97967,0.56506,0.031409;0.98082,0.57221,0.028508;0.98189,0.57939,0.02625;0.98288,0.58661,0.024661;0.98378,0.59385,0.02377;0.98459,0.60112,0.023606;0.98532,0.60842,0.024202;0.98595,0.61575,0.025592;0.9865,0.62311,0.027814;0.98696,0.63048,0.030908;0.98734,0.63789,0.034916;0.98762,0.64532,0.039886;0.98782,0.65277,0.045581;0.98793,0.66025,0.05175;0.98794,0.66775,0.058329;0.98787,0.67527,0.065257;0.98771,0.68281,0.072489;0.98746,0.69037,0.07999;0.98712,0.69794,0.087731;0.98669,0.70554,0.095694;0.98618,0.71315,0.10386;0.98557,0.72078,0.11223;0.98486,0.72843,0.12079;0.98408,0.73609,0.12953;0.9832,0.74376,0.13845;0.98223,0.75144,0.14757;0.98117,0.75914,0.15686;0.98003,0.76684,0.16635;0.97881,0.77455,0.17604;0.9775,0.78226,0.18592;0.97611,0.78997,0.19602;0.97464,0.79769,0.20633;0.97309,0.80541,0.21688;0.97147,0.81312,0.22766;0.96978,0.82083,0.23869;0.96804,0.82852,0.24997;0.96624,0.83619,0.26153;0.96439,0.84385,0.27339;0.96252,0.85148,0.28555;0.96063,0.85907,0.29801;0.95872,0.86662,0.31082;0.95683,0.87413,0.32397;0.955,0.88157,0.33748;0.95322,0.88894,0.35137;0.95155,0.89623,0.36563;0.95002,0.90341,0.38027;0.94868,0.91047,0.39529;0.94759,0.9174,0.41067;0.94681,0.92417,0.42637;0.94639,0.93076,0.44237;0.9464,0.93716,0.45859;0.9469,0.94335,0.47497;0.94794,0.94932,0.49143;0.94954,0.95506,0.50786;0.95174,0.96059,0.5242;0.95453,0.9659,0.54036;0.9579,0.971,0.55627;0.96181,0.97592,0.57193;0.96625,0.98068,0.58721;0.97116,0.98528,0.60215;0.97651,0.98975,0.61676;0.98226,0.99411,0.63102;0.98836,0.99836,0.64492];
case 'jet'
map=[0,0,0.5;0,0,0.51783;0,0,0.53565;0,0,0.55348;0,0,0.5713;0,0,0.58913;0,0,0.60695;0,0,0.62478;0,0,0.6426;0,0,0.66043;0,0,0.67825;0,0,0.69608;0,0,0.7139;0,0,0.73173;0,0,0.74955;0,0,0.76738;0,0,0.7852;0,0,0.80303;0,0,0.82086;0,0,0.83868;0,0,0.85651;0,0,0.87433;0,0,0.89216;0,0,0.90998;0,0,0.92781;0,0,0.94563;0,0,0.96346;0,0,0.98128;0,0,0.99911;0,0,1;0,0,1;0,0,1;0,0.0019608,1;0,0.017647,1;0,0.033333,1;0,0.04902,1;0,0.064706,1;0,0.080392,1;0,0.096078,1;0,0.11176,1;0,0.12745,1;0,0.14314,1;0,0.15882,1;0,0.17451,1;0,0.1902,1;0,0.20588,1;0,0.22157,1;0,0.23725,1;0,0.25294,1;0,0.26863,1;0,0.28431,1;0,0.3,1;0,0.31569,1;0,0.33137,1;0,0.34706,1;0,0.36275,1;0,0.37843,1;0,0.39412,1;0,0.4098,1;0,0.42549,1;0,0.44118,1;0,0.45686,1;0,0.47255,1;0,0.48824,1;0,0.50392,1;0,0.51961,1;0,0.53529,1;0,0.55098,1;0,0.56667,1;0,0.58235,1;0,0.59804,1;0,0.61373,1;0,0.62941,1;0,0.6451,1;0,0.66078,1;0,0.67647,1;0,0.69216,1;0,0.70784,1;0,0.72353,1;0,0.73922,1;0,0.7549,1;0,0.77059,1;0,0.78627,1;0,0.80196,1;0,0.81765,1;0,0.83333,1;0,0.84902,1;0,0.86471,0.9962;0,0.88039,0.98355;0,0.89608,0.9709;0.0094877,0.91176,0.95825;0.022138,0.92745,0.9456;0.034788,0.94314,0.93295;0.047438,0.95882,0.9203;0.060089,0.97451,0.90765;0.072739,0.9902,0.895;0.085389,1,0.88235;0.098039,1,0.8697;0.11069,1,0.85705;0.12334,1,0.8444;0.13599,1,0.83175;0.14864,1,0.8191;0.16129,1,0.80645;0.17394,1,0.7938;0.18659,1,0.78115;0.19924,1,0.7685;0.21189,1,0.75585;0.22454,1,0.7432;0.23719,1,0.73055;0.24984,1,0.7179;0.26249,1,0.70525;0.27514,1,0.6926;0.28779,1,0.67995;0.30044,1,0.6673;0.31309,1,0.65465;0.32574,1,0.642;0.33839,1,0.62935;0.35104,1,0.6167;0.36369,1,0.60405;0.37634,1,0.5914;0.38899,1,0.57875;0.40164,1,0.5661;0.41429,1,0.55345;0.42694,1,0.5408;0.4396,1,0.52815;0.45225,1,0.5155;0.4649,1,0.50285;0.47755,1,0.4902;0.4902,1,0.47755;0.50285,1,0.4649;0.5155,1,0.45225;0.52815,1,0.4396;0.5408,1,0.42694;0.55345,1,0.41429;0.5661,1,0.40164;0.57875,1,0.38899;0.5914,1,0.37634;0.60405,1,0.36369;0.6167,1,0.35104;0.62935,1,0.33839;0.642,1,0.32574;0.65465,1,0.31309;0.6673,1,0.30044;0.67995,1,0.28779;0.6926,1,0.27514;0.70525,1,0.26249;0.7179,1,0.24984;0.73055,1,0.23719;0.7432,1,0.22454;0.75585,1,0.21189;0.7685,1,0.19924;0.78115,1,0.18659;0.7938,1,0.17394;0.80645,1,0.16129;0.8191,1,0.14864;0.83175,1,0.13599;0.8444,1,0.12334;0.85705,1,0.11069;0.8697,1,0.098039;0.88235,1,0.085389;0.895,1,0.072739;0.90765,1,0.060089;0.9203,1,0.047438;0.93295,1,0.034788;0.9456,0.98838,0.022138;0.95825,0.97386,0.0094877;0.9709,0.95933,0;0.98355,0.94481,0;0.9962,0.93028,0;1,0.91576,0;1,0.90123,0;1,0.88671,0;1,0.87219,0;1,0.85766,0;1,0.84314,0;1,0.82861,0;1,0.81409,0;1,0.79956,0;1,0.78504,0;1,0.77052,0;1,0.75599,0;1,0.74147,0;1,0.72694,0;1,0.71242,0;1,0.69789,0;1,0.68337,0;1,0.66885,0;1,0.65432,0;1,0.6398,0;1,0.62527,0;1,0.61075,0;1,0.59622,0;1,0.5817,0;1,0.56718,0;1,0.55265,0;1,0.53813,0;1,0.5236,0;1,0.50908,0;1,0.49455,0;1,0.48003,0;1,0.4655,0;1,0.45098,0;1,0.43646,0;1,0.42193,0;1,0.40741,0;1,0.39288,0;1,0.37836,0;1,0.36383,0;1,0.34931,0;1,0.33479,0;1,0.32026,0;1,0.30574,0;1,0.29121,0;1,0.27669,0;1,0.26216,0;1,0.24764,0;1,0.23312,0;1,0.21859,0;1,0.20407,0;1,0.18954,0;1,0.17502,0;1,0.16049,0;1,0.14597,0;1,0.13145,0;1,0.11692,0;1,0.1024,0;1,0.087872,0;0.99911,0.073348,0;0.98128,0.058824,0;0.96346,0.044299,0;0.94563,0.029775,0;0.92781,0.015251,0;0.90998,0.00072622,0;0.89216,0,0;0.87433,0,0;0.85651,0,0;0.83868,0,0;0.82086,0,0;0.80303,0,0;0.7852,0,0;0.76738,0,0;0.74955,0,0;0.73173,0,0;0.7139,0,0;0.69608,0,0;0.67825,0,0;0.66043,0,0;0.6426,0,0;0.62478,0,0;0.60695,0,0;0.58913,0,0;0.5713,0,0;0.55348,0,0;0.53565,0,0;0.51783,0,0;0.5,0,0];
case 'magma'
map=[0.001462,0.000466,0.013866;0.002258,0.001295,0.018331;0.003279,0.002305,0.023708;0.004512,0.00349,0.029965;0.00595,0.004843,0.03713;0.007588,0.006356,0.044973;0.009426,0.008022,0.052844;0.011465,0.009828,0.06075;0.013708,0.011771,0.068667;0.016156,0.01384,0.076603;0.018815,0.016026,0.084584;0.021692,0.01832,0.09261;0.024792,0.020715,0.10068;0.028123,0.023201,0.10879;0.031696,0.025765,0.11696;0.03552,0.028397,0.12521;0.039608,0.03109,0.13351;0.04383,0.03383,0.14189;0.048062,0.036607,0.15033;0.05232,0.039407,0.15884;0.056615,0.04216,0.16745;0.060949,0.044794,0.17613;0.06533,0.047318,0.18489;0.069764,0.049726,0.19373;0.074257,0.052017,0.20266;0.078815,0.054184,0.21167;0.083446,0.056225,0.22076;0.088155,0.058133,0.22992;0.092949,0.059904,0.23916;0.097833,0.061531,0.24848;0.10282,0.06301,0.25785;0.1079,0.064335,0.26729;0.11309,0.065492,0.27678;0.1184,0.066479,0.28632;0.12383,0.067295,0.29588;0.12938,0.067935,0.30544;0.13505,0.068391,0.315;0.14086,0.068654,0.32454;0.14678,0.068738,0.33401;0.15284,0.068637,0.3434;0.15902,0.068354,0.35269;0.16531,0.067911,0.36182;0.17171,0.067305,0.37077;0.17821,0.066576,0.3795;0.1848,0.065732,0.38797;0.19146,0.064818,0.39615;0.19818,0.063862,0.40401;0.20494,0.062907,0.41151;0.21172,0.061992,0.41865;0.21851,0.061158,0.42539;0.2253,0.060445,0.43174;0.23208,0.059889,0.4377;0.23883,0.059517,0.44326;0.24554,0.059352,0.44844;0.25222,0.059415,0.45325;0.25886,0.059706,0.45771;0.26545,0.060237,0.46184;0.27199,0.060994,0.46566;0.27849,0.061978,0.46919;0.28495,0.063168,0.47245;0.29137,0.064553,0.47546;0.29774,0.066117,0.47824;0.30408,0.067835,0.48081;0.31038,0.069702,0.48319;0.31665,0.07169,0.48538;0.3229,0.073782,0.48741;0.32911,0.075972,0.48929;0.33531,0.078236,0.49102;0.34148,0.080564,0.49263;0.34764,0.082946,0.49412;0.35377,0.085373,0.4955;0.3599,0.087831,0.49678;0.36601,0.090314,0.49796;0.37212,0.092816,0.49905;0.37821,0.095332,0.50007;0.3843,0.097855,0.501;0.39038,0.10038,0.50186;0.39647,0.1029,0.50266;0.40255,0.10542,0.50339;0.40863,0.10793,0.50405;0.41471,0.11043,0.50466;0.42079,0.11292,0.50521;0.42688,0.11539,0.50571;0.43297,0.11786,0.50616;0.43906,0.1203,0.50655;0.44516,0.12272,0.5069;0.45127,0.12513,0.5072;0.45739,0.12752,0.50745;0.46351,0.12989,0.50765;0.46964,0.13225,0.50781;0.47578,0.13458,0.50792;0.48193,0.13689,0.50799;0.48809,0.13919,0.50801;0.49426,0.14146,0.50799;0.50044,0.14372,0.50792;0.50663,0.14596,0.50781;0.51283,0.14818,0.50765;0.51904,0.15038,0.50744;0.52527,0.15257,0.50719;0.53151,0.15474,0.50689;0.53775,0.15689,0.50655;0.54402,0.15903,0.50616;0.55029,0.16116,0.50572;0.55657,0.16327,0.50523;0.56287,0.16537,0.50469;0.56917,0.16745,0.50411;0.57549,0.16953,0.50347;0.58182,0.1716,0.50278;0.58816,0.17365,0.50204;0.59451,0.1757,0.50124;0.60087,0.17774,0.50039;0.60724,0.17978,0.49949;0.61362,0.18181,0.49854;0.62001,0.18384,0.49752;0.6264,0.18587,0.49646;0.6328,0.18789,0.49533;0.63922,0.18992,0.49415;0.64563,0.19195,0.49291;0.65206,0.19399,0.49161;0.65848,0.19603,0.49025;0.66492,0.19808,0.48884;0.67135,0.20013,0.48736;0.67779,0.2022,0.48582;0.68422,0.20429,0.48422;0.69066,0.20638,0.48256;0.6971,0.2085,0.48084;0.70353,0.21064,0.47905;0.70996,0.2128,0.4772;0.71639,0.21498,0.47529;0.72281,0.21719,0.47332;0.72922,0.21944,0.47128;0.73562,0.22171,0.46918;0.742,0.22403,0.46702;0.74838,0.22638,0.46479;0.75474,0.22877,0.46251;0.76108,0.23121,0.46016;0.7674,0.2337,0.45776;0.7737,0.23625,0.45529;0.77997,0.23885,0.45276;0.78621,0.24151,0.45018;0.79243,0.24424,0.44754;0.79861,0.24704,0.44485;0.80475,0.24991,0.4421;0.81085,0.25286,0.43931;0.81691,0.25589,0.43646;0.82293,0.25902,0.43357;0.82889,0.26223,0.43064;0.83479,0.26554,0.42767;0.84064,0.26895,0.42467;0.84642,0.27247,0.42163;0.85213,0.27611,0.41857;0.85776,0.27986,0.4155;0.86332,0.28373,0.4124;0.86879,0.28773,0.4093;0.87418,0.29186,0.4062;0.87946,0.29613,0.40312;0.88465,0.30053,0.40005;0.88973,0.30508,0.397;0.8947,0.30977,0.39399;0.89955,0.31462,0.39104;0.90428,0.31961,0.38814;0.90888,0.32476,0.38531;0.91335,0.33005,0.38256;0.91769,0.3355,0.37992;0.92188,0.3411,0.37738;0.92594,0.34684,0.37496;0.92985,0.35273,0.37268;0.93361,0.35876,0.37054;0.93722,0.36493,0.36857;0.94069,0.37122,0.36676;0.94401,0.37764,0.36514;0.94718,0.38418,0.3637;0.95021,0.39082,0.36247;0.9531,0.39756,0.36144;0.95585,0.4044,0.36062;0.95846,0.41132,0.36001;0.96095,0.41832,0.35963;0.96331,0.42539,0.35947;0.96555,0.43252,0.35953;0.96767,0.4397,0.35981;0.96968,0.44694,0.36031;0.97158,0.45421,0.36103;0.97338,0.46152,0.36196;0.97508,0.46886,0.36311;0.97669,0.47623,0.36447;0.97821,0.48361,0.36602;0.97964,0.49101,0.36778;0.981,0.49843,0.36973;0.98228,0.50585,0.37187;0.98349,0.51328,0.3742;0.98462,0.52071,0.3767;0.98569,0.52815,0.37937;0.9867,0.53558,0.38221;0.98765,0.54302,0.38521;0.98853,0.55045,0.38837;0.98936,0.55787,0.39167;0.99014,0.5653,0.39512;0.99087,0.57271,0.39871;0.99156,0.58011,0.40244;0.9922,0.5875,0.4063;0.99279,0.59489,0.41028;0.99333,0.60228,0.41439;0.99383,0.60964,0.41861;0.99431,0.617,0.42295;0.99474,0.62435,0.4274;0.99512,0.6317,0.43195;0.99548,0.63903,0.43661;0.99581,0.64634,0.44136;0.9961,0.65366,0.44621;0.99634,0.66097,0.45116;0.99658,0.66826,0.45619;0.99677,0.67554,0.46131;0.99692,0.68283,0.46653;0.99708,0.69009,0.47181;0.99719,0.69735,0.47718;0.99725,0.70461,0.48263;0.99733,0.71185,0.48815;0.99735,0.71909,0.49375;0.99735,0.72632,0.49943;0.99734,0.73355,0.50517;0.99728,0.74077,0.51098;0.99723,0.74798,0.51686;0.99714,0.75519,0.52281;0.99702,0.7624,0.52882;0.9969,0.76959,0.53489;0.99673,0.7768,0.54104;0.99657,0.78398,0.54723;0.99637,0.79117,0.5535;0.99616,0.79835,0.55982;0.99593,0.80553,0.5662;0.99568,0.81271,0.57264;0.99542,0.81988,0.57914;0.99513,0.82705,0.5857;0.99485,0.83421,0.59231;0.99452,0.84139,0.59898;0.99422,0.84854,0.6057;0.99387,0.85571,0.61248;0.99355,0.86286,0.6193;0.99317,0.87002,0.62619;0.99283,0.87717,0.63311;0.99244,0.88433,0.6401;0.99209,0.89147,0.64712;0.99169,0.89863,0.6542;0.99133,0.90576,0.66131;0.99093,0.91292,0.66848;0.99057,0.92005,0.67568;0.99018,0.9272,0.68293;0.98982,0.93433,0.6902;0.98943,0.94147,0.69752;0.98908,0.9486,0.70486;0.98872,0.95574,0.71224;0.98837,0.96288,0.71965;0.98803,0.97001,0.72708;0.98769,0.97715,0.73454;0.98739,0.98429,0.742;0.98705,0.99144,0.7495];
case 'nipy_spectral'
map=[0,0,0;0.036604,0,0.041827;0.073208,0,0.083655;0.10981,0,0.12548;0.14642,0,0.16731;0.18302,0,0.20914;0.21962,0,0.25096;0.25623,0,0.29279;0.29283,0,0.33462;0.32944,0,0.37645;0.36604,0,0.41827;0.40264,0,0.4601;0.43925,0,0.50193;0.46801,0,0.53461;0.47323,0,0.53984;0.47845,0,0.54507;0.48368,0,0.5503;0.4889,0,0.55553;0.49412,0,0.56076;0.49935,0,0.566;0.50457,0,0.57123;0.50979,0,0.57646;0.51502,0,0.58169;0.52024,0,0.58692;0.52546,0,0.59215;0.53069,0,0.59738;0.51239,0,0.60262;0.47056,0,0.60785;0.42873,0,0.61308;0.3869,0,0.61831;0.34508,0,0.62354;0.30325,0,0.62877;0.26142,0,0.634;0.21959,0,0.63924;0.17777,0,0.64447;0.13594,0,0.6497;0.094112,0,0.65493;0.052284,0,0.66016;0.010457,0,0.66539;0,0,0.67846;0,0,0.69415;0,0,0.70984;0,0,0.72552;0,0,0.74121;0,0,0.7569;0,0,0.77258;0,0,0.78827;0,0,0.80395;0,0,0.81964;0,0,0.83533;0,0,0.85101;0,0,0.8667;0,0.036604,0.8667;0,0.073208,0.8667;0,0.10981,0.8667;0,0.14642,0.8667;0,0.18302,0.8667;0,0.21962,0.8667;0,0.25623,0.8667;0,0.29283,0.8667;0,0.32944,0.8667;0,0.36604,0.8667;0,0.40264,0.8667;0,0.43925,0.8667;0,0.46931,0.8667;0,0.47977,0.8667;0,0.49022,0.8667;0,0.50068,0.8667;0,0.51113,0.8667;0,0.52159,0.8667;0,0.53204,0.8667;0,0.5425,0.8667;0,0.55295,0.8667;0,0.56341,0.8667;0,0.57386,0.8667;0,0.58432,0.8667;0,0.59477,0.8667;0,0.60262,0.85886;0,0.60785,0.84317;0,0.61308,0.82748;0,0.61831,0.8118;0,0.62354,0.79611;0,0.62877,0.78043;0,0.634,0.76474;0,0.63924,0.74905;0,0.64447,0.73337;0,0.6497,0.71768;0,0.65493,0.70199;0,0.66016,0.68631;0,0.66539,0.67062;0,0.6667,0.65885;0,0.6667,0.64839;0,0.6667,0.63793;0,0.6667,0.62746;0,0.6667,0.617;0,0.6667,0.60654;0,0.6667,0.59608;0,0.6667,0.58561;0,0.6667,0.57515;0,0.6667,0.56469;0,0.6667,0.55423;0,0.6667,0.54376;0,0.6667,0.5333;0,0.66147,0.49147;0,0.65624,0.44965;0,0.65101,0.40782;0,0.64577,0.36599;0,0.64054,0.32416;0,0.63531,0.28234;0,0.63008,0.24051;0,0.62485,0.19868;0,0.61962,0.15685;0,0.61439,0.11503;0,0.60915,0.073198;0,0.60392,0.031371;0,0.60261,0;0,0.61307,0;0,0.62352,0;0,0.63398,0;0,0.64443,0;0,0.65489,0;0,0.66534,0;0,0.6758,0;0,0.68625,0;0,0.69671,0;0,0.70716,0;0,0.71762,0;0,0.72807,0;0,0.73853,0;0,0.74899,0;0,0.75946,0;0,0.76992,0;0,0.78038,0;0,0.79085,0;0,0.80131,0;0,0.81177,0;0,0.82223,0;0,0.8327,0;0,0.84316,0;0,0.85362,0;0,0.86408,0;0,0.87454,0;0,0.885,0;0,0.89545,0;0,0.90591,0;0,0.91636,0;0,0.92682,0;0,0.93727,0;0,0.94773,0;0,0.95818,0;0,0.96864,0;0,0.97909,0;0,0.98955,0;0,1,0;0.057514,1,0;0.11503,1,0;0.17254,1,0;0.23005,1,0;0.28757,1,0;0.34508,1,0;0.4026,1,0;0.46011,1,0;0.51762,1,0;0.57514,1,0;0.63265,1,0;0.69016,1,0;0.73722,0.99869,0;0.75291,0.99346,0;0.76859,0.98823,0;0.78428,0.983,0;0.79997,0.97777,0;0.81565,0.97254,0;0.83134,0.9673,0;0.84703,0.96207,0;0.86271,0.95684,0;0.8784,0.95161,0;0.89408,0.94638,0;0.90977,0.94115,0;0.92546,0.93592,0;0.93592,0.92807,0;0.94115,0.91762,0;0.94638,0.90716,0;0.95161,0.89671,0;0.95684,0.88625,0;0.96207,0.8758,0;0.9673,0.86534,0;0.97254,0.85489,0;0.97777,0.84443,0;0.983,0.83398,0;0.98823,0.82352,0;0.99346,0.81307,0;0.99869,0.80261,0;1,0.78824,0;1,0.77255,0;1,0.75686,0;1,0.74118,0;1,0.72549,0;1,0.7098,0;1,0.69412,0;1,0.67843,0;1,0.66275,0;1,0.64706,0;1,0.63137,0;1,0.61569,0;1,0.6,0;1,0.55294,0;1,0.50588,0;1,0.45882,0;1,0.41176,0;1,0.36471,0;1,0.31765,0;1,0.27059,0;1,0.22353,0;1,0.17647,0;1,0.12941,0;1,0.082353,0;1,0.035294,0;0.99739,0,0;0.98693,0,0;0.97648,0,0;0.96602,0,0;0.95557,0,0;0.94511,0,0;0.93466,0,0;0.9242,0,0;0.91375,0,0;0.90329,0,0;0.89284,0,0;0.88238,0,0;0.87193,0,0;0.86408,0,0;0.85885,0,0;0.85362,0,0;0.84839,0,0;0.84316,0,0;0.83793,0,0;0.8327,0,0;0.82746,0,0;0.82223,0,0;0.817,0,0;0.81177,0,0;0.80654,0,0;0.80131,0,0;0.8,0.047059,0.047059;0.8,0.1098,0.1098;0.8,0.17255,0.17255;0.8,0.23529,0.23529;0.8,0.29804,0.29804;0.8,0.36078,0.36078;0.8,0.42353,0.42353;0.8,0.48627,0.48627;0.8,0.54902,0.54902;0.8,0.61176,0.61176;0.8,0.67451,0.67451;0.8,0.73725,0.73725;0.8,0.8,0.8];
case 'ocean'
map=[0,0.5,0;0,0.49412,0.0039216;0,0.48824,0.0078431;0,0.48235,0.011765;0,0.47647,0.015686;0,0.47059,0.019608;0,0.46471,0.023529;0,0.45882,0.027451;0,0.45294,0.031373;0,0.44706,0.035294;0,0.44118,0.039216;0,0.43529,0.043137;0,0.42941,0.047059;0,0.42353,0.05098;0,0.41765,0.054902;0,0.41176,0.058824;0,0.40588,0.062745;0,0.4,0.066667;0,0.39412,0.070588;0,0.38824,0.07451;0,0.38235,0.078431;0,0.37647,0.082353;0,0.37059,0.086275;0,0.36471,0.090196;0,0.35882,0.094118;0,0.35294,0.098039;0,0.34706,0.10196;0,0.34118,0.10588;0,0.33529,0.1098;0,0.32941,0.11373;0,0.32353,0.11765;0,0.31765,0.12157;0,0.31176,0.12549;0,0.30588,0.12941;0,0.3,0.13333;0,0.29412,0.13725;0,0.28824,0.14118;0,0.28235,0.1451;0,0.27647,0.14902;0,0.27059,0.15294;0,0.26471,0.15686;0,0.25882,0.16078;0,0.25294,0.16471;0,0.24706,0.16863;0,0.24118,0.17255;0,0.23529,0.17647;0,0.22941,0.18039;0,0.22353,0.18431;0,0.21765,0.18824;0,0.21176,0.19216;0,0.20588,0.19608;0,0.2,0.2;0,0.19412,0.20392;0,0.18824,0.20784;0,0.18235,0.21176;0,0.17647,0.21569;0,0.17059,0.21961;0,0.16471,0.22353;0,0.15882,0.22745;0,0.15294,0.23137;0,0.14706,0.23529;0,0.14118,0.23922;0,0.13529,0.24314;0,0.12941,0.24706;0,0.12353,0.25098;0,0.11765,0.2549;0,0.11176,0.25882;0,0.10588,0.26275;0,0.1,0.26667;0,0.094118,0.27059;0,0.088235,0.27451;0,0.082353,0.27843;0,0.076471,0.28235;0,0.070588,0.28627;0,0.064706,0.2902;0,0.058824,0.29412;0,0.052941,0.29804;0,0.047059,0.30196;0,0.041176,0.30588;0,0.035294,0.3098;0,0.029412,0.31373;0,0.023529,0.31765;0,0.017647,0.32157;0,0.011765,0.32549;0,0.0058824,0.32941;0,0,0.33333;0,0.0058824,0.33725;0,0.011765,0.34118;0,0.017647,0.3451;0,0.023529,0.34902;0,0.029412,0.35294;0,0.035294,0.35686;0,0.041176,0.36078;0,0.047059,0.36471;0,0.052941,0.36863;0,0.058824,0.37255;0,0.064706,0.37647;0,0.070588,0.38039;0,0.076471,0.38431;0,0.082353,0.38824;0,0.088235,0.39216;0,0.094118,0.39608;0,0.1,0.4;0,0.10588,0.40392;0,0.11176,0.40784;0,0.11765,0.41176;0,0.12353,0.41569;0,0.12941,0.41961;0,0.13529,0.42353;0,0.14118,0.42745;0,0.14706,0.43137;0,0.15294,0.43529;0,0.15882,0.43922;0,0.16471,0.44314;0,0.17059,0.44706;0,0.17647,0.45098;0,0.18235,0.4549;0,0.18824,0.45882;0,0.19412,0.46275;0,0.2,0.46667;0,0.20588,0.47059;0,0.21176,0.47451;0,0.21765,0.47843;0,0.22353,0.48235;0,0.22941,0.48627;0,0.23529,0.4902;0,0.24118,0.49412;0,0.24706,0.49804;0,0.25294,0.50196;0,0.25882,0.50588;0,0.26471,0.5098;0,0.27059,0.51373;0,0.27647,0.51765;0,0.28235,0.52157;0,0.28824,0.52549;0,0.29412,0.52941;0,0.3,0.53333;0,0.30588,0.53725;0,0.31176,0.54118;0,0.31765,0.5451;0,0.32353,0.54902;0,0.32941,0.55294;0,0.33529,0.55686;0,0.34118,0.56078;0,0.34706,0.56471;0,0.35294,0.56863;0,0.35882,0.57255;0,0.36471,0.57647;0,0.37059,0.58039;0,0.37647,0.58431;0,0.38235,0.58824;0,0.38824,0.59216;0,0.39412,0.59608;0,0.4,0.6;0,0.40588,0.60392;0,0.41176,0.60784;0,0.41765,0.61176;0,0.42353,0.61569;0,0.42941,0.61961;0,0.43529,0.62353;0,0.44118,0.62745;0,0.44706,0.63137;0,0.45294,0.63529;0,0.45882,0.63922;0,0.46471,0.64314;0,0.47059,0.64706;0,0.47647,0.65098;0,0.48235,0.6549;0,0.48824,0.65882;0,0.49412,0.66275;0,0.5,0.66667;0.011765,0.50588,0.67059;0.023529,0.51176,0.67451;0.035294,0.51765,0.67843;0.047059,0.52353,0.68235;0.058824,0.52941,0.68627;0.070588,0.53529,0.6902;0.082353,0.54118,0.69412;0.094118,0.54706,0.69804;0.10588,0.55294,0.70196;0.11765,0.55882,0.70588;0.12941,0.56471,0.7098;0.14118,0.57059,0.71373;0.15294,0.57647,0.71765;0.16471,0.58235,0.72157;0.17647,0.58824,0.72549;0.18824,0.59412,0.72941;0.2,0.6,0.73333;0.21176,0.60588,0.73725;0.22353,0.61176,0.74118;0.23529,0.61765,0.7451;0.24706,0.62353,0.74902;0.25882,0.62941,0.75294;0.27059,0.63529,0.75686;0.28235,0.64118,0.76078;0.29412,0.64706,0.76471;0.30588,0.65294,0.76863;0.31765,0.65882,0.77255;0.32941,0.66471,0.77647;0.34118,0.67059,0.78039;0.35294,0.67647,0.78431;0.36471,0.68235,0.78824;0.37647,0.68824,0.79216;0.38824,0.69412,0.79608;0.4,0.7,0.8;0.41176,0.70588,0.80392;0.42353,0.71176,0.80784;0.43529,0.71765,0.81176;0.44706,0.72353,0.81569;0.45882,0.72941,0.81961;0.47059,0.73529,0.82353;0.48235,0.74118,0.82745;0.49412,0.74706,0.83137;0.50588,0.75294,0.83529;0.51765,0.75882,0.83922;0.52941,0.76471,0.84314;0.54118,0.77059,0.84706;0.55294,0.77647,0.85098;0.56471,0.78235,0.8549;0.57647,0.78824,0.85882;0.58824,0.79412,0.86275;0.6,0.8,0.86667;0.61176,0.80588,0.87059;0.62353,0.81176,0.87451;0.63529,0.81765,0.87843;0.64706,0.82353,0.88235;0.65882,0.82941,0.88627;0.67059,0.83529,0.8902;0.68235,0.84118,0.89412;0.69412,0.84706,0.89804;0.70588,0.85294,0.90196;0.71765,0.85882,0.90588;0.72941,0.86471,0.9098;0.74118,0.87059,0.91373;0.75294,0.87647,0.91765;0.76471,0.88235,0.92157;0.77647,0.88824,0.92549;0.78824,0.89412,0.92941;0.8,0.9,0.93333;0.81176,0.90588,0.93725;0.82353,0.91176,0.94118;0.83529,0.91765,0.9451;0.84706,0.92353,0.94902;0.85882,0.92941,0.95294;0.87059,0.93529,0.95686;0.88235,0.94118,0.96078;0.89412,0.94706,0.96471;0.90588,0.95294,0.96863;0.91765,0.95882,0.97255;0.92941,0.96471,0.97647;0.94118,0.97059,0.98039;0.95294,0.97647,0.98431;0.96471,0.98235,0.98824;0.97647,0.98824,0.99216;0.98824,0.99412,0.99608;1,1,1];
case 'Oranges'
map=[1,0.96078,0.92157;0.99988,0.95894,0.918;0.99975,0.95709,0.91443;0.99963,0.95525,0.91087;0.99951,0.9534,0.9073;0.99938,0.95156,0.90373;0.99926,0.94971,0.90016;0.99914,0.94787,0.89659;0.99902,0.94602,0.89303;0.99889,0.94418,0.88946;0.99877,0.94233,0.88589;0.99865,0.94048,0.88232;0.99852,0.93864,0.87875;0.9984,0.93679,0.87519;0.99828,0.93495,0.87162;0.99815,0.9331,0.86805;0.99803,0.93126,0.86448;0.99791,0.92941,0.86092;0.99779,0.92757,0.85735;0.99766,0.92572,0.85378;0.99754,0.92388,0.85021;0.99742,0.92203,0.84664;0.99729,0.92018,0.84308;0.99717,0.91834,0.83951;0.99705,0.91649,0.83594;0.99692,0.91465,0.83237;0.9968,0.9128,0.8288;0.99668,0.91096,0.82524;0.99656,0.90911,0.82167;0.99643,0.90727,0.8181;0.99631,0.90542,0.81453;0.99619,0.90358,0.81097;0.99606,0.90162,0.80717;0.99594,0.89892,0.80175;0.99582,0.89621,0.79634;0.99569,0.8935,0.79093;0.99557,0.8908,0.78551;0.99545,0.88809,0.7801;0.99532,0.88538,0.77469;0.9952,0.88268,0.76927;0.99508,0.87997,0.76386;0.99496,0.87726,0.75845;0.99483,0.87456,0.75303;0.99471,0.87185,0.74762;0.99459,0.86914,0.74221;0.99446,0.86644,0.73679;0.99434,0.86373,0.73138;0.99422,0.86102,0.72597;0.99409,0.85832,0.72055;0.99397,0.85561,0.71514;0.99385,0.8529,0.70973;0.99373,0.8502,0.70431;0.9936,0.84749,0.6989;0.99348,0.84478,0.69349;0.99336,0.84208,0.68807;0.99323,0.83937,0.68266;0.99311,0.83666,0.67725;0.99299,0.83396,0.67183;0.99286,0.83125,0.66642;0.99274,0.82854,0.66101;0.99262,0.82584,0.65559;0.9925,0.82313,0.65018;0.99237,0.82042,0.64477;0.99225,0.81772,0.63935;0.99216,0.81464,0.6336;0.99216,0.81046,0.62684;0.99216,0.80627,0.62007;0.99216,0.80209,0.6133;0.99216,0.79791,0.60654;0.99216,0.79373,0.59977;0.99216,0.78954,0.593;0.99216,0.78536,0.58624;0.99216,0.78118,0.57947;0.99216,0.77699,0.5727;0.99216,0.77281,0.56594;0.99216,0.76863,0.55917;0.99216,0.76444,0.5524;0.99216,0.76026,0.54564;0.99216,0.75608,0.53887;0.99216,0.7519,0.5321;0.99216,0.74771,0.52534;0.99216,0.74353,0.51857;0.99216,0.73935,0.5118;0.99216,0.73516,0.50504;0.99216,0.73098,0.49827;0.99216,0.7268,0.4915;0.99216,0.72261,0.48474;0.99216,0.71843,0.47797;0.99216,0.71425,0.4712;0.99216,0.71007,0.46444;0.99216,0.70588,0.45767;0.99216,0.7017,0.4509;0.99216,0.69752,0.44414;0.99216,0.69333,0.43737;0.99216,0.68915,0.4306;0.99216,0.68497,0.42384;0.99216,0.68083,0.41744;0.99216,0.67677,0.41166;0.99216,0.67271,0.40587;0.99216,0.66865,0.40009;0.99216,0.66459,0.39431;0.99216,0.66053,0.38853;0.99216,0.65647,0.38275;0.99216,0.65241,0.37696;0.99216,0.64835,0.37118;0.99216,0.64429,0.3654;0.99216,0.64023,0.35962;0.99216,0.63617,0.35383;0.99216,0.63211,0.34805;0.99216,0.62805,0.34227;0.99216,0.62399,0.33649;0.99216,0.61993,0.3307;0.99216,0.61587,0.32492;0.99216,0.61181,0.31914;0.99216,0.60775,0.31336;0.99216,0.60369,0.30757;0.99216,0.59963,0.30179;0.99216,0.59557,0.29601;0.99216,0.59151,0.29023;0.99216,0.58745,0.28444;0.99216,0.58339,0.27866;0.99216,0.57933,0.27288;0.99216,0.57527,0.2671;0.99216,0.57121,0.26131;0.99216,0.56715,0.25553;0.99216,0.56309,0.24975;0.99216,0.55903,0.24397;0.99216,0.55497,0.23819;0.99142,0.55073,0.23277;0.98994,0.5463,0.22773;0.98847,0.54187,0.22268;0.98699,0.53744,0.21764;0.98551,0.53301,0.2126;0.98404,0.52858,0.20755;0.98256,0.52415,0.20251;0.98108,0.51972,0.19746;0.97961,0.51529,0.19242;0.97813,0.51087,0.18737;0.97666,0.50644,0.18233;0.97518,0.50201,0.17729;0.9737,0.49758,0.17224;0.97223,0.49315,0.1672;0.97075,0.48872,0.16215;0.96927,0.48429,0.15711;0.9678,0.47986,0.15206;0.96632,0.47543,0.14702;0.96484,0.471,0.14198;0.96337,0.46657,0.13693;0.96189,0.46215,0.13189;0.96042,0.45772,0.12684;0.95894,0.45329,0.1218;0.95746,0.44886,0.11676;0.95599,0.44443,0.11171;0.95451,0.44,0.10667;0.95303,0.43557,0.10162;0.95156,0.43114,0.096578;0.95008,0.42671,0.091534;0.9486,0.42228,0.08649;0.94713,0.41785,0.081446;0.94565,0.41343,0.076401;0.94325,0.40923,0.073126;0.9403,0.40517,0.070911;0.93735,0.40111,0.068697;0.93439,0.39705,0.066482;0.93144,0.39299,0.064268;0.92849,0.38893,0.062053;0.92554,0.38487,0.059839;0.92258,0.38081,0.057624;0.91963,0.37675,0.055409;0.91668,0.37269,0.053195;0.91373,0.36863,0.05098;0.91077,0.36457,0.048766;0.90782,0.36051,0.046551;0.90487,0.35645,0.044337;0.90191,0.35239,0.042122;0.89896,0.34833,0.039908;0.89601,0.34427,0.037693;0.89306,0.34021,0.035479;0.8901,0.33615,0.033264;0.88715,0.33209,0.03105;0.8842,0.32803,0.028835;0.88125,0.32397,0.026621;0.87829,0.31991,0.024406;0.87534,0.31585,0.022191;0.87239,0.31179,0.019977;0.86943,0.30773,0.017762;0.86648,0.30367,0.015548;0.86353,0.29961,0.013333;0.86058,0.29555,0.011119;0.85762,0.29149,0.0089043;0.85467,0.28743,0.0066897;0.85172,0.28337,0.0044752;0.84627,0.28069,0.0041061;0.84,0.27848,0.0043522;0.83373,0.27626,0.0045982;0.82745,0.27405,0.0048443;0.82118,0.27183,0.0050903;0.8149,0.26962,0.0053364;0.80863,0.2674,0.0055825;0.80235,0.26519,0.0058285;0.79608,0.26298,0.0060746;0.7898,0.26076,0.0063206;0.78353,0.25855,0.0065667;0.77725,0.25633,0.0068128;0.77098,0.25412,0.0070588;0.76471,0.2519,0.0073049;0.75843,0.24969,0.0075509;0.75216,0.24747,0.007797;0.74588,0.24526,0.0080431;0.73961,0.24304,0.0082891;0.73333,0.24083,0.0085352;0.72706,0.23862,0.0087812;0.72078,0.2364,0.0090273;0.71451,0.23419,0.0092734;0.70824,0.23197,0.0095194;0.70196,0.22976,0.0097655;0.69569,0.22754,0.010012;0.68941,0.22533,0.010258;0.68314,0.22311,0.010504;0.67686,0.2209,0.01075;0.67059,0.21869,0.010996;0.66431,0.21647,0.011242;0.65804,0.21426,0.011488;0.65176,0.21204,0.011734;0.64678,0.21015,0.011872;0.64198,0.2083,0.011995;0.63719,0.20646,0.012118;0.63239,0.20461,0.012241;0.62759,0.20277,0.012364;0.62279,0.20092,0.012488;0.61799,0.19908,0.012611;0.61319,0.19723,0.012734;0.6084,0.19539,0.012857;0.6036,0.19354,0.01298;0.5988,0.1917,0.013103;0.594,0.18985,0.013226;0.5892,0.188,0.013349;0.58441,0.18616,0.013472;0.57961,0.18431,0.013595;0.57481,0.18247,0.013718;0.57001,0.18062,0.013841;0.56521,0.17878,0.013964;0.56042,0.17693,0.014087;0.55562,0.17509,0.01421;0.55082,0.17324,0.014333;0.54602,0.1714,0.014456;0.54122,0.16955,0.014579;0.53642,0.1677,0.014702;0.53163,0.16586,0.014825;0.52683,0.16401,0.014948;0.52203,0.16217,0.015071;0.51723,0.16032,0.015194;0.51243,0.15848,0.015317;0.50764,0.15663,0.01544;0.50284,0.15479,0.015563;0.49804,0.15294,0.015686];
case 'OrRd'
map=[1,0.96863,0.92549;0.99988,0.96678,0.92106;0.99975,0.96494,0.91663;0.99963,0.96309,0.9122;0.99951,0.96125,0.90777;0.99938,0.9594,0.90334;0.99926,0.95755,0.89892;0.99914,0.95571,0.89449;0.99902,0.95386,0.89006;0.99889,0.95202,0.88563;0.99877,0.95017,0.8812;0.99865,0.94833,0.87677;0.99852,0.94648,0.87234;0.9984,0.94464,0.86791;0.99828,0.94279,0.86348;0.99815,0.94095,0.85905;0.99803,0.9391,0.85463;0.99791,0.93725,0.8502;0.99779,0.93541,0.84577;0.99766,0.93356,0.84134;0.99754,0.93172,0.83691;0.99742,0.92987,0.83248;0.99729,0.92803,0.82805;0.99717,0.92618,0.82362;0.99705,0.92434,0.81919;0.99692,0.92249,0.81476;0.9968,0.92065,0.81033;0.99668,0.9188,0.80591;0.99656,0.91696,0.80148;0.99643,0.91511,0.79705;0.99631,0.91326,0.79262;0.99619,0.91142,0.78819;0.99606,0.9095,0.78367;0.99594,0.90704,0.7785;0.99582,0.90458,0.77333;0.99569,0.90211,0.76817;0.99557,0.89965,0.763;0.99545,0.89719,0.75783;0.99532,0.89473,0.75266;0.9952,0.89227,0.7475;0.99508,0.88981,0.74233;0.99496,0.88735,0.73716;0.99483,0.88489,0.732;0.99471,0.88243,0.72683;0.99459,0.87997,0.72166;0.99446,0.87751,0.71649;0.99434,0.87505,0.71133;0.99422,0.87259,0.70616;0.99409,0.87013,0.70099;0.99397,0.86767,0.69582;0.99385,0.86521,0.69066;0.99373,0.86275,0.68549;0.9936,0.86028,0.68032;0.99348,0.85782,0.67516;0.99336,0.85536,0.66999;0.99323,0.8529,0.66482;0.99311,0.85044,0.65965;0.99299,0.84798,0.65449;0.99286,0.84552,0.64932;0.99274,0.84306,0.64415;0.99262,0.8406,0.63899;0.9925,0.83814,0.63382;0.99237,0.83568,0.62865;0.99225,0.83322,0.62348;0.99216,0.8306,0.61881;0.99216,0.82753,0.61561;0.99216,0.82445,0.61241;0.99216,0.82138,0.60921;0.99216,0.8183,0.60601;0.99216,0.81522,0.60281;0.99216,0.81215,0.59962;0.99216,0.80907,0.59642;0.99216,0.806,0.59322;0.99216,0.80292,0.59002;0.99216,0.79985,0.58682;0.99216,0.79677,0.58362;0.99216,0.79369,0.58042;0.99216,0.79062,0.57722;0.99216,0.78754,0.57403;0.99216,0.78447,0.57083;0.99216,0.78139,0.56763;0.99216,0.77832,0.56443;0.99216,0.77524,0.56123;0.99216,0.77216,0.55803;0.99216,0.76909,0.55483;0.99216,0.76601,0.55163;0.99216,0.76294,0.54844;0.99216,0.75986,0.54524;0.99216,0.75679,0.54204;0.99216,0.75371,0.53884;0.99216,0.75063,0.53564;0.99216,0.74756,0.53244;0.99216,0.74448,0.52924;0.99216,0.74141,0.52604;0.99216,0.73833,0.52285;0.99216,0.73526,0.51965;0.99211,0.73121,0.51566;0.99199,0.72555,0.51037;0.99186,0.71989,0.50508;0.99174,0.71423,0.49979;0.99162,0.70857,0.4945;0.9915,0.70291,0.48921;0.99137,0.69725,0.48392;0.99125,0.6916,0.47863;0.99113,0.68594,0.47334;0.991,0.68028,0.46805;0.99088,0.67462,0.46276;0.99076,0.66896,0.45747;0.99063,0.6633,0.45218;0.99051,0.65764,0.44689;0.99039,0.65198,0.4416;0.99027,0.64632,0.43631;0.99014,0.64066,0.43102;0.99002,0.635,0.42573;0.9899,0.62934,0.42044;0.98977,0.62368,0.41515;0.98965,0.61802,0.40986;0.98953,0.61236,0.40457;0.9894,0.60671,0.39928;0.98928,0.60105,0.39399;0.98916,0.59539,0.3887;0.98903,0.58973,0.38341;0.98891,0.58407,0.37812;0.98879,0.57841,0.37283;0.98867,0.57275,0.36754;0.98854,0.56709,0.36225;0.98842,0.56143,0.35696;0.9883,0.55577,0.35166;0.98744,0.55048,0.34797;0.98584,0.54556,0.34588;0.98424,0.54064,0.34379;0.98264,0.53572,0.3417;0.98104,0.5308,0.33961;0.97944,0.52587,0.33752;0.97784,0.52095,0.33542;0.97624,0.51603,0.33333;0.97464,0.51111,0.33124;0.97304,0.50619,0.32915;0.97144,0.50127,0.32706;0.96984,0.49635,0.32497;0.96824,0.49143,0.32288;0.96664,0.48651,0.32078;0.96504,0.48158,0.31869;0.96344,0.47666,0.3166;0.96185,0.47174,0.31451;0.96025,0.46682,0.31242;0.95865,0.4619,0.31033;0.95705,0.45698,0.30824;0.95545,0.45206,0.30614;0.95385,0.44714,0.30405;0.95225,0.44221,0.30196;0.95065,0.43729,0.29987;0.94905,0.43237,0.29778;0.94745,0.42745,0.29569;0.94585,0.42253,0.29359;0.94425,0.41761,0.2915;0.94265,0.41269,0.28941;0.94105,0.40777,0.28732;0.93945,0.40285,0.28523;0.93785,0.39792,0.28314;0.93541,0.392,0.2792;0.93246,0.38548,0.27416;0.9295,0.37896,0.26911;0.92655,0.37244,0.26407;0.9236,0.36592,0.25902;0.92065,0.3594,0.25398;0.91769,0.35288,0.24894;0.91474,0.34636,0.24389;0.91179,0.33984,0.23885;0.90884,0.33332,0.2338;0.90588,0.3268,0.22876;0.90293,0.32028,0.22371;0.89998,0.31376,0.21867;0.89702,0.30724,0.21363;0.89407,0.30072,0.20858;0.89112,0.29419,0.20354;0.88817,0.28767,0.19849;0.88521,0.28115,0.19345;0.88226,0.27463,0.1884;0.87931,0.26811,0.18336;0.87636,0.26159,0.17832;0.8734,0.25507,0.17327;0.87045,0.24855,0.16823;0.8675,0.24203,0.16318;0.86454,0.23551,0.15814;0.86159,0.22899,0.15309;0.85864,0.22247,0.14805;0.85569,0.21595,0.14301;0.85273,0.20943,0.13796;0.84978,0.20291,0.13292;0.84683,0.19639,0.12787;0.84388,0.18987,0.12283;0.83982,0.18381,0.11871;0.83539,0.1779,0.11489;0.83096,0.172,0.11108;0.82653,0.16609,0.10727;0.8221,0.16018,0.10345;0.81767,0.15428,0.099639;0.81324,0.14837,0.095825;0.80881,0.14247,0.092011;0.80438,0.13656,0.088197;0.79995,0.13066,0.084383;0.79552,0.12475,0.080569;0.7911,0.11885,0.076755;0.78667,0.11294,0.072941;0.78224,0.10704,0.069127;0.77781,0.10113,0.065313;0.77338,0.095225,0.061499;0.76895,0.089319,0.057686;0.76452,0.083414,0.053872;0.76009,0.077509,0.050058;0.75566,0.071603,0.046244;0.75123,0.065698,0.04243;0.74681,0.059792,0.038616;0.74238,0.053887,0.034802;0.73795,0.047982,0.030988;0.73352,0.042076,0.027174;0.72909,0.036171,0.02336;0.72466,0.030265,0.019546;0.72023,0.02436,0.015732;0.7158,0.018454,0.011918;0.71137,0.012549,0.0081046;0.70694,0.0066436,0.0042907;0.70251,0.00073818,0.00047674;0.69636,0,0;0.68997,0,0;0.68357,0,0;0.67717,0,0;0.67077,0,0;0.66438,0,0;0.65798,0,0;0.65158,0,0;0.64518,0,0;0.63879,0,0;0.63239,0,0;0.62599,0,0;0.61959,0,0;0.61319,0,0;0.6068,0,0;0.6004,0,0;0.594,0,0;0.5876,0,0;0.58121,0,0;0.57481,0,0;0.56841,0,0;0.56201,0,0;0.55562,0,0;0.54922,0,0;0.54282,0,0;0.53642,0,0;0.53003,0,0;0.52363,0,0;0.51723,0,0;0.51083,0,0;0.50444,0,0;0.49804,0,0];
case 'Paired'
map=[0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.65098,0.80784,0.8902;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.12157,0.47059,0.70588;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.69804,0.87451,0.54118;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.2,0.62745,0.17255;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.98431,0.60392,0.6;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.8902,0.10196,0.1098;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;0.99216,0.74902,0.43529;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.79216,0.69804,0.83922;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;0.41569,0.23922,0.60392;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;1,1,0.6;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686;0.69412,0.34902,0.15686];
case 'Pastel1'
map=[0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.98431,0.70588,0.68235;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.70196,0.80392,0.8902;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.87059,0.79608,0.89412;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;0.99608,0.85098,0.65098;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;1,1,0.8;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.89804,0.84706,0.74118;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.99216,0.8549,0.92549;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902;0.94902,0.94902,0.94902];
case 'Pastel2'
map=[0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.70196,0.88627,0.80392;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.99216,0.80392,0.67451;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.79608,0.83529,0.9098;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.95686,0.79216,0.89412;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;0.90196,0.96078,0.78824;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;1,0.94902,0.68235;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.9451,0.88627,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8;0.8,0.8,0.8];
case 'pink'
map=[0.1178,0,0;0.13708,0.025415,0.025415;0.15637,0.050829,0.050829;0.17565,0.076244,0.076244;0.19494,0.10166,0.10166;0.20875,0.11289,0.11289;0.22229,0.12342,0.12342;0.23583,0.13395,0.13395;0.24937,0.14448,0.14448;0.26068,0.15279,0.15279;0.27175,0.16086,0.16086;0.28282,0.16894,0.16894;0.29389,0.17702,0.17702;0.3037,0.18401,0.18401;0.3133,0.19082,0.19082;0.3229,0.19763,0.19763;0.3325,0.20444,0.20444;0.34128,0.21059,0.21059;0.34988,0.21659,0.21659;0.35847,0.22259,0.22259;0.36707,0.22859,0.22859;0.37509,0.23415,0.23415;0.38295,0.23958,0.23958;0.3908,0.245,0.245;0.39865,0.25043,0.25043;0.40609,0.25554,0.25554;0.41336,0.26053,0.26053;0.42063,0.26552,0.26552;0.42791,0.2705,0.2705;0.43487,0.27526,0.27526;0.44168,0.2799,0.2799;0.44848,0.28455,0.28455;0.45529,0.28919,0.28919;0.46186,0.29366,0.29366;0.46828,0.29802,0.29802;0.4747,0.30238,0.30238;0.48112,0.30674,0.30674;0.48735,0.31096,0.31096;0.49344,0.31509,0.31509;0.49953,0.31921,0.31921;0.50562,0.32334,0.32334;0.51157,0.32735,0.32735;0.51738,0.33128,0.33128;0.52319,0.3352,0.3352;0.529,0.33912,0.33912;0.53469,0.34296,0.34296;0.54026,0.34671,0.34671;0.54582,0.35046,0.35046;0.55138,0.35421,0.35421;0.55685,0.35789,0.35789;0.5622,0.36148,0.36148;0.56755,0.36508,0.36508;0.57289,0.36867,0.36867;0.57817,0.37222,0.37222;0.58332,0.37568,0.37568;0.58847,0.37914,0.37914;0.59363,0.38259,0.38259;0.59872,0.38601,0.38601;0.6037,0.38935,0.38935;0.60868,0.39269,0.39269;0.61366,0.39603,0.39603;0.61859,0.39933,0.39933;0.62341,0.40256,0.40256;0.62823,0.40579,0.40579;0.63306,0.40902,0.40902;0.63784,0.41222,0.41222;0.64252,0.41535,0.41535;0.6472,0.41848,0.41848;0.65188,0.42161,0.42161;0.65653,0.42472,0.42472;0.66108,0.42776,0.42776;0.66562,0.43079,0.43079;0.67017,0.43383,0.43383;0.6747,0.43686,0.43686;0.67912,0.43981,0.43981;0.68355,0.44277,0.44277;0.68798,0.44572,0.44572;0.69239,0.44867,0.44867;0.69671,0.45155,0.45155;0.70102,0.45443,0.45443;0.70533,0.4573,0.4573;0.70964,0.46018,0.46018;0.71385,0.46298,0.46298;0.71806,0.46579,0.46579;0.72227,0.4686,0.4686;0.72648,0.47141,0.47141;0.7306,0.47415,0.47415;0.73471,0.47689,0.47689;0.73882,0.47963,0.47963;0.74294,0.48237,0.48237;0.74697,0.48505,0.48505;0.75099,0.48773,0.48773;0.75501,0.49041,0.49041;0.75904,0.49309,0.49309;0.76097,0.49875,0.49571;0.76268,0.50473,0.49834;0.7644,0.51071,0.50096;0.76611,0.5167,0.50358;0.76781,0.52245,0.50615;0.76951,0.52816,0.50872;0.77121,0.53387,0.51129;0.77291,0.53959,0.51386;0.77459,0.54511,0.51638;0.77627,0.55059,0.5189;0.77796,0.55607,0.52142;0.77964,0.56155,0.52393;0.78131,0.56687,0.52641;0.78298,0.57214,0.52888;0.78465,0.57741,0.53135;0.78632,0.58268,0.53382;0.78798,0.58782,0.53625;0.78963,0.5929,0.53868;0.79129,0.59799,0.5411;0.79294,0.60307,0.54352;0.79459,0.60804,0.54592;0.79623,0.61296,0.5483;0.79787,0.61788,0.55068;0.79951,0.6228,0.55306;0.80114,0.62762,0.55541;0.80277,0.63239,0.55775;0.80439,0.63715,0.56009;0.80602,0.64192,0.56243;0.80764,0.6466,0.56475;0.80925,0.65123,0.56705;0.81087,0.65586,0.56935;0.81248,0.66048,0.57165;0.81409,0.66504,0.57394;0.81569,0.66954,0.5762;0.81729,0.67404,0.57846;0.81889,0.67854,0.58073;0.82049,0.68299,0.58298;0.82207,0.68737,0.5852;0.82366,0.69175,0.58743;0.82525,0.69613,0.58966;0.82684,0.70047,0.59188;0.82841,0.70474,0.59407;0.82999,0.70902,0.59627;0.83156,0.71329,0.59846;0.83313,0.71753,0.60065;0.8347,0.7217,0.60281;0.83626,0.72587,0.60497;0.83783,0.73005,0.60714;0.83939,0.73419,0.60929;0.84094,0.73827,0.61142;0.84249,0.74235,0.61356;0.84404,0.74642,0.61569;0.84559,0.75048,0.61781;0.84714,0.75447,0.61992;0.84868,0.75846,0.62202;0.85022,0.76245,0.62412;0.85176,0.76642,0.62622;0.85329,0.77033,0.6283;0.85482,0.77424,0.63037;0.85635,0.77815,0.63245;0.85787,0.78204,0.63452;0.85939,0.78587,0.63656;0.86091,0.7897,0.63861;0.86243,0.79354,0.64066;0.86395,0.79736,0.6427;0.86545,0.80111,0.64473;0.86696,0.80487,0.64675;0.86847,0.80863,0.64877;0.86998,0.81238,0.65079;0.87148,0.81607,0.65279;0.87297,0.81976,0.65478;0.87447,0.82345,0.65678;0.87597,0.82713,0.65878;0.87745,0.83076,0.66075;0.87894,0.83438,0.66272;0.88043,0.838,0.66469;0.88192,0.84162,0.66667;0.88339,0.84519,0.66862;0.88487,0.84875,0.67056;0.88635,0.85231,0.67251;0.88783,0.85587,0.67446;0.88929,0.85938,0.67639;0.89076,0.86288,0.67832;0.89223,0.86638,0.68024;0.8937,0.86988,0.68217;0.89515,0.87333,0.68408;0.89661,0.87678,0.68598;0.89807,0.88023,0.68789;0.89953,0.88367,0.68979;0.90098,0.88707,0.69168;0.90242,0.89046,0.69356;0.90387,0.89386,0.69545;0.90532,0.89725,0.69733;0.90676,0.9006,0.6992;0.9082,0.90394,0.70106;0.90964,0.90728,0.70293;0.91108,0.91063,0.70479;0.91251,0.91251,0.70936;0.91394,0.91394,0.71478;0.91537,0.91537,0.7202;0.9168,0.9168,0.72562;0.91822,0.91822,0.73092;0.91964,0.91964,0.73618;0.92106,0.92106,0.74144;0.92248,0.92248,0.7467;0.9239,0.9239,0.75186;0.92531,0.92531,0.75698;0.92672,0.92672,0.76209;0.92814,0.92814,0.76721;0.92954,0.92954,0.77224;0.93094,0.93094,0.77722;0.93235,0.93235,0.7822;0.93375,0.93375,0.78718;0.93515,0.93515,0.79209;0.93654,0.93654,0.79694;0.93794,0.93794,0.8018;0.93933,0.93933,0.80666;0.94073,0.94073,0.81145;0.94211,0.94211,0.81619;0.9435,0.9435,0.82093;0.94488,0.94488,0.82568;0.94627,0.94627,0.83037;0.94765,0.94765,0.835;0.94902,0.94902,0.83963;0.9504,0.9504,0.84427;0.95178,0.95178,0.84886;0.95315,0.95315,0.85339;0.95452,0.95452,0.85792;0.95589,0.95589,0.86245;0.95725,0.95725,0.86695;0.95862,0.95862,0.87139;0.95998,0.95998,0.87583;0.96134,0.96134,0.88027;0.9627,0.9627,0.88468;0.96406,0.96406,0.88903;0.96541,0.96541,0.89338;0.96677,0.96677,0.89773;0.96812,0.96812,0.90206;0.96946,0.96946,0.90632;0.97081,0.97081,0.91059;0.97216,0.97216,0.91486;0.9735,0.9735,0.91911;0.97484,0.97484,0.92329;0.97618,0.97618,0.92748;0.97752,0.97752,0.93167;0.97886,0.97886,0.93584;0.98019,0.98019,0.93996;0.98153,0.98153,0.94407;0.98286,0.98286,0.94819;0.98419,0.98419,0.95229;0.98551,0.98551,0.95633;0.98684,0.98684,0.96037;0.98816,0.98816,0.96442;0.98949,0.98949,0.96845;0.9908,0.9908,0.97243;0.99212,0.99212,0.9764;0.99344,0.99344,0.98038;0.99476,0.99476,0.98435;0.99607,0.99607,0.98826;0.99738,0.99738,0.99218;0.99869,0.99869,0.99609;1,1,1];
case 'PiYG'
map=[0.55686,0.0039216,0.32157;0.56532,0.00792,0.32818;0.57378,0.011918,0.33479;0.58224,0.015917,0.34141;0.5907,0.019915,0.34802;0.59915,0.023914,0.35463;0.60761,0.027912,0.36125;0.61607,0.031911,0.36786;0.62453,0.035909,0.37447;0.63299,0.039908,0.38108;0.64145,0.043906,0.3877;0.6499,0.047905,0.39431;0.65836,0.051903,0.40092;0.66682,0.055902,0.40754;0.67528,0.0599,0.41415;0.68374,0.063899,0.42076;0.6922,0.067897,0.42737;0.70065,0.071895,0.43399;0.70911,0.075894,0.4406;0.71757,0.079892,0.44721;0.72603,0.083891,0.45383;0.73449,0.087889,0.46044;0.74295,0.091888,0.46705;0.7514,0.095886,0.47366;0.75986,0.099885,0.48028;0.76832,0.10388,0.48689;0.77447,0.11296,0.49396;0.77832,0.1271,0.5015;0.78216,0.14125,0.50903;0.78601,0.1554,0.51657;0.78985,0.16955,0.52411;0.79369,0.1837,0.53164;0.79754,0.19785,0.53918;0.80138,0.212,0.54671;0.80523,0.22614,0.55425;0.80907,0.24029,0.56178;0.81292,0.25444,0.56932;0.81676,0.26859,0.57686;0.82061,0.28274,0.58439;0.82445,0.29689,0.59193;0.8283,0.31103,0.59946;0.83214,0.32518,0.607;0.83599,0.33933,0.61453;0.83983,0.35348,0.62207;0.84368,0.36763,0.6296;0.84752,0.38178,0.63714;0.85136,0.39592,0.64468;0.85521,0.41007,0.65221;0.85905,0.42422,0.65975;0.8629,0.43837,0.66728;0.86674,0.45252,0.67482;0.87059,0.46667,0.68235;0.87351,0.47636,0.68912;0.87643,0.48604,0.69589;0.87935,0.49573,0.70265;0.88228,0.50542,0.70942;0.8852,0.51511,0.71619;0.88812,0.5248,0.72295;0.89104,0.53449,0.72972;0.89396,0.54418,0.73649;0.89689,0.55386,0.74325;0.89981,0.56355,0.75002;0.90273,0.57324,0.75679;0.90565,0.58293,0.76355;0.90857,0.59262,0.77032;0.9115,0.60231,0.77709;0.91442,0.612,0.78385;0.91734,0.62168,0.79062;0.92026,0.63137,0.79739;0.92318,0.64106,0.80415;0.92611,0.65075,0.81092;0.92903,0.66044,0.81769;0.93195,0.67013,0.82445;0.93487,0.67982,0.83122;0.93779,0.6895,0.83799;0.94072,0.69919,0.84475;0.94364,0.70888,0.85152;0.94602,0.71696,0.85652;0.94787,0.72341,0.85975;0.94971,0.72987,0.86298;0.95156,0.73633,0.86621;0.9534,0.74279,0.86943;0.95525,0.74925,0.87266;0.95709,0.75571,0.87589;0.95894,0.76217,0.87912;0.96078,0.76863,0.88235;0.96263,0.77509,0.88558;0.96448,0.78155,0.88881;0.96632,0.788,0.89204;0.96817,0.79446,0.89527;0.97001,0.80092,0.8985;0.97186,0.80738,0.90173;0.9737,0.81384,0.90496;0.97555,0.8203,0.90819;0.97739,0.82676,0.91142;0.97924,0.83322,0.91465;0.98108,0.83968,0.91788;0.98293,0.84614,0.92111;0.98478,0.8526,0.92434;0.98662,0.85905,0.92757;0.98847,0.86551,0.9308;0.99031,0.87197,0.93403;0.99216,0.87843,0.93725;0.99123,0.88197,0.93849;0.99031,0.88551,0.93972;0.98939,0.88904,0.94095;0.98847,0.89258,0.94218;0.98754,0.89612,0.94341;0.98662,0.89965,0.94464;0.9857,0.90319,0.94587;0.98478,0.90673,0.9471;0.98385,0.91027,0.94833;0.98293,0.9138,0.94956;0.98201,0.91734,0.95079;0.98108,0.92088,0.95202;0.98016,0.92441,0.95325;0.97924,0.92795,0.95448;0.97832,0.93149,0.95571;0.97739,0.93502,0.95694;0.97647,0.93856,0.95817;0.97555,0.9421,0.9594;0.97463,0.94564,0.96063;0.9737,0.94917,0.96186;0.97278,0.95271,0.96309;0.97186,0.95625,0.96432;0.97093,0.95978,0.96555;0.97001,0.96332,0.96678;0.96909,0.96686,0.96801;0.96732,0.96847,0.96563;0.96471,0.96817,0.95963;0.96209,0.96786,0.95363;0.95948,0.96755,0.94764;0.95686,0.96724,0.94164;0.95425,0.96694,0.93564;0.95163,0.96663,0.92964;0.94902,0.96632,0.92364;0.94641,0.96601,0.91765;0.94379,0.96571,0.91165;0.94118,0.9654,0.90565;0.93856,0.96509,0.89965;0.93595,0.96478,0.89366;0.93333,0.96448,0.88766;0.93072,0.96417,0.88166;0.9281,0.96386,0.87566;0.92549,0.96355,0.86967;0.92288,0.96324,0.86367;0.92026,0.96294,0.85767;0.91765,0.96263,0.85167;0.91503,0.96232,0.84567;0.91242,0.96201,0.83968;0.9098,0.96171,0.83368;0.90719,0.9614,0.82768;0.90458,0.96109,0.82168;0.90196,0.96078,0.81569;0.89489,0.95771,0.80431;0.88781,0.95463,0.79293;0.88074,0.95156,0.78155;0.87366,0.94848,0.77017;0.86659,0.94541,0.75879;0.85952,0.94233,0.7474;0.85244,0.93925,0.73602;0.84537,0.93618,0.72464;0.83829,0.9331,0.71326;0.83122,0.93003,0.70188;0.82414,0.92695,0.6905;0.81707,0.92388,0.67912;0.81,0.9208,0.66774;0.80292,0.91772,0.65636;0.79585,0.91465,0.64498;0.78877,0.91157,0.6336;0.7817,0.9085,0.62222;0.77463,0.90542,0.61084;0.76755,0.90235,0.59946;0.76048,0.89927,0.58808;0.7534,0.89619,0.5767;0.74633,0.89312,0.56532;0.73925,0.89004,0.55394;0.73218,0.88697,0.54256;0.72511,0.88389,0.53118;0.71719,0.87951,0.52018;0.70842,0.87382,0.50957;0.69965,0.86813,0.49896;0.69089,0.86244,0.48835;0.68212,0.85675,0.47774;0.67336,0.85106,0.46713;0.66459,0.84537,0.45652;0.65582,0.83968,0.44591;0.64706,0.83399,0.43529;0.63829,0.8283,0.42468;0.62953,0.82261,0.41407;0.62076,0.81692,0.40346;0.612,0.81123,0.39285;0.60323,0.80554,0.38224;0.59446,0.79985,0.37163;0.5857,0.79416,0.36101;0.57693,0.78847,0.3504;0.56817,0.78278,0.33979;0.5594,0.77709,0.32918;0.55063,0.7714,0.31857;0.54187,0.76571,0.30796;0.5331,0.76002,0.29735;0.52434,0.75433,0.28674;0.51557,0.74864,0.27612;0.50681,0.74295,0.26551;0.49804,0.73725,0.2549;0.49035,0.7308,0.24998;0.48266,0.72434,0.24506;0.47497,0.71788,0.24014;0.46728,0.71142,0.23522;0.45959,0.70496,0.2303;0.4519,0.6985,0.22537;0.44421,0.69204,0.22045;0.43652,0.68558,0.21553;0.42884,0.67912,0.21061;0.42115,0.67266,0.20569;0.41346,0.66621,0.20077;0.40577,0.65975,0.19585;0.39808,0.65329,0.19093;0.39039,0.64683,0.18601;0.3827,0.64037,0.18108;0.37501,0.63391,0.17616;0.36732,0.62745,0.17124;0.35963,0.62099,0.16632;0.35194,0.61453,0.1614;0.34425,0.60807,0.15648;0.33656,0.60161,0.15156;0.32887,0.59516,0.14664;0.32118,0.5887,0.14171;0.31349,0.58224,0.13679;0.30581,0.57578,0.13187;0.29904,0.56901,0.1288;0.29319,0.56194,0.12757;0.28735,0.55486,0.12634;0.28151,0.54779,0.12511;0.27566,0.54072,0.12388;0.26982,0.53364,0.12265;0.26398,0.52657,0.12141;0.25813,0.51949,0.12018;0.25229,0.51242,0.11895;0.24644,0.50534,0.11772;0.2406,0.49827,0.11649;0.23476,0.4912,0.11526;0.22891,0.48412,0.11403;0.22307,0.47705,0.1128;0.21722,0.46997,0.11157;0.21138,0.4629,0.11034;0.20554,0.45582,0.10911;0.19969,0.44875,0.10788;0.19385,0.44168,0.10665;0.188,0.4346,0.10542;0.18216,0.42753,0.10419;0.17632,0.42045,0.10296;0.17047,0.41338,0.10173;0.16463,0.40631,0.1005;0.15879,0.39923,0.09927;0.15294,0.39216,0.098039];
case 'plasma'
map=[0.050383,0.029803,0.52797;0.063536,0.028426,0.53312;0.075353,0.027206,0.53801;0.086222,0.026125,0.54266;0.096379,0.025165,0.5471;0.10598,0.024309,0.55137;0.11512,0.023556,0.55547;0.1239,0.022878,0.55942;0.13238,0.022258,0.56325;0.1406,0.021687,0.56696;0.14861,0.021154,0.57056;0.15642,0.020651,0.57407;0.16407,0.020171,0.57748;0.17157,0.019706,0.58081;0.17895,0.019252,0.58405;0.18621,0.018803,0.58723;0.19337,0.018354,0.59033;0.20045,0.017902,0.59336;0.20744,0.017442,0.59633;0.21435,0.016973,0.59924;0.2212,0.016497,0.60208;0.22798,0.016007,0.60487;0.23472,0.015502,0.60759;0.2414,0.014979,0.61026;0.24803,0.014439,0.61287;0.25463,0.013882,0.61542;0.26118,0.013308,0.61791;0.2677,0.012716,0.62035;0.27419,0.012109,0.62272;0.28065,0.011488,0.62504;0.28708,0.010855,0.6273;0.29348,0.010213,0.62949;0.29985,0.009561,0.63162;0.30621,0.008902,0.63369;0.31254,0.008239,0.6357;0.31886,0.007576,0.63764;0.32515,0.006915,0.63951;0.33143,0.006261,0.64132;0.33768,0.005618,0.64305;0.34392,0.004991,0.64471;0.35015,0.004382,0.6463;0.35636,0.003798,0.64781;0.36255,0.003243,0.64924;0.36873,0.002724,0.6506;0.3749,0.002245,0.65188;0.38105,0.001814,0.65307;0.38718,0.001434,0.65418;0.3933,0.001114,0.6552;0.39941,0.000859,0.65613;0.4055,0.000678,0.65698;0.41158,0.000577,0.65773;0.41764,0.000564,0.65839;0.42369,0.000646,0.65896;0.42972,0.000831,0.65943;0.43573,0.001127,0.6598;0.44173,0.00154,0.66007;0.44771,0.00208,0.66024;0.45368,0.002755,0.66031;0.45962,0.003574,0.66028;0.46555,0.004545,0.66014;0.47146,0.005678,0.6599;0.47734,0.00698,0.65955;0.48321,0.00846,0.65909;0.48906,0.010127,0.65853;0.49488,0.01199,0.65787;0.50068,0.014055,0.65709;0.50645,0.016333,0.6562;0.51221,0.018833,0.65521;0.51793,0.021563,0.65411;0.52363,0.024532,0.6529;0.52931,0.027747,0.65159;0.53495,0.031217,0.65016;0.54057,0.03495,0.64864;0.54616,0.038954,0.64701;0.55171,0.043136,0.64528;0.55724,0.047331,0.64344;0.56274,0.051545,0.64151;0.5682,0.055778,0.63948;0.57363,0.060028,0.63735;0.57903,0.064296,0.63513;0.58439,0.068579,0.63281;0.58972,0.072878,0.63041;0.59501,0.07719,0.62792;0.60027,0.081516,0.62534;0.60549,0.085854,0.62269;0.61067,0.090204,0.61995;0.61581,0.094564,0.61714;0.62092,0.098934,0.61426;0.62599,0.10331,0.6113;0.63102,0.1077,0.60829;0.63601,0.11209,0.6052;0.64096,0.11649,0.60206;0.64587,0.1209,0.59887;0.65075,0.12531,0.59562;0.65558,0.12973,0.59232;0.66037,0.13414,0.58897;0.66513,0.13857,0.58558;0.66985,0.14299,0.58215;0.67452,0.14742,0.57869;0.67916,0.15185,0.57519;0.68376,0.15628,0.57166;0.68832,0.16071,0.5681;0.69284,0.16514,0.56452;0.69732,0.16957,0.56092;0.70177,0.174,0.5573;0.70618,0.17844,0.55366;0.71055,0.18287,0.55;0.71488,0.1873,0.54634;0.71918,0.19173,0.54266;0.72344,0.19616,0.53898;0.72767,0.20059,0.53529;0.73186,0.20501,0.5316;0.73602,0.20944,0.52791;0.74014,0.21386,0.52422;0.74423,0.21829,0.52052;0.74829,0.22271,0.51683;0.75231,0.22713,0.51315;0.7563,0.23156,0.50947;0.76026,0.23598,0.50579;0.76419,0.2404,0.50213;0.76809,0.24482,0.49846;0.77196,0.24924,0.49481;0.7758,0.25366,0.49117;0.7796,0.25808,0.48754;0.78338,0.2625,0.48392;0.78713,0.26692,0.48031;0.79085,0.27135,0.47671;0.79455,0.27577,0.47312;0.79822,0.2802,0.46954;0.80185,0.28463,0.46597;0.80547,0.28906,0.46242;0.80905,0.29349,0.45887;0.81261,0.29793,0.45534;0.81614,0.30237,0.45182;0.81965,0.30681,0.44831;0.82313,0.31126,0.44481;0.82659,0.31571,0.44132;0.83002,0.32017,0.43784;0.83342,0.32464,0.43437;0.8368,0.3291,0.4309;0.84015,0.33358,0.42745;0.84348,0.33806,0.42401;0.84679,0.34255,0.42058;0.85007,0.34705,0.41715;0.85332,0.35155,0.41373;0.85655,0.35607,0.41032;0.85975,0.36059,0.40692;0.86293,0.36512,0.40352;0.86608,0.36966,0.40013;0.8692,0.37421,0.39674;0.8723,0.37877,0.39336;0.87538,0.38335,0.38998;0.87842,0.38793,0.3866;0.88144,0.39253,0.38323;0.88444,0.39714,0.37986;0.8874,0.40176,0.37649;0.89034,0.4064,0.37313;0.89325,0.41105,0.36977;0.89613,0.41571,0.36641;0.89898,0.42039,0.36305;0.90181,0.42509,0.35969;0.9046,0.4298,0.35633;0.90736,0.43452,0.35297;0.9101,0.43927,0.34961;0.9128,0.44403,0.34625;0.91547,0.44881,0.34289;0.91811,0.4536,0.33953;0.92071,0.45842,0.33617;0.92329,0.46325,0.3328;0.92583,0.4681,0.32943;0.92833,0.47297,0.32607;0.9308,0.47787,0.3227;0.93323,0.48278,0.31933;0.93563,0.48771,0.31595;0.93799,0.49267,0.31257;0.94031,0.49764,0.3092;0.9426,0.50264,0.30582;0.94484,0.50766,0.30243;0.94705,0.5127,0.29905;0.94922,0.51776,0.29566;0.95134,0.52285,0.29228;0.95343,0.52796,0.28888;0.95547,0.53309,0.28549;0.95747,0.53825,0.2821;0.95942,0.54343,0.2787;0.96134,0.54864,0.27531;0.9632,0.55387,0.27191;0.96502,0.55912,0.26851;0.9668,0.5644,0.26512;0.96853,0.5697,0.26172;0.9702,0.57503,0.25833;0.97184,0.58038,0.25493;0.97342,0.58576,0.25154;0.97495,0.59117,0.24815;0.97643,0.59659,0.24477;0.97786,0.60205,0.24139;0.97923,0.60753,0.23801;0.98056,0.61304,0.23465;0.98183,0.61857,0.23129;0.98304,0.62413,0.22794;0.9842,0.62972,0.22459;0.9853,0.63533,0.22126;0.98635,0.64097,0.21795;0.98733,0.64663,0.21465;0.98826,0.65233,0.21136;0.98913,0.65804,0.2081;0.98994,0.66379,0.20486;0.99068,0.66956,0.20164;0.99137,0.67536,0.19845;0.99199,0.68118,0.19529;0.99254,0.68703,0.19217;0.99303,0.69291,0.18908;0.99346,0.69881,0.18604;0.99381,0.70474,0.18304;0.9941,0.7107,0.1801;0.99432,0.71668,0.17721;0.99447,0.72269,0.17438;0.99455,0.72873,0.17162;0.99456,0.73479,0.16894;0.9945,0.74088,0.16634;0.99435,0.74699,0.16382;0.99414,0.75314,0.1614;0.99385,0.7593,0.15909;0.99348,0.7655,0.15689;0.99303,0.77172,0.15481;0.9925,0.77797,0.15285;0.9919,0.78424,0.15104;0.99121,0.79054,0.14938;0.99044,0.79686,0.14787;0.98959,0.8032,0.14653;0.98865,0.80958,0.14536;0.98762,0.81598,0.14436;0.98651,0.8224,0.14356;0.98531,0.82885,0.14294;0.98403,0.83532,0.14253;0.98265,0.84181,0.1423;0.98119,0.84833,0.14228;0.97964,0.85487,0.14245;0.97799,0.86143,0.14281;0.97627,0.86802,0.14335;0.97444,0.87462,0.14406;0.97253,0.88125,0.14492;0.97053,0.8879,0.14592;0.96844,0.89456,0.14701;0.96627,0.90125,0.14818;0.96402,0.90795,0.14937;0.96168,0.91467,0.15052;0.95928,0.92141,0.15157;0.95681,0.92815,0.15241;0.95429,0.93491,0.15292;0.95173,0.94167,0.15293;0.94915,0.94844,0.15218;0.9466,0.95519,0.15033;0.94415,0.96192,0.14686;0.9419,0.96859,0.14096;0.94002,0.97516,0.13133];
case 'PRGn'
map=[0.25098,0,0.29412;0.25928,0.0064591,0.30273;0.26759,0.012918,0.31134;0.27589,0.019377,0.31995;0.2842,0.025836,0.32857;0.2925,0.032295,0.33718;0.30081,0.038754,0.34579;0.30911,0.045213,0.3544;0.31742,0.051672,0.36301;0.32572,0.058131,0.37163;0.33403,0.064591,0.38024;0.34233,0.07105,0.38885;0.35063,0.077509,0.39746;0.35894,0.083968,0.40607;0.36724,0.090427,0.41469;0.37555,0.096886,0.4233;0.38385,0.10334,0.43191;0.39216,0.1098,0.44052;0.40046,0.11626,0.44913;0.40877,0.12272,0.45775;0.41707,0.12918,0.46636;0.42537,0.13564,0.47497;0.43368,0.1421,0.48358;0.44198,0.14856,0.4922;0.45029,0.15502,0.50081;0.45859,0.16148,0.50942;0.46544,0.17009,0.5168;0.47082,0.18085,0.52295;0.4762,0.19162,0.5291;0.48158,0.20238,0.53526;0.48697,0.21315,0.54141;0.49235,0.22391,0.54756;0.49773,0.23468,0.55371;0.50311,0.24544,0.55986;0.5085,0.25621,0.56601;0.51388,0.26697,0.57216;0.51926,0.27774,0.57832;0.52464,0.2885,0.58447;0.53003,0.29927,0.59062;0.53541,0.31003,0.59677;0.54079,0.3208,0.60292;0.54617,0.33156,0.60907;0.55156,0.34233,0.61522;0.55694,0.35309,0.62138;0.56232,0.36386,0.62753;0.5677,0.37463,0.63368;0.57309,0.38539,0.63983;0.57847,0.39616,0.64598;0.58385,0.40692,0.65213;0.58923,0.41769,0.65829;0.59462,0.42845,0.66444;0.6,0.43922,0.67059;0.60631,0.44737,0.67612;0.61261,0.45552,0.68166;0.61892,0.46367,0.6872;0.62522,0.47182,0.69273;0.63153,0.47997,0.69827;0.63783,0.48812,0.70381;0.64414,0.49627,0.70934;0.65044,0.50442,0.71488;0.65675,0.51257,0.72042;0.66305,0.52072,0.72595;0.66936,0.52887,0.73149;0.67566,0.53702,0.73702;0.68197,0.54517,0.74256;0.68827,0.55333,0.7481;0.69458,0.56148,0.75363;0.70088,0.56963,0.75917;0.70719,0.57778,0.76471;0.71349,0.58593,0.77024;0.7198,0.59408,0.77578;0.72611,0.60223,0.78131;0.73241,0.61038,0.78685;0.73872,0.61853,0.79239;0.74502,0.62668,0.79792;0.75133,0.63483,0.80346;0.75763,0.64298,0.809;0.76363,0.65067,0.81369;0.76932,0.6579,0.81753;0.77501,0.66513,0.82138;0.7807,0.67236,0.82522;0.78639,0.67958,0.82907;0.79208,0.68681,0.83291;0.79777,0.69404,0.83676;0.80346,0.70127,0.8406;0.80915,0.7085,0.84444;0.81484,0.71572,0.84829;0.82053,0.72295,0.85213;0.82622,0.73018,0.85598;0.83191,0.73741,0.85982;0.8376,0.74464,0.86367;0.84329,0.75186,0.86751;0.84898,0.75909,0.87136;0.85467,0.76632,0.8752;0.86036,0.77355,0.87905;0.86605,0.78078,0.88289;0.87174,0.788,0.88674;0.87743,0.79523,0.89058;0.88312,0.80246,0.89443;0.88881,0.80969,0.89827;0.8945,0.81692,0.90211;0.90019,0.82414,0.90596;0.90588,0.83137,0.9098;0.90834,0.83676,0.91211;0.9108,0.84214,0.91442;0.91326,0.84752,0.91672;0.91572,0.8529,0.91903;0.91819,0.85829,0.92134;0.92065,0.86367,0.92364;0.92311,0.86905,0.92595;0.92557,0.87443,0.92826;0.92803,0.87982,0.93057;0.93049,0.8852,0.93287;0.93295,0.89058,0.93518;0.93541,0.89596,0.93749;0.93787,0.90135,0.93979;0.94033,0.90673,0.9421;0.94279,0.91211,0.94441;0.94525,0.91749,0.94671;0.94771,0.92288,0.94902;0.95017,0.92826,0.95133;0.95263,0.93364,0.95363;0.95509,0.93902,0.95594;0.95755,0.94441,0.95825;0.96002,0.94979,0.96055;0.96248,0.95517,0.96286;0.96494,0.96055,0.96517;0.9674,0.96594,0.96747;0.96632,0.96809,0.96586;0.96171,0.96701,0.96032;0.95709,0.96594,0.95479;0.95248,0.96486,0.94925;0.94787,0.96378,0.94371;0.94325,0.96271,0.93818;0.93864,0.96163,0.93264;0.93403,0.96055,0.9271;0.92941,0.95948,0.92157;0.9248,0.9584,0.91603;0.92018,0.95732,0.9105;0.91557,0.95625,0.90496;0.91096,0.95517,0.89942;0.90634,0.95409,0.89389;0.90173,0.95302,0.88835;0.89712,0.95194,0.88281;0.8925,0.95087,0.87728;0.88789,0.94979,0.87174;0.88328,0.94871,0.86621;0.87866,0.94764,0.86067;0.87405,0.94656,0.85513;0.86943,0.94548,0.8496;0.86482,0.94441,0.84406;0.86021,0.94333,0.83852;0.85559,0.94225,0.83299;0.85098,0.94118,0.82745;0.84314,0.93795,0.81961;0.83529,0.93472,0.81176;0.82745,0.93149,0.80392;0.81961,0.92826,0.79608;0.81176,0.92503,0.78824;0.80392,0.9218,0.78039;0.79608,0.91857,0.77255;0.78824,0.91534,0.76471;0.78039,0.91211,0.75686;0.77255,0.90888,0.74902;0.76471,0.90565,0.74118;0.75686,0.90242,0.73333;0.74902,0.89919,0.72549;0.74118,0.89596,0.71765;0.73333,0.89273,0.7098;0.72549,0.8895,0.70196;0.71765,0.88627,0.69412;0.7098,0.88304,0.68627;0.70196,0.87982,0.67843;0.69412,0.87659,0.67059;0.68627,0.87336,0.66275;0.67843,0.87013,0.6549;0.67059,0.8669,0.64706;0.66275,0.86367,0.63922;0.6549,0.86044,0.63137;0.64514,0.85536,0.62261;0.63345,0.84844,0.61292;0.62176,0.84152,0.60323;0.61007,0.8346,0.59354;0.59839,0.82768,0.58385;0.5867,0.82076,0.57416;0.57501,0.81384,0.56448;0.56332,0.80692,0.55479;0.55163,0.8,0.5451;0.53995,0.79308,0.53541;0.52826,0.78616,0.52572;0.51657,0.77924,0.51603;0.50488,0.77232,0.50634;0.49319,0.7654,0.49666;0.48151,0.75848,0.48697;0.46982,0.75156,0.47728;0.45813,0.74464,0.46759;0.44644,0.73772,0.4579;0.43476,0.7308,0.44821;0.42307,0.72388,0.43852;0.41138,0.71696,0.42884;0.39969,0.71003,0.41915;0.388,0.70311,0.40946;0.37632,0.69619,0.39977;0.36463,0.68927,0.39008;0.35294,0.68235,0.38039;0.34325,0.67405,0.37393;0.33356,0.66574,0.36747;0.32388,0.65744,0.36101;0.31419,0.64913,0.35456;0.3045,0.64083,0.3481;0.29481,0.63253,0.34164;0.28512,0.62422,0.33518;0.27543,0.61592,0.32872;0.26574,0.60761,0.32226;0.25606,0.59931,0.3158;0.24637,0.591,0.30934;0.23668,0.5827,0.30288;0.22699,0.57439,0.29642;0.2173,0.56609,0.28997;0.20761,0.55779,0.28351;0.19792,0.54948,0.27705;0.18824,0.54118,0.27059;0.17855,0.53287,0.26413;0.16886,0.52457,0.25767;0.15917,0.51626,0.25121;0.14948,0.50796,0.24475;0.13979,0.49965,0.23829;0.1301,0.49135,0.23183;0.12042,0.48304,0.22537;0.11073,0.47474,0.21892;0.10381,0.46659,0.21353;0.099654,0.45859,0.20923;0.095502,0.4506,0.20492;0.091349,0.4426,0.20062;0.087197,0.4346,0.19631;0.083045,0.42661,0.192;0.078893,0.41861,0.1877;0.07474,0.41061,0.18339;0.070588,0.40261,0.17908;0.066436,0.39462,0.17478;0.062284,0.38662,0.17047;0.058131,0.37862,0.16617;0.053979,0.37063,0.16186;0.049827,0.36263,0.15755;0.045675,0.35463,0.15325;0.041522,0.34664,0.14894;0.03737,0.33864,0.14464;0.033218,0.33064,0.14033;0.029066,0.32265,0.13602;0.024913,0.31465,0.13172;0.020761,0.30665,0.12741;0.016609,0.29865,0.12311;0.012457,0.29066,0.1188;0.0083045,0.28266,0.11449;0.0041522,0.27466,0.11019;0,0.26667,0.10588];
case 'prism'
map=[1,0,0;1,0,0;1,0.12965,0;1,0.3203,0;1,0.51159,0;1,0.69091,0;1,0.84643,0;1,0.96791,0;0.88898,1,0;0.6991,1,0;0.50729,1,0;0.32622,0.99657,0;0.16781,0.88705,0;0.042511,0.7408,0.22472;0,0.56747,0.49152;0,0.37848,0.72592;0,0.18629,0.91245;0,0.0035767,1;0.10015,0,1;0.2431,0,1;0.41421,0,0.99646;0.60218,0,0.84497;0.79462,0,0.63776;0.97885,0,0.38851;1,0,0.11363;1,0,0;1,0.056056,0;1,0.24288,0;1,0.43545,0;1,0.62106,0;1,0.78749,0;1,0.92375,0;0.96191,1,0;0.77636,1,0;0.5838,1,0;0.39692,1,0;0.22804,0.93595,0;0.088305,0.80343,0.11229;0,0.63969,0.38724;0,0.45553,0.63666;0,0.2631,0.8441;0,0.075077,0.99589;0.052823,0,1;0.18169,0,1;0.34275,0,1;0.52538,0,0.9132;0.71755,0,0.72693;0.90659,0,0.49274;1,0,0.22605;1,0,0;1,0,0;1,0.16639,0;1,0.35818,0;1,0.5481,0;1,0.72365,0;1,0.87324,0;1,0.98701,0;0.85249,1,0;0.66122,1,0;0.47054,1,0;0.293,0.97836,0;0.14032,0.86098,0;0.02257,0.7086,0.27881;0,0.53124,0.54058;0,0.34063,0.76672;0,0.14931,0.9423;0.012103,0,1;0.12549,0,1;0.27478,0,1;0.45013,0,0.97167;0.63998,0,0.80833;0.8318,0,0.5917;1,0,0.33605;1,0,0.058246;1,0,0;1,0.091656,0;1,0.2806,0;1,0.4728,0;1,0.65559,0;1,0.81691,0;1,0.94613,0;0.92666,1,0;0.73874,1,0;0.54629,1,0;0.362,1,0;0.19801,0.91286,0;0.065144,0.77345,0.16739;0,0.6048,0.43873;0,0.41804,0.68114;0,0.22547,0.87863;0,0.039789,1;0.075126,0,1;0.21105,0,1;0.37724,0,1;0.56272,0,0.88108;0.75528,0,0.68432;0.94222,0,0.44245;1,0,0.17141;1,0,0;1,0.019471,0;1,0.20356,0;1,0.39598,0;1,0.58405,0;1,0.75538,0;1,0.89865,0;0.99809,1,0;0.81552,1,0;0.62337,1,0;0.43429,1,0;0.26075,0.9585,0;0.11419,0.83356,0.054186;0.0042803,0.67542,0.33218;0,0.49451,0.58826;0,0.30275,0.80557;0,0.11278,0.96975;0.031124,0,1;0.15223,0,1;0.30747,0,1;0.48662,0,0.94439;0.67785,0,0.76963;0.86857,0,0.54412;1,0,0.28274;1,0,0.0027104;1,0,0;1,0.12787,0;1,0.31845,0;1,0.5098,0;1,0.68929,0;1,0.84509,0;1,0.96693,0;0.89075,1,0;0.70095,1,0;0.5091,1,0;0.32786,0.99741,0;0.16918,0.88829,0;0.043525,0.74235,0.22207;0,0.56922,0.4891;0,0.38032,0.72388;0,0.1881,0.91093;0,0.0052414,1;0.098946,0,1;0.24159,0,1;0.41247,0,0.99761;0.60034,0,0.8467;0.7928,0,0.63997;0.97716,0,0.39104;1,0,0.11633;1,0,0;1,0.054336,0;1,0.24104,0;1,0.43362,0;1,0.61936,0;1,0.78602,0;1,0.92262,0;0.96362,1,0;0.77819,1,0;0.58563,1,0;0.39864,1,0;0.22953,0.93703,0;0.089474,0.80486,0.10959;0,0.64137,0.3847;0,0.45735,0.63444;0,0.26494,0.84236;0,0.076816,0.99473;0.051775,0,1;0.18028,0,1;0.34108,0,1;0.52357,0,0.91471;0.71571,0,0.72897;0.90484,0,0.49516;1,0,0.2287;1,0,0;1,0,0;1,0.16459,0;1,0.35633,0;1,0.54633,0;1,0.72207,0;1,0.87196,0;1,0.98611,0;0.85428,1,0;0.66307,1,0;0.47232,1,0;0.2946,0.97929,0;0.14163,0.86229,0;0.023505,0.71019,0.27618;0,0.53302,0.53822;0,0.34247,0.76477;0,0.1511,0.9409;0.011218,0,1;0.12422,0,1;0.27321,0,1;0.44837,0,0.97293;0.63813,0,0.81017;0.83,0,0.59398;1,0,0.33863;1,0,0.060953;1,0,0;1,0.089905,0;1,0.27876,0;1,0.47099,0;1,0.65393,0;1,0.8155,0;1,0.94507,0;0.9284,1,0;0.74058,1,0;0.54811,1,0;0.36368,1,0;0.19945,0.91402,0;0.066238,0.77494,0.16471;0,0.60652,0.43624;0,0.41987,0.67901;0,0.2273,0.877;0,0.041494,1;0.074002,0,1;0.20959,0,1;0.37553,0,1;0.56089,0,0.8827;0.75345,0,0.68644;0.9405,0,0.44493;1,0,0.17409;1,0,0;1,0.017789,0;1,0.20174,0;1,0.39414,0;1,0.58231,0;1,0.75385,0;1,0.89744,0;0.99975,1,0;0.81734,1,0;0.62521,1,0;0.43604,1,0;0.2623,0.95951,0;0.11543,0.83493,0.051479;0.0051334,0.67706,0.32959;0,0.49631,0.58597;0,0.30459,0.80372;0,0.11455,0.96847;0.030158,0,1;0.15089,0,1;0.30585,0,1;0.48483,0,0.94578;0.67601,0,0.77156;0.86679,0,0.54648;1,0,0.28536;1,0,0.0054208;1,0,0;1,0.12609,0;1,0.3166,0;1,0.508,0;1,0.68767,0;1,0.84375,0;1,0.96595,0;0.89252,1,0;0.70279,1,0;0.5109,1,0;0.32951,0.99825,0];
case 'PuBu'
map=[1,0.96863,0.98431;0.99766,0.96666,0.98321;0.99532,0.96469,0.9821;0.99299,0.96272,0.98099;0.99065,0.96075,0.97988;0.98831,0.95879,0.97878;0.98597,0.95682,0.97767;0.98364,0.95485,0.97656;0.9813,0.95288,0.97546;0.97896,0.95091,0.97435;0.97662,0.94894,0.97324;0.97429,0.94697,0.97213;0.97195,0.94501,0.97103;0.96961,0.94304,0.96992;0.96727,0.94107,0.96881;0.96494,0.9391,0.9677;0.9626,0.93713,0.9666;0.96026,0.93516,0.96549;0.95792,0.93319,0.96438;0.95559,0.93123,0.96328;0.95325,0.92926,0.96217;0.95091,0.92729,0.96106;0.94857,0.92532,0.95995;0.94624,0.92335,0.95885;0.9439,0.92138,0.95774;0.94156,0.91942,0.95663;0.93922,0.91745,0.95552;0.93689,0.91548,0.95442;0.93455,0.91351,0.95331;0.93221,0.91154,0.9522;0.92987,0.90957,0.9511;0.92754,0.9076,0.94999;0.92506,0.90554,0.94884;0.92161,0.90284,0.94736;0.91817,0.90013,0.94588;0.91473,0.89742,0.94441;0.91128,0.89472,0.94293;0.90784,0.89201,0.94145;0.90439,0.8893,0.93998;0.90095,0.8866,0.9385;0.8975,0.88389,0.93702;0.89406,0.88118,0.93555;0.89061,0.87848,0.93407;0.88717,0.87577,0.9326;0.88372,0.87306,0.93112;0.88028,0.87036,0.92964;0.87683,0.86765,0.92817;0.87339,0.86494,0.92669;0.86994,0.86224,0.92521;0.8665,0.85953,0.92374;0.86305,0.85682,0.92226;0.85961,0.85412,0.92078;0.85616,0.85141,0.91931;0.85272,0.8487,0.91783;0.84927,0.846,0.91636;0.84583,0.84329,0.91488;0.84238,0.84058,0.9134;0.83894,0.83788,0.91193;0.83549,0.83517,0.91045;0.83205,0.83246,0.90897;0.8286,0.82976,0.9075;0.82516,0.82705,0.90602;0.82171,0.82434,0.90454;0.81827,0.82164,0.90307;0.81439,0.81899,0.90162;0.80923,0.81653,0.90027;0.80406,0.81407,0.89892;0.79889,0.81161,0.89756;0.79373,0.80915,0.89621;0.78856,0.80669,0.89486;0.78339,0.80423,0.8935;0.77822,0.80177,0.89215;0.77306,0.79931,0.8908;0.76789,0.79685,0.88944;0.76272,0.79439,0.88809;0.75755,0.79193,0.88674;0.75239,0.78947,0.88538;0.74722,0.787,0.88403;0.74205,0.78454,0.88268;0.73689,0.78208,0.88132;0.73172,0.77962,0.87997;0.72655,0.77716,0.87862;0.72138,0.7747,0.87726;0.71622,0.77224,0.87591;0.71105,0.76978,0.87456;0.70588,0.76732,0.8732;0.70072,0.76486,0.87185;0.69555,0.7624,0.8705;0.69038,0.75994,0.86914;0.68521,0.75748,0.86779;0.68005,0.75502,0.86644;0.67488,0.75256,0.86508;0.66971,0.7501,0.86373;0.66454,0.74764,0.86238;0.65938,0.74517,0.86102;0.65421,0.74271,0.85967;0.64867,0.74025,0.85827;0.64252,0.73779,0.85679;0.63637,0.73533,0.85532;0.63022,0.73287,0.85384;0.62407,0.73041,0.85236;0.61792,0.72795,0.85089;0.61176,0.72549,0.84941;0.60561,0.72303,0.84794;0.59946,0.72057,0.84646;0.59331,0.71811,0.84498;0.58716,0.71565,0.84351;0.58101,0.71319,0.84203;0.57486,0.71073,0.84055;0.5687,0.70827,0.83908;0.56255,0.70581,0.8376;0.5564,0.70334,0.83612;0.55025,0.70088,0.83465;0.5441,0.69842,0.83317;0.53795,0.69596,0.8317;0.5318,0.6935,0.83022;0.52564,0.69104,0.82874;0.51949,0.68858,0.82727;0.51334,0.68612,0.82579;0.50719,0.68366,0.82431;0.50104,0.6812,0.82284;0.49489,0.67874,0.82136;0.48874,0.67628,0.81988;0.48258,0.67382,0.81841;0.47643,0.67136,0.81693;0.47028,0.6689,0.81546;0.46413,0.66644,0.81398;0.45798,0.66398,0.8125;0.45109,0.66121,0.81084;0.44346,0.65813,0.809;0.43583,0.65506,0.80715;0.4282,0.65198,0.80531;0.42058,0.6489,0.80346;0.41295,0.64583,0.80161;0.40532,0.64275,0.79977;0.39769,0.63968,0.79792;0.39007,0.6366,0.79608;0.38244,0.63353,0.79423;0.37481,0.63045,0.79239;0.36718,0.62737,0.79054;0.35955,0.6243,0.7887;0.35193,0.62122,0.78685;0.3443,0.61815,0.78501;0.33667,0.61507,0.78316;0.32904,0.612,0.78131;0.32141,0.60892,0.77947;0.31379,0.60584,0.77762;0.30616,0.60277,0.77578;0.29853,0.59969,0.77393;0.2909,0.59662,0.77209;0.28328,0.59354,0.77024;0.27565,0.59047,0.7684;0.26802,0.58739,0.76655;0.26039,0.58431,0.76471;0.25276,0.58124,0.76286;0.24514,0.57816,0.76101;0.23751,0.57509,0.75917;0.22988,0.57201,0.75732;0.22225,0.56894,0.75548;0.21463,0.56586,0.75363;0.208,0.56225,0.75171;0.20197,0.55831,0.74974;0.19594,0.55437,0.74777;0.18991,0.55043,0.74581;0.18388,0.5465,0.74384;0.17785,0.54256,0.74187;0.17183,0.53862,0.7399;0.1658,0.53469,0.73793;0.15977,0.53075,0.73596;0.15374,0.52681,0.73399;0.14771,0.52288,0.73203;0.14168,0.51894,0.73006;0.13566,0.515,0.72809;0.12963,0.51106,0.72612;0.1236,0.50713,0.72415;0.11757,0.50319,0.72218;0.11154,0.49925,0.72022;0.10551,0.49532,0.71825;0.099485,0.49138,0.71628;0.093456,0.48744,0.71431;0.087428,0.48351,0.71234;0.081399,0.47957,0.71037;0.075371,0.47563,0.7084;0.069343,0.4717,0.70644;0.063314,0.46776,0.70447;0.057286,0.46382,0.7025;0.051257,0.45988,0.70053;0.045229,0.45595,0.69856;0.0392,0.45201,0.69659;0.033172,0.44807,0.69463;0.027143,0.44414,0.69266;0.021115,0.4402,0.69069;0.019516,0.43719,0.68697;0.019393,0.43448,0.68266;0.01927,0.43177,0.67835;0.019146,0.42907,0.67405;0.019023,0.42636,0.66974;0.0189,0.42365,0.66544;0.018777,0.42095,0.66113;0.018654,0.41824,0.65682;0.018531,0.41553,0.65252;0.018408,0.41283,0.64821;0.018285,0.41012,0.64391;0.018162,0.40741,0.6396;0.018039,0.40471,0.63529;0.017916,0.402,0.63099;0.017793,0.39929,0.62668;0.01767,0.39659,0.62238;0.017547,0.39388,0.61807;0.017424,0.39117,0.61376;0.017301,0.38847,0.60946;0.017178,0.38576,0.60515;0.017055,0.38305,0.60085;0.016932,0.38035,0.59654;0.016809,0.37764,0.59223;0.016686,0.37493,0.58793;0.016563,0.37223,0.58362;0.01644,0.36952,0.57932;0.016317,0.36681,0.57501;0.016194,0.36411,0.5707;0.016071,0.3614,0.5664;0.015948,0.35869,0.56209;0.015825,0.35599,0.55779;0.015702,0.35328,0.55348;0.015471,0.34928,0.54724;0.015225,0.3451,0.54072;0.014979,0.34092,0.53419;0.014733,0.33673,0.52767;0.014487,0.33255,0.52115;0.014241,0.32837,0.51463;0.013995,0.32418,0.50811;0.013749,0.32,0.50159;0.013502,0.31582,0.49507;0.013256,0.31163,0.48855;0.01301,0.30745,0.48203;0.012764,0.30327,0.47551;0.012518,0.29908,0.46899;0.012272,0.2949,0.46247;0.012026,0.29072,0.45595;0.01178,0.28654,0.44943;0.011534,0.28235,0.44291;0.011288,0.27817,0.43639;0.011042,0.27399,0.42987;0.010796,0.2698,0.42334;0.01055,0.26562,0.41682;0.010304,0.26144,0.4103;0.010058,0.25725,0.40378;0.0098116,0.25307,0.39726;0.0095656,0.24889,0.39074;0.0093195,0.24471,0.38422;0.0090734,0.24052,0.3777;0.0088274,0.23634,0.37118;0.0085813,0.23216,0.36466;0.0083353,0.22797,0.35814;0.0080892,0.22379,0.35162;0.0078431,0.21961,0.3451];
case 'PuBuGn'
map=[1,0.96863,0.98431;0.99766,0.96604,0.98296;0.99532,0.96346,0.98161;0.99299,0.96088,0.98025;0.99065,0.95829,0.9789;0.98831,0.95571,0.97755;0.98597,0.95313,0.97619;0.98364,0.95054,0.97484;0.9813,0.94796,0.97349;0.97896,0.94537,0.97213;0.97662,0.94279,0.97078;0.97429,0.94021,0.96943;0.97195,0.93762,0.96807;0.96961,0.93504,0.96672;0.96727,0.93246,0.96537;0.96494,0.92987,0.96401;0.9626,0.92729,0.96266;0.96026,0.92471,0.96131;0.95792,0.92212,0.95995;0.95559,0.91954,0.9586;0.95325,0.91696,0.95725;0.95091,0.91437,0.95589;0.94857,0.91179,0.95454;0.94624,0.9092,0.95319;0.9439,0.90662,0.95183;0.94156,0.90404,0.95048;0.93922,0.90145,0.94913;0.93689,0.89887,0.94777;0.93455,0.89629,0.94642;0.93221,0.8937,0.94507;0.92987,0.89112,0.94371;0.92754,0.88854,0.94236;0.92506,0.88601,0.94102;0.92161,0.88392,0.93979;0.91817,0.88183,0.93856;0.91473,0.87974,0.93733;0.91128,0.87765,0.9361;0.90784,0.87556,0.93487;0.90439,0.87346,0.93364;0.90095,0.87137,0.93241;0.8975,0.86928,0.93118;0.89406,0.86719,0.92995;0.89061,0.8651,0.92872;0.88717,0.86301,0.92749;0.88372,0.86092,0.92626;0.88028,0.85882,0.92503;0.87683,0.85673,0.9238;0.87339,0.85464,0.92257;0.86994,0.85255,0.92134;0.8665,0.85046,0.92011;0.86305,0.84837,0.91888;0.85961,0.84627,0.91765;0.85616,0.84418,0.91642;0.85272,0.84209,0.91519;0.84927,0.84,0.91396;0.84583,0.83791,0.91273;0.84238,0.83582,0.9115;0.83894,0.83373,0.91027;0.83549,0.83163,0.90903;0.83205,0.82954,0.9078;0.8286,0.82745,0.90657;0.82516,0.82536,0.90534;0.82171,0.82327,0.90411;0.81827,0.82118,0.90288;0.81439,0.81899,0.90162;0.80923,0.81653,0.90027;0.80406,0.81407,0.89892;0.79889,0.81161,0.89756;0.79373,0.80915,0.89621;0.78856,0.80669,0.89486;0.78339,0.80423,0.8935;0.77822,0.80177,0.89215;0.77306,0.79931,0.8908;0.76789,0.79685,0.88944;0.76272,0.79439,0.88809;0.75755,0.79193,0.88674;0.75239,0.78947,0.88538;0.74722,0.787,0.88403;0.74205,0.78454,0.88268;0.73689,0.78208,0.88132;0.73172,0.77962,0.87997;0.72655,0.77716,0.87862;0.72138,0.7747,0.87726;0.71622,0.77224,0.87591;0.71105,0.76978,0.87456;0.70588,0.76732,0.8732;0.70072,0.76486,0.87185;0.69555,0.7624,0.8705;0.69038,0.75994,0.86914;0.68521,0.75748,0.86779;0.68005,0.75502,0.86644;0.67488,0.75256,0.86508;0.66971,0.7501,0.86373;0.66454,0.74764,0.86238;0.65938,0.74517,0.86102;0.65421,0.74271,0.85967;0.64807,0.74025,0.85827;0.64032,0.73779,0.85679;0.63257,0.73533,0.85532;0.62482,0.73287,0.85384;0.61707,0.73041,0.85236;0.60932,0.72795,0.85089;0.60157,0.72549,0.84941;0.59382,0.72303,0.84794;0.58607,0.72057,0.84646;0.57832,0.71811,0.84498;0.57057,0.71565,0.84351;0.56281,0.71319,0.84203;0.55506,0.71073,0.84055;0.54731,0.70827,0.83908;0.53956,0.70581,0.8376;0.53181,0.70334,0.83612;0.52406,0.70088,0.83465;0.51631,0.69842,0.83317;0.50856,0.69596,0.8317;0.50081,0.6935,0.83022;0.49306,0.69104,0.82874;0.48531,0.68858,0.82727;0.47755,0.68612,0.82579;0.4698,0.68366,0.82431;0.46205,0.6812,0.82284;0.4543,0.67874,0.82136;0.44655,0.67628,0.81988;0.4388,0.67382,0.81841;0.43105,0.67136,0.81693;0.4233,0.6689,0.81546;0.41555,0.66644,0.81398;0.4078,0.66398,0.8125;0.40091,0.66121,0.81084;0.39488,0.65813,0.809;0.38885,0.65506,0.80715;0.38282,0.65198,0.80531;0.37679,0.6489,0.80346;0.37077,0.64583,0.80161;0.36474,0.64275,0.79977;0.35871,0.63968,0.79792;0.35268,0.6366,0.79608;0.34665,0.63353,0.79423;0.34062,0.63045,0.79239;0.33459,0.62737,0.79054;0.32857,0.6243,0.7887;0.32254,0.62122,0.78685;0.31651,0.61815,0.78501;0.31048,0.61507,0.78316;0.30445,0.612,0.78131;0.29842,0.60892,0.77947;0.2924,0.60584,0.77762;0.28637,0.60277,0.77578;0.28034,0.59969,0.77393;0.27431,0.59662,0.77209;0.26828,0.59354,0.77024;0.26225,0.59047,0.7684;0.25622,0.58739,0.76655;0.2502,0.58431,0.76471;0.24417,0.58124,0.76286;0.23814,0.57816,0.76101;0.23211,0.57509,0.75917;0.22608,0.57201,0.75732;0.22005,0.56894,0.75548;0.21403,0.56586,0.75363;0.20777,0.56355,0.74879;0.20137,0.56171,0.74215;0.19497,0.55986,0.7355;0.18857,0.55802,0.72886;0.18218,0.55617,0.72221;0.17578,0.55433,0.71557;0.16938,0.55248,0.70893;0.16298,0.55063,0.70228;0.15659,0.54879,0.69564;0.15019,0.54694,0.689;0.14379,0.5451,0.68235;0.13739,0.54325,0.67571;0.131,0.54141,0.66907;0.1246,0.53956,0.66242;0.1182,0.53772,0.65578;0.1118,0.53587,0.64913;0.10541,0.53403,0.64249;0.099008,0.53218,0.63585;0.092611,0.53033,0.6292;0.086213,0.52849,0.62256;0.079815,0.52664,0.61592;0.073418,0.5248,0.60927;0.06702,0.52295,0.60263;0.060623,0.52111,0.59599;0.054225,0.51926,0.58934;0.047828,0.51742,0.5827;0.04143,0.51557,0.57606;0.035033,0.51373,0.56941;0.028635,0.51188,0.56277;0.022238,0.51003,0.55612;0.01584,0.50819,0.54948;0.0094425,0.50634,0.54284;0.0077509,0.50394,0.53666;0.0076278,0.50136,0.53063;0.0075048,0.49878,0.5246;0.0073818,0.49619,0.51857;0.0072587,0.49361,0.51254;0.0071357,0.49103,0.50651;0.0070127,0.48844,0.50048;0.0068897,0.48586,0.49446;0.0067666,0.48328,0.48843;0.0066436,0.48069,0.4824;0.0065206,0.47811,0.47637;0.0063975,0.47552,0.47034;0.0062745,0.47294,0.46431;0.0061515,0.47036,0.45829;0.0060285,0.46777,0.45226;0.0059054,0.46519,0.44623;0.0057824,0.46261,0.4402;0.0056594,0.46002,0.43417;0.0055363,0.45744,0.42814;0.0054133,0.45486,0.42211;0.0052903,0.45227,0.41609;0.0051672,0.44969,0.41006;0.0050442,0.4471,0.40403;0.0049212,0.44452,0.398;0.0047982,0.44194,0.39197;0.0046751,0.43935,0.38594;0.0045521,0.43677,0.37992;0.0044291,0.43419,0.37389;0.004306,0.4316,0.36786;0.004183,0.42902,0.36183;0.00406,0.42644,0.3558;0.0039369,0.42385,0.34977;0.0039216,0.41944,0.34525;0.0039216,0.41476,0.34095;0.0039216,0.41009,0.33664;0.0039216,0.40541,0.33233;0.0039216,0.40074,0.32803;0.0039216,0.39606,0.32372;0.0039216,0.39139,0.31942;0.0039216,0.38671,0.31511;0.0039216,0.38204,0.3108;0.0039216,0.37736,0.3065;0.0039216,0.37269,0.30219;0.0039216,0.36801,0.29789;0.0039216,0.36334,0.29358;0.0039216,0.35866,0.28927;0.0039216,0.35399,0.28497;0.0039216,0.34931,0.28066;0.0039216,0.34464,0.27636;0.0039216,0.33996,0.27205;0.0039216,0.33529,0.26774;0.0039216,0.33061,0.26344;0.0039216,0.32594,0.25913;0.0039216,0.32126,0.25483;0.0039216,0.31659,0.25052;0.0039216,0.31191,0.24621;0.0039216,0.30724,0.24191;0.0039216,0.30256,0.2376;0.0039216,0.29789,0.23329;0.0039216,0.29321,0.22899;0.0039216,0.28854,0.22468;0.0039216,0.28386,0.22038;0.0039216,0.27918,0.21607;0.0039216,0.27451,0.21176];
case 'PuOr'
map=[0.49804,0.23137,0.031373;0.50604,0.23583,0.031065;0.51403,0.24029,0.030757;0.52203,0.24475,0.03045;0.53003,0.24921,0.030142;0.53802,0.25367,0.029835;0.54602,0.25813,0.029527;0.55402,0.26259,0.02922;0.56201,0.26705,0.028912;0.57001,0.27151,0.028604;0.57801,0.27597,0.028297;0.58601,0.28043,0.027989;0.594,0.28489,0.027682;0.602,0.28935,0.027374;0.61,0.29381,0.027067;0.61799,0.29827,0.026759;0.62599,0.30273,0.026451;0.63399,0.30719,0.026144;0.64198,0.31165,0.025836;0.64998,0.31611,0.025529;0.65798,0.32057,0.025221;0.66597,0.32503,0.024913;0.67397,0.32949,0.024606;0.68197,0.33395,0.024298;0.68997,0.33841,0.023991;0.69796,0.34287,0.023683;0.70542,0.34833,0.024606;0.71234,0.35479,0.026759;0.71926,0.36125,0.028912;0.72618,0.3677,0.031065;0.7331,0.37416,0.033218;0.74002,0.38062,0.035371;0.74694,0.38708,0.037524;0.75386,0.39354,0.039677;0.76078,0.4,0.04183;0.7677,0.40646,0.043983;0.77463,0.41292,0.046136;0.78155,0.41938,0.048289;0.78847,0.42584,0.050442;0.79539,0.4323,0.052595;0.80231,0.43875,0.054748;0.80923,0.44521,0.056901;0.81615,0.45167,0.059054;0.82307,0.45813,0.061207;0.82999,0.46459,0.06336;0.83691,0.47105,0.065513;0.84383,0.47751,0.067666;0.85075,0.48397,0.069819;0.85767,0.49043,0.071972;0.86459,0.49689,0.074125;0.87151,0.50334,0.076278;0.87843,0.5098,0.078431;0.88289,0.51811,0.090581;0.88735,0.52641,0.10273;0.89181,0.53472,0.11488;0.89627,0.54302,0.12703;0.90073,0.55133,0.13918;0.90519,0.55963,0.15133;0.90965,0.56794,0.16348;0.91411,0.57624,0.17562;0.91857,0.58454,0.18777;0.92303,0.59285,0.19992;0.92749,0.60115,0.21207;0.93195,0.60946,0.22422;0.93641,0.61776,0.23637;0.94087,0.62607,0.24852;0.94533,0.63437,0.26067;0.94979,0.64268,0.27282;0.95425,0.65098,0.28497;0.95871,0.65928,0.29712;0.96317,0.66759,0.30927;0.96763,0.67589,0.32141;0.97209,0.6842,0.33356;0.97655,0.6925,0.34571;0.98101,0.70081,0.35786;0.98547,0.70911,0.37001;0.98993,0.71742,0.38216;0.99223,0.72464,0.39462;0.99239,0.7308,0.40738;0.99254,0.73695,0.42015;0.9927,0.7431,0.43291;0.99285,0.74925,0.44567;0.993,0.7554,0.45844;0.99316,0.76155,0.4712;0.99331,0.7677,0.48397;0.99346,0.77386,0.49673;0.99362,0.78001,0.5095;0.99377,0.78616,0.52226;0.99393,0.79231,0.53502;0.99408,0.79846,0.54779;0.99423,0.80461,0.56055;0.99439,0.81077,0.57332;0.99454,0.81692,0.58608;0.99469,0.82307,0.59885;0.99485,0.82922,0.61161;0.995,0.83537,0.62438;0.99516,0.84152,0.63714;0.99531,0.84767,0.6499;0.99546,0.85383,0.66267;0.99562,0.85998,0.67543;0.99577,0.86613,0.6882;0.99592,0.87228,0.70096;0.99608,0.87843,0.71373;0.995,0.88197,0.72372;0.99393,0.88551,0.73372;0.99285,0.88904,0.74371;0.99177,0.89258,0.75371;0.9907,0.89612,0.76371;0.98962,0.89965,0.7737;0.98854,0.90319,0.7837;0.98747,0.90673,0.79369;0.98639,0.91027,0.80369;0.98531,0.9138,0.81369;0.98424,0.91734,0.82368;0.98316,0.92088,0.83368;0.98208,0.92441,0.84368;0.98101,0.92795,0.85367;0.97993,0.93149,0.86367;0.97885,0.93502,0.87366;0.97778,0.93856,0.88366;0.9767,0.9421,0.89366;0.97562,0.94564,0.90365;0.97455,0.94917,0.91365;0.97347,0.95271,0.92364;0.9724,0.95625,0.93364;0.97132,0.95978,0.94364;0.97024,0.96332,0.95363;0.96917,0.96686,0.96363;0.96624,0.9664,0.9677;0.96148,0.96194,0.96586;0.95671,0.95748,0.96401;0.95194,0.95302,0.96217;0.94717,0.94856,0.96032;0.94241,0.9441,0.95848;0.93764,0.93964,0.95663;0.93287,0.93518,0.95479;0.9281,0.93072,0.95294;0.92334,0.92626,0.9511;0.91857,0.9218,0.94925;0.9138,0.91734,0.9474;0.90903,0.91288,0.94556;0.90427,0.90842,0.94371;0.8995,0.90396,0.94187;0.89473,0.8995,0.94002;0.88997,0.89504,0.93818;0.8852,0.89058,0.93633;0.88043,0.88612,0.93449;0.87566,0.88166,0.93264;0.8709,0.8772,0.9308;0.86613,0.87274,0.92895;0.86136,0.86828,0.9271;0.85659,0.86382,0.92526;0.85183,0.85936,0.92341;0.84706,0.8549,0.92157;0.84121,0.84767,0.91772;0.83537,0.84045,0.91388;0.82953,0.83322,0.91003;0.82368,0.82599,0.90619;0.81784,0.81876,0.90235;0.812,0.81153,0.8985;0.80615,0.80431,0.89466;0.80031,0.79708,0.89081;0.79446,0.78985,0.88697;0.78862,0.78262,0.88312;0.78278,0.77539,0.87928;0.77693,0.76817,0.87543;0.77109,0.76094,0.87159;0.76524,0.75371,0.86774;0.7594,0.74648,0.8639;0.75356,0.73925,0.86005;0.74771,0.73203,0.85621;0.74187,0.7248,0.85236;0.73602,0.71757,0.84852;0.73018,0.71034,0.84468;0.72434,0.70311,0.84083;0.71849,0.69589,0.83699;0.71265,0.68866,0.83314;0.70681,0.68143,0.8293;0.70096,0.6742,0.82545;0.69419,0.66628,0.82061;0.68651,0.65767,0.81476;0.67882,0.64906,0.80892;0.67113,0.64045,0.80308;0.66344,0.63183,0.79723;0.65575,0.62322,0.79139;0.64806,0.61461,0.78554;0.64037,0.606,0.7797;0.63268,0.59739,0.77386;0.62499,0.58877,0.76801;0.6173,0.58016,0.76217;0.60961,0.57155,0.75632;0.60192,0.56294,0.75048;0.59423,0.55433,0.74464;0.58654,0.54571,0.73879;0.57885,0.5371,0.73295;0.57116,0.52849,0.7271;0.56348,0.51988,0.72126;0.55579,0.51126,0.71542;0.5481,0.50265,0.70957;0.54041,0.49404,0.70373;0.53272,0.48543,0.69789;0.52503,0.47682,0.69204;0.51734,0.4682,0.6862;0.50965,0.45959,0.68035;0.50196,0.45098,0.67451;0.49519,0.43929,0.66897;0.48843,0.4276,0.66344;0.48166,0.41592,0.6579;0.47489,0.40423,0.65236;0.46813,0.39254,0.64683;0.46136,0.38085,0.64129;0.45459,0.36917,0.63576;0.44783,0.35748,0.63022;0.44106,0.34579,0.62468;0.43429,0.3341,0.61915;0.42753,0.32241,0.61361;0.42076,0.31073,0.60807;0.41399,0.29904,0.60254;0.40723,0.28735,0.597;0.40046,0.27566,0.59146;0.39369,0.26398,0.58593;0.38693,0.25229,0.58039;0.38016,0.2406,0.57486;0.37339,0.22891,0.56932;0.36663,0.21722,0.56378;0.35986,0.20554,0.55825;0.35309,0.19385,0.55271;0.34633,0.18216,0.54717;0.33956,0.17047,0.54164;0.3328,0.15879,0.5361;0.32641,0.14994,0.52864;0.32042,0.14394,0.51926;0.31442,0.13795,0.50988;0.30842,0.13195,0.5005;0.30242,0.12595,0.49112;0.29642,0.11995,0.48174;0.29043,0.11396,0.47236;0.28443,0.10796,0.46298;0.27843,0.10196,0.45359;0.27243,0.095963,0.44421;0.26644,0.089965,0.43483;0.26044,0.083968,0.42545;0.25444,0.07797,0.41607;0.24844,0.071972,0.40669;0.24245,0.065975,0.39731;0.23645,0.059977,0.38793;0.23045,0.053979,0.37855;0.22445,0.047982,0.36917;0.21845,0.041984,0.35978;0.21246,0.035986,0.3504;0.20646,0.029988,0.34102;0.20046,0.023991,0.33164;0.19446,0.017993,0.32226;0.18847,0.011995,0.31288;0.18247,0.0059977,0.3035;0.17647,0,0.29412];
case 'PuRd'
map=[0.96863,0.95686,0.97647;0.96666,0.95453,0.97524;0.96469,0.95219,0.97401;0.96272,0.94985,0.97278;0.96075,0.94751,0.97155;0.95879,0.94517,0.97032;0.95682,0.94284,0.96909;0.95485,0.9405,0.96786;0.95288,0.93816,0.96663;0.95091,0.93582,0.9654;0.94894,0.93349,0.96417;0.94697,0.93115,0.96294;0.94501,0.92881,0.96171;0.94304,0.92647,0.96048;0.94107,0.92414,0.95925;0.9391,0.9218,0.95802;0.93713,0.91946,0.95679;0.93516,0.91712,0.95556;0.93319,0.91479,0.95433;0.93123,0.91245,0.95309;0.92926,0.91011,0.95186;0.92729,0.90777,0.95063;0.92532,0.90544,0.9494;0.92335,0.9031,0.94817;0.92138,0.90076,0.94694;0.91942,0.89842,0.94571;0.91745,0.89609,0.94448;0.91548,0.89375,0.94325;0.91351,0.89141,0.94202;0.91154,0.88907,0.94079;0.90957,0.88674,0.93956;0.9076,0.8844,0.93833;0.90559,0.88174,0.93693;0.90325,0.87682,0.93435;0.90092,0.8719,0.93176;0.89858,0.86697,0.92918;0.89624,0.86205,0.9266;0.8939,0.85713,0.92401;0.89156,0.85221,0.92143;0.88923,0.84729,0.91885;0.88689,0.84237,0.91626;0.88455,0.83745,0.91368;0.88221,0.83253,0.9111;0.87988,0.8276,0.90851;0.87754,0.82268,0.90593;0.8752,0.81776,0.90334;0.87286,0.81284,0.90076;0.87053,0.80792,0.89818;0.86819,0.803,0.89559;0.86585,0.79808,0.89301;0.86351,0.79316,0.89043;0.86118,0.78824,0.88784;0.85884,0.78331,0.88526;0.8565,0.77839,0.88268;0.85416,0.77347,0.88009;0.85183,0.76855,0.87751;0.84949,0.76363,0.87493;0.84715,0.75871,0.87234;0.84481,0.75379,0.86976;0.84248,0.74887,0.86717;0.84014,0.74394,0.86459;0.8378,0.73902,0.86201;0.83546,0.7341,0.85942;0.83313,0.72918,0.85684;0.83103,0.72435,0.85432;0.82968,0.7198,0.85198;0.82833,0.71525,0.84964;0.82697,0.7107,0.8473;0.82562,0.70614,0.84497;0.82427,0.70159,0.84263;0.82291,0.69704,0.84029;0.82156,0.69249,0.83795;0.82021,0.68794,0.83562;0.81885,0.68338,0.83328;0.8175,0.67883,0.83094;0.81615,0.67428,0.8286;0.81479,0.66973,0.82627;0.81344,0.66517,0.82393;0.81209,0.66062,0.82159;0.81073,0.65607,0.81925;0.80938,0.65152,0.81692;0.80803,0.64697,0.81458;0.80667,0.64241,0.81224;0.80532,0.63786,0.8099;0.80397,0.63331,0.80757;0.80261,0.62876,0.80523;0.80126,0.62421,0.80289;0.79991,0.61965,0.80055;0.79855,0.6151,0.79822;0.7972,0.61055,0.79588;0.79585,0.606,0.79354;0.79449,0.60145,0.7912;0.79314,0.59689,0.78887;0.79179,0.59234,0.78653;0.79043,0.58779,0.78419;0.78908,0.58324,0.78185;0.78925,0.57822,0.77933;0.79196,0.57244,0.7765;0.79466,0.56666,0.77367;0.79737,0.56088,0.77084;0.80008,0.55509,0.76801;0.80278,0.54931,0.76518;0.80549,0.54353,0.76235;0.8082,0.53775,0.75952;0.8109,0.53196,0.75669;0.81361,0.52618,0.75386;0.81632,0.5204,0.75103;0.81902,0.51462,0.7482;0.82173,0.50884,0.74537;0.82444,0.50305,0.74255;0.82714,0.49727,0.73972;0.82985,0.49149,0.73689;0.83256,0.48571,0.73406;0.83526,0.47992,0.73123;0.83797,0.47414,0.7284;0.84068,0.46836,0.72557;0.84338,0.46258,0.72274;0.84609,0.45679,0.71991;0.8488,0.45101,0.71708;0.8515,0.44523,0.71425;0.85421,0.43945,0.71142;0.85692,0.43366,0.70859;0.85962,0.42788,0.70576;0.86233,0.4221,0.70293;0.86504,0.41632,0.7001;0.86774,0.41053,0.69727;0.87045,0.40475,0.69444;0.87316,0.39897,0.69161;0.875,0.39239,0.68786;0.87599,0.38501,0.68318;0.87697,0.37762,0.67851;0.87795,0.37024,0.67383;0.87894,0.36286,0.66916;0.87992,0.35548,0.66448;0.88091,0.3481,0.65981;0.88189,0.34072,0.65513;0.88288,0.33333,0.65046;0.88386,0.32595,0.64578;0.88484,0.31857,0.64111;0.88583,0.31119,0.63643;0.88681,0.30381,0.63176;0.8878,0.29642,0.62708;0.88878,0.28904,0.62241;0.88977,0.28166,0.61773;0.89075,0.27428,0.61306;0.89173,0.2669,0.60838;0.89272,0.25952,0.60371;0.8937,0.25213,0.59903;0.89469,0.24475,0.59436;0.89567,0.23737,0.58968;0.89666,0.22999,0.58501;0.89764,0.22261,0.58033;0.89862,0.21522,0.57566;0.89961,0.20784,0.57098;0.90059,0.20046,0.56631;0.90158,0.19308,0.56163;0.90256,0.1857,0.55696;0.90354,0.17832,0.55228;0.90453,0.17093,0.5476;0.90551,0.16355,0.54293;0.90396,0.15902,0.53718;0.90088,0.15619,0.53078;0.89781,0.15336,0.52438;0.89473,0.15053,0.51799;0.89166,0.1477,0.51159;0.88858,0.14487,0.50519;0.88551,0.14204,0.49879;0.88243,0.13921,0.4924;0.87935,0.13638,0.486;0.87628,0.13355,0.4796;0.8732,0.13072,0.4732;0.87013,0.12789,0.46681;0.86705,0.12506,0.46041;0.86398,0.12223,0.45401;0.8609,0.1194,0.44761;0.85782,0.11657,0.44121;0.85475,0.11374,0.43482;0.85167,0.11091,0.42842;0.8486,0.10808,0.42202;0.84552,0.10525,0.41562;0.84245,0.10242,0.40923;0.83937,0.099592,0.40283;0.83629,0.096763,0.39643;0.83322,0.093933,0.39003;0.83014,0.091103,0.38364;0.82707,0.088274,0.37724;0.82399,0.085444,0.37084;0.82092,0.082614,0.36444;0.81784,0.079785,0.35805;0.81476,0.076955,0.35165;0.81169,0.074125,0.34525;0.80861,0.071296,0.33885;0.80286,0.068927,0.3355;0.79622,0.066713,0.33316;0.78957,0.064498,0.33083;0.78293,0.062284,0.32849;0.77629,0.060069,0.32615;0.76964,0.057855,0.32381;0.763,0.05564,0.32148;0.75636,0.053426,0.31914;0.74971,0.051211,0.3168;0.74307,0.048997,0.31446;0.73642,0.046782,0.31213;0.72978,0.044567,0.30979;0.72314,0.042353,0.30745;0.71649,0.040138,0.30511;0.70985,0.037924,0.30278;0.70321,0.035709,0.30044;0.69656,0.033495,0.2981;0.68992,0.03128,0.29576;0.68328,0.029066,0.29343;0.67663,0.026851,0.29109;0.66999,0.024637,0.28875;0.66334,0.022422,0.28641;0.6567,0.020208,0.28408;0.65006,0.017993,0.28174;0.64341,0.015779,0.2794;0.63677,0.013564,0.27706;0.63013,0.011349,0.27473;0.62348,0.0091349,0.27239;0.61684,0.0069204,0.27005;0.6102,0.0047059,0.26771;0.60355,0.0024913,0.26537;0.59691,0.00027682,0.26304;0.5908,0,0.25887;0.58478,0,0.25444;0.57875,0,0.25001;0.57272,0,0.24558;0.56669,0,0.24115;0.56066,0,0.23672;0.55463,0,0.2323;0.5486,0,0.22787;0.54258,0,0.22344;0.53655,0,0.21901;0.53052,0,0.21458;0.52449,0,0.21015;0.51846,0,0.20572;0.51243,0,0.20129;0.50641,0,0.19686;0.50038,0,0.19243;0.49435,0,0.188;0.48832,0,0.18358;0.48229,0,0.17915;0.47626,0,0.17472;0.47023,0,0.17029;0.46421,0,0.16586;0.45818,0,0.16143;0.45215,0,0.157;0.44612,0,0.15257;0.44009,0,0.14814;0.43406,0,0.14371;0.42804,0,0.13928;0.42201,0,0.13486;0.41598,0,0.13043;0.40995,0,0.126;0.40392,0,0.12157];
case 'Purples'
map=[0.98824,0.98431,0.99216;0.98664,0.98259,0.99117;0.98504,0.98087,0.99019;0.98344,0.97915,0.9892;0.98184,0.97742,0.98822;0.98024,0.9757,0.98724;0.97864,0.97398,0.98625;0.97704,0.97226,0.98527;0.97544,0.97053,0.98428;0.97384,0.96881,0.9833;0.97224,0.96709,0.98231;0.97064,0.96537,0.98133;0.96904,0.96364,0.98035;0.96744,0.96192,0.97936;0.96584,0.9602,0.97838;0.96424,0.95848,0.97739;0.96265,0.95676,0.97641;0.96105,0.95503,0.97542;0.95945,0.95331,0.97444;0.95785,0.95159,0.97346;0.95625,0.94987,0.97247;0.95465,0.94814,0.97149;0.95305,0.94642,0.9705;0.95145,0.9447,0.96952;0.94985,0.94298,0.96854;0.94825,0.94125,0.96755;0.94665,0.93953,0.96657;0.94505,0.93781,0.96558;0.94345,0.93609,0.9646;0.94185,0.93436,0.96361;0.94025,0.93264,0.96263;0.93865,0.93092,0.96165;0.93693,0.92912,0.96063;0.93435,0.92678,0.9594;0.93176,0.92444,0.95817;0.92918,0.92211,0.95694;0.9266,0.91977,0.95571;0.92401,0.91743,0.95448;0.92143,0.91509,0.95325;0.91885,0.91276,0.95202;0.91626,0.91042,0.95079;0.91368,0.90808,0.94956;0.9111,0.90574,0.94833;0.90851,0.90341,0.9471;0.90593,0.90107,0.94587;0.90334,0.89873,0.94464;0.90076,0.89639,0.94341;0.89818,0.89406,0.94218;0.89559,0.89172,0.94095;0.89301,0.88938,0.93972;0.89043,0.88704,0.93849;0.88784,0.88471,0.93725;0.88526,0.88237,0.93602;0.88268,0.88003,0.93479;0.88009,0.87769,0.93356;0.87751,0.87536,0.93233;0.87493,0.87302,0.9311;0.87234,0.87068,0.92987;0.86976,0.86834,0.92864;0.86717,0.86601,0.92741;0.86459,0.86367,0.92618;0.86201,0.86133,0.92495;0.85942,0.85899,0.92372;0.85684,0.85666,0.92249;0.85398,0.85401,0.92111;0.85029,0.85044,0.91926;0.8466,0.84687,0.91742;0.84291,0.84331,0.91557;0.83922,0.83974,0.91373;0.83552,0.83617,0.91188;0.83183,0.8326,0.91003;0.82814,0.82903,0.90819;0.82445,0.82547,0.90634;0.82076,0.8219,0.9045;0.81707,0.81833,0.90265;0.81338,0.81476,0.90081;0.80969,0.8112,0.89896;0.806,0.80763,0.89712;0.80231,0.80406,0.89527;0.79862,0.80049,0.89343;0.79493,0.79692,0.89158;0.79123,0.79336,0.88973;0.78754,0.78979,0.88789;0.78385,0.78622,0.88604;0.78016,0.78265,0.8842;0.77647,0.77908,0.88235;0.77278,0.77552,0.88051;0.76909,0.77195,0.87866;0.7654,0.76838,0.87682;0.76171,0.76481,0.87497;0.75802,0.76125,0.87313;0.75433,0.75768,0.87128;0.75063,0.75411,0.86943;0.74694,0.75054,0.86759;0.74325,0.74697,0.86574;0.73956,0.74341,0.8639;0.73587,0.73956,0.86182;0.73218,0.73526,0.85936;0.72849,0.73095,0.8569;0.7248,0.72664,0.85444;0.72111,0.72234,0.85198;0.71742,0.71803,0.84952;0.71373,0.71373,0.84706;0.71003,0.70942,0.8446;0.70634,0.70511,0.84214;0.70265,0.70081,0.83968;0.69896,0.6965,0.83722;0.69527,0.6922,0.83476;0.69158,0.68789,0.8323;0.68789,0.68358,0.82983;0.6842,0.67928,0.82737;0.68051,0.67497,0.82491;0.67682,0.67067,0.82245;0.67313,0.66636,0.81999;0.66943,0.66205,0.81753;0.66574,0.65775,0.81507;0.66205,0.65344,0.81261;0.65836,0.64913,0.81015;0.65467,0.64483,0.80769;0.65098,0.64052,0.80523;0.64729,0.63622,0.80277;0.6436,0.63191,0.80031;0.63991,0.6276,0.79785;0.63622,0.6233,0.79539;0.63253,0.61899,0.79293;0.62884,0.61469,0.79047;0.62514,0.61038,0.788;0.62145,0.60607,0.78554;0.61776,0.60214,0.78345;0.61407,0.59857,0.78173;0.61038,0.595,0.78001;0.60669,0.59143,0.77829;0.603,0.58787,0.77656;0.59931,0.5843,0.77484;0.59562,0.58073,0.77312;0.59193,0.57716,0.7714;0.58824,0.57359,0.76967;0.58454,0.57003,0.76795;0.58085,0.56646,0.76623;0.57716,0.56289,0.76451;0.57347,0.55932,0.76278;0.56978,0.55576,0.76106;0.56609,0.55219,0.75934;0.5624,0.54862,0.75762;0.55871,0.54505,0.75589;0.55502,0.54148,0.75417;0.55133,0.53792,0.75245;0.54764,0.53435,0.75073;0.54394,0.53078,0.749;0.54025,0.52721,0.74728;0.53656,0.52364,0.74556;0.53287,0.52008,0.74384;0.52918,0.51651,0.74211;0.52549,0.51294,0.74039;0.5218,0.50937,0.73867;0.51811,0.50581,0.73695;0.51442,0.50224,0.73522;0.51073,0.49867,0.7335;0.50704,0.4951,0.73178;0.50334,0.49153,0.73006;0.50027,0.48681,0.72764;0.49756,0.4814,0.72481;0.49486,0.47599,0.72198;0.49215,0.47057,0.71915;0.48944,0.46516,0.71632;0.48674,0.45975,0.71349;0.48403,0.45433,0.71067;0.48132,0.44892,0.70784;0.47862,0.44351,0.70501;0.47591,0.43809,0.70218;0.4732,0.43268,0.69935;0.4705,0.42727,0.69652;0.46779,0.42185,0.69369;0.46508,0.41644,0.69086;0.46238,0.41103,0.68803;0.45967,0.40561,0.6852;0.45696,0.4002,0.68237;0.45426,0.39479,0.67954;0.45155,0.38937,0.67671;0.44884,0.38396,0.67388;0.44614,0.37855,0.67105;0.44343,0.37313,0.66822;0.44072,0.36772,0.66539;0.43802,0.36231,0.66256;0.43531,0.35689,0.65973;0.4326,0.35148,0.6569;0.4299,0.34607,0.65407;0.42719,0.34065,0.65124;0.42448,0.33524,0.64841;0.42178,0.32983,0.64558;0.41907,0.32441,0.64275;0.41636,0.319,0.63992;0.41366,0.31377,0.63737;0.41095,0.3086,0.63491;0.40824,0.30344,0.63245;0.40554,0.29827,0.62999;0.40283,0.2931,0.62753;0.40012,0.28794,0.62507;0.39742,0.28277,0.62261;0.39471,0.2776,0.62015;0.392,0.27243,0.61769;0.3893,0.26727,0.61522;0.38659,0.2621,0.61276;0.38388,0.25693,0.6103;0.38118,0.25176,0.60784;0.37847,0.2466,0.60538;0.37576,0.24143,0.60292;0.37306,0.23626,0.60046;0.37035,0.2311,0.598;0.36764,0.22593,0.59554;0.36494,0.22076,0.59308;0.36223,0.21559,0.59062;0.35952,0.21043,0.58816;0.35682,0.20526,0.5857;0.35411,0.20009,0.58324;0.3514,0.19493,0.58078;0.3487,0.18976,0.57832;0.34599,0.18459,0.57586;0.34328,0.17942,0.57339;0.34058,0.17426,0.57093;0.33787,0.16909,0.56847;0.33516,0.16392,0.56601;0.33246,0.15875,0.56355;0.32975,0.15359,0.56109;0.32715,0.14874,0.55885;0.32457,0.14394,0.55663;0.32198,0.13915,0.55442;0.3194,0.13435,0.5522;0.31682,0.12955,0.54999;0.31423,0.12475,0.54777;0.31165,0.11995,0.54556;0.30907,0.11516,0.54334;0.30648,0.11036,0.54113;0.3039,0.10556,0.53892;0.30131,0.10076,0.5367;0.29873,0.095963,0.53449;0.29615,0.091165,0.53227;0.29356,0.086367,0.53006;0.29098,0.081569,0.52784;0.2884,0.07677,0.52563;0.28581,0.071972,0.52341;0.28323,0.067174,0.5212;0.28065,0.062376,0.51899;0.27806,0.057578,0.51677;0.27548,0.05278,0.51456;0.2729,0.047982,0.51234;0.27031,0.043183,0.51013;0.26773,0.038385,0.50791;0.26514,0.033587,0.5057;0.26256,0.028789,0.50348;0.25998,0.023991,0.50127;0.25739,0.019193,0.49905;0.25481,0.014394,0.49684;0.25223,0.0095963,0.49463;0.24964,0.0047982,0.49241;0.24706,0,0.4902];
case 'rainbow'
map=[0.5,0,1;0.49216,0.01232,0.99998;0.48431,0.024637,0.99992;0.47647,0.036951,0.99983;0.46863,0.04926,0.9997;0.46078,0.061561,0.99953;0.45294,0.073853,0.99932;0.4451,0.086133,0.99907;0.43725,0.0984,0.99879;0.42941,0.11065,0.99846;0.42157,0.12289,0.9981;0.41373,0.13511,0.99771;0.40588,0.1473,0.99727;0.39804,0.15948,0.9968;0.3902,0.17163,0.99628;0.38235,0.18375,0.99573;0.37451,0.19585,0.99515;0.36667,0.20791,0.99452;0.35882,0.21995,0.99386;0.35098,0.23195,0.99316;0.34314,0.24391,0.99242;0.33529,0.25584,0.99164;0.32745,0.26773,0.99083;0.31961,0.27958,0.98998;0.31176,0.29139,0.98909;0.30392,0.30315,0.98817;0.29608,0.31487,0.9872;0.28824,0.32654,0.9862;0.28039,0.33816,0.98516;0.27255,0.34973,0.98409;0.26471,0.36124,0.98297;0.25686,0.3727,0.98182;0.24902,0.38411,0.98063;0.24118,0.39545,0.97941;0.23333,0.40674,0.97815;0.22549,0.41796,0.97685;0.21765,0.42912,0.97551;0.2098,0.44022,0.97414;0.20196,0.45124,0.97273;0.19412,0.4622,0.97128;0.18627,0.47309,0.9698;0.17843,0.48391,0.96828;0.17059,0.49466,0.96672;0.16275,0.50533,0.96512;0.1549,0.51592,0.96349;0.14706,0.52643,0.96183;0.13922,0.53687,0.96012;0.13137,0.54722,0.95838;0.12353,0.55749,0.9566;0.11569,0.56767,0.95479;0.10784,0.57777,0.95294;0.1,0.58779,0.95106;0.092157,0.59771,0.94913;0.084314,0.60754,0.94718;0.076471,0.61728,0.94518;0.068627,0.62692,0.94315;0.060784,0.63647,0.94109;0.052941,0.64593,0.93899;0.045098,0.65528,0.93685;0.037255,0.66454,0.93468;0.029412,0.6737,0.93247;0.021569,0.68275,0.93023;0.013725,0.6917,0.92795;0.0058824,0.70054,0.92564;0.0019608,0.70928,0.92329;0.0098039,0.71791,0.92091;0.017647,0.72643,0.91849;0.02549,0.73484,0.91603;0.033333,0.74314,0.91355;0.041176,0.75133,0.91102;0.04902,0.7594,0.90847;0.056863,0.76736,0.90587;0.064706,0.7752,0.90325;0.072549,0.78293,0.90059;0.080392,0.79053,0.89789;0.088235,0.79802,0.89516;0.096078,0.80538,0.8924;0.10392,0.81262,0.8896;0.11176,0.81974,0.88677;0.11961,0.82673,0.88391;0.12745,0.8336,0.88101;0.13529,0.84034,0.87808;0.14314,0.84696,0.87512;0.15098,0.85344,0.87212;0.15882,0.8598,0.86909;0.16667,0.86603,0.86603;0.17451,0.87212,0.86293;0.18235,0.87808,0.8598;0.1902,0.88391,0.85664;0.19804,0.8896,0.85344;0.20588,0.89516,0.85022;0.21373,0.90059,0.84696;0.22157,0.90587,0.84367;0.22941,0.91102,0.84034;0.23725,0.91603,0.83699;0.2451,0.92091,0.8336;0.25294,0.92564,0.83018;0.26078,0.93023,0.82673;0.26863,0.93468,0.82325;0.27647,0.93899,0.81974;0.28431,0.94315,0.8162;0.29216,0.94718,0.81262;0.3,0.95106,0.80902;0.30784,0.95479,0.80538;0.31569,0.95838,0.80171;0.32353,0.96183,0.79802;0.33137,0.96512,0.79429;0.33922,0.96828,0.79053;0.34706,0.97128,0.78674;0.3549,0.97414,0.78293;0.36275,0.97685,0.77908;0.37059,0.97941,0.7752;0.37843,0.98182,0.7713;0.38627,0.98409,0.76736;0.39412,0.9862,0.7634;0.40196,0.98817,0.7594;0.4098,0.98998,0.75538;0.41765,0.99164,0.75133;0.42549,0.99316,0.74725;0.43333,0.99452,0.74314;0.44118,0.99573,0.73901;0.44902,0.9968,0.73484;0.45686,0.99771,0.73065;0.46471,0.99846,0.72643;0.47255,0.99907,0.72219;0.48039,0.99953,0.71791;0.48824,0.99983,0.71361;0.49608,0.99998,0.70928;0.50392,0.99998,0.70493;0.51176,0.99983,0.70054;0.51961,0.99953,0.69613;0.52745,0.99907,0.6917;0.53529,0.99846,0.68724;0.54314,0.99771,0.68275;0.55098,0.9968,0.67824;0.55882,0.99573,0.6737;0.56667,0.99452,0.66913;0.57451,0.99316,0.66454;0.58235,0.99164,0.65992;0.5902,0.98998,0.65528;0.59804,0.98817,0.65062;0.60588,0.9862,0.64593;0.61373,0.98409,0.64121;0.62157,0.98182,0.63647;0.62941,0.97941,0.63171;0.63725,0.97685,0.62692;0.6451,0.97414,0.62211;0.65294,0.97128,0.61728;0.66078,0.96828,0.61242;0.66863,0.96512,0.60754;0.67647,0.96183,0.60263;0.68431,0.95838,0.59771;0.69216,0.95479,0.59276;0.7,0.95106,0.58779;0.70784,0.94718,0.58279;0.71569,0.94315,0.57777;0.72353,0.93899,0.57274;0.73137,0.93468,0.56767;0.73922,0.93023,0.56259;0.74706,0.92564,0.55749;0.7549,0.92091,0.55236;0.76275,0.91603,0.54722;0.77059,0.91102,0.54205;0.77843,0.90587,0.53687;0.78627,0.90059,0.53166;0.79412,0.89516,0.52643;0.80196,0.8896,0.52118;0.8098,0.88391,0.51592;0.81765,0.87808,0.51063;0.82549,0.87212,0.50533;0.83333,0.86603,0.5;0.84118,0.8598,0.49466;0.84902,0.85344,0.48929;0.85686,0.84696,0.48391;0.86471,0.84034,0.47851;0.87255,0.8336,0.47309;0.88039,0.82673,0.46766;0.88824,0.81974,0.4622;0.89608,0.81262,0.45673;0.90392,0.80538,0.45124;0.91176,0.79802,0.44574;0.91961,0.79053,0.44022;0.92745,0.78293,0.43468;0.93529,0.7752,0.42912;0.94314,0.76736,0.42355;0.95098,0.7594,0.41796;0.95882,0.75133,0.41236;0.96667,0.74314,0.40674;0.97451,0.73484,0.4011;0.98235,0.72643,0.39545;0.9902,0.71791,0.38979;0.99804,0.70928,0.38411;1,0.70054,0.37841;1,0.6917,0.3727;1,0.68275,0.36698;1,0.6737,0.36124;1,0.66454,0.35549;1,0.65528,0.34973;1,0.64593,0.34395;1,0.63647,0.33816;1,0.62692,0.33235;1,0.61728,0.32654;1,0.60754,0.32071;1,0.59771,0.31487;1,0.58779,0.30902;1,0.57777,0.30315;1,0.56767,0.29728;1,0.55749,0.29139;1,0.54722,0.28549;1,0.53687,0.27958;1,0.52643,0.27366;1,0.51592,0.26773;1,0.50533,0.26179;1,0.49466,0.25584;1,0.48391,0.24988;1,0.47309,0.24391;1,0.4622,0.23794;1,0.45124,0.23195;1,0.44022,0.22595;1,0.42912,0.21995;1,0.41796,0.21393;1,0.40674,0.20791;1,0.39545,0.20188;1,0.38411,0.19585;1,0.3727,0.1898;1,0.36124,0.18375;1,0.34973,0.17769;1,0.33816,0.17163;1,0.32654,0.16555;1,0.31487,0.15948;1,0.30315,0.15339;1,0.29139,0.1473;1,0.27958,0.14121;1,0.26773,0.13511;1,0.25584,0.129;1,0.24391,0.12289;1,0.23195,0.11677;1,0.21995,0.11065;1,0.20791,0.10453;1,0.19585,0.0984;1,0.18375,0.092268;1,0.17163,0.086133;1,0.15948,0.079994;1,0.1473,0.073853;1,0.13511,0.067708;1,0.12289,0.061561;1,0.11065,0.055411;1,0.0984,0.04926;1,0.086133,0.043107;1,0.073853,0.036951;1,0.061561,0.030795;1,0.04926,0.024637;1,0.036951,0.018479;1,0.024637,0.01232;1,0.01232,0.0061599;1,1.2246e-16,6.1232e-17];
case 'RdBu'
map=[0.40392,0,0.12157;0.41546,0.0036909,0.12341;0.42699,0.0073818,0.12526;0.43852,0.011073,0.1271;0.45006,0.014764,0.12895;0.46159,0.018454,0.1308;0.47313,0.022145,0.13264;0.48466,0.025836,0.13449;0.49619,0.029527,0.13633;0.50773,0.033218,0.13818;0.51926,0.036909,0.14002;0.5308,0.0406,0.14187;0.54233,0.044291,0.14371;0.55386,0.047982,0.14556;0.5654,0.051672,0.1474;0.57693,0.055363,0.14925;0.58847,0.059054,0.1511;0.6,0.062745,0.15294;0.61153,0.066436,0.15479;0.62307,0.070127,0.15663;0.6346,0.073818,0.15848;0.64614,0.077509,0.16032;0.65767,0.0812,0.16217;0.6692,0.08489,0.16401;0.68074,0.088581,0.16586;0.69227,0.092272,0.1677;0.70081,0.099654,0.17124;0.70634,0.11073,0.17647;0.71188,0.1218,0.1817;0.71742,0.13287,0.18693;0.72295,0.14394,0.19216;0.72849,0.15502,0.19739;0.73403,0.16609,0.20261;0.73956,0.17716,0.20784;0.7451,0.18824,0.21307;0.75063,0.19931,0.2183;0.75617,0.21038,0.22353;0.76171,0.22145,0.22876;0.76724,0.23253,0.23399;0.77278,0.2436,0.23922;0.77832,0.25467,0.24444;0.78385,0.26574,0.24967;0.78939,0.27682,0.2549;0.79493,0.28789,0.26013;0.80046,0.29896,0.26536;0.806,0.31003,0.27059;0.81153,0.32111,0.27582;0.81707,0.33218,0.28105;0.82261,0.34325,0.28627;0.82814,0.35433,0.2915;0.83368,0.3654,0.29673;0.83922,0.37647,0.30196;0.84383,0.38708,0.31011;0.84844,0.39769,0.31826;0.85306,0.4083,0.32641;0.85767,0.41892,0.33456;0.86228,0.42953,0.34271;0.8669,0.44014,0.35087;0.87151,0.45075,0.35902;0.87612,0.46136,0.36717;0.88074,0.47197,0.37532;0.88535,0.48258,0.38347;0.88997,0.49319,0.39162;0.89458,0.50381,0.39977;0.89919,0.51442,0.40792;0.90381,0.52503,0.41607;0.90842,0.53564,0.42422;0.91303,0.54625,0.43237;0.91765,0.55686,0.44052;0.92226,0.56747,0.44867;0.92687,0.57809,0.45682;0.93149,0.5887,0.46498;0.9361,0.59931,0.47313;0.94072,0.60992,0.48128;0.94533,0.62053,0.48943;0.94994,0.63114,0.49758;0.95456,0.64175,0.50573;0.95755,0.65121,0.51511;0.95894,0.65952,0.52572;0.96032,0.66782,0.53633;0.96171,0.67612,0.54694;0.96309,0.68443,0.55755;0.96448,0.69273,0.56817;0.96586,0.70104,0.57878;0.96724,0.70934,0.58939;0.96863,0.71765,0.6;0.97001,0.72595,0.61061;0.9714,0.73426,0.62122;0.97278,0.74256,0.63183;0.97416,0.75087,0.64245;0.97555,0.75917,0.65306;0.97693,0.76747,0.66367;0.97832,0.77578,0.67428;0.9797,0.78408,0.68489;0.98108,0.79239,0.6955;0.98247,0.80069,0.70611;0.98385,0.809,0.71672;0.98524,0.8173,0.72734;0.98662,0.82561,0.73795;0.988,0.83391,0.74856;0.98939,0.84221,0.75917;0.99077,0.85052,0.76978;0.99216,0.85882,0.78039;0.99123,0.86313,0.78777;0.99031,0.86744,0.79516;0.98939,0.87174,0.80254;0.98847,0.87605,0.80992;0.98754,0.88035,0.8173;0.98662,0.88466,0.82468;0.9857,0.88897,0.83206;0.98478,0.89327,0.83945;0.98385,0.89758,0.84683;0.98293,0.90188,0.85421;0.98201,0.90619,0.86159;0.98108,0.9105,0.86897;0.98016,0.9148,0.87636;0.97924,0.91911,0.88374;0.97832,0.92341,0.89112;0.97739,0.92772,0.8985;0.97647,0.93203,0.90588;0.97555,0.93633,0.91326;0.97463,0.94064,0.92065;0.9737,0.94494,0.92803;0.97278,0.94925,0.93541;0.97186,0.95356,0.94279;0.97093,0.95786,0.95017;0.97001,0.96217,0.95755;0.96909,0.96647,0.96494;0.96571,0.96724,0.96809;0.95986,0.96448,0.96701;0.95402,0.96171,0.96594;0.94817,0.95894,0.96486;0.94233,0.95617,0.96378;0.93649,0.9534,0.96271;0.93064,0.95063,0.96163;0.9248,0.94787,0.96055;0.91895,0.9451,0.95948;0.91311,0.94233,0.9584;0.90727,0.93956,0.95732;0.90142,0.93679,0.95625;0.89558,0.93403,0.95517;0.88973,0.93126,0.95409;0.88389,0.92849,0.95302;0.87805,0.92572,0.95194;0.8722,0.92295,0.95087;0.86636,0.92018,0.94979;0.86052,0.91742,0.94871;0.85467,0.91465,0.94764;0.84883,0.91188,0.94656;0.84298,0.90911,0.94548;0.83714,0.90634,0.94441;0.8313,0.90358,0.94333;0.82545,0.90081,0.94225;0.81961,0.89804,0.94118;0.80992,0.89312,0.93841;0.80023,0.8882,0.93564;0.79054,0.88328,0.93287;0.78085,0.87835,0.9301;0.77116,0.87343,0.92734;0.76148,0.86851,0.92457;0.75179,0.86359,0.9218;0.7421,0.85867,0.91903;0.73241,0.85375,0.91626;0.72272,0.84883,0.91349;0.71303,0.84391,0.91073;0.70334,0.83899,0.90796;0.69366,0.83406,0.90519;0.68397,0.82914,0.90242;0.67428,0.82422,0.89965;0.66459,0.8193,0.89689;0.6549,0.81438,0.89412;0.64521,0.80946,0.89135;0.63552,0.80454,0.88858;0.62584,0.79962,0.88581;0.61615,0.79469,0.88304;0.60646,0.78977,0.88028;0.59677,0.78485,0.87751;0.58708,0.77993,0.87474;0.57739,0.77501,0.87197;0.56647,0.7687,0.86851;0.55433,0.76101,0.86436;0.54218,0.75333,0.86021;0.53003,0.74564,0.85606;0.51788,0.73795,0.8519;0.50573,0.73026,0.84775;0.49358,0.72257,0.8436;0.48143,0.71488,0.83945;0.46928,0.70719,0.83529;0.45713,0.6995,0.83114;0.44498,0.69181,0.82699;0.43283,0.68412,0.82284;0.42068,0.67643,0.81869;0.40854,0.66874,0.81453;0.39639,0.66105,0.81038;0.38424,0.65336,0.80623;0.37209,0.64567,0.80208;0.35994,0.63799,0.79792;0.34779,0.6303,0.79377;0.33564,0.62261,0.78962;0.32349,0.61492,0.78547;0.31134,0.60723,0.78131;0.29919,0.59954,0.77716;0.28704,0.59185,0.77301;0.27489,0.58416,0.76886;0.26275,0.57647,0.76471;0.25752,0.56955,0.76117;0.25229,0.56263,0.75763;0.24706,0.55571,0.75409;0.24183,0.54879,0.75056;0.2366,0.54187,0.74702;0.23137,0.53495,0.74348;0.22614,0.52803,0.73995;0.22092,0.52111,0.73641;0.21569,0.51419,0.73287;0.21046,0.50727,0.72933;0.20523,0.50035,0.7258;0.2,0.49343,0.72226;0.19477,0.48651,0.71872;0.18954,0.47958,0.71519;0.18431,0.47266,0.71165;0.17908,0.46574,0.70811;0.17386,0.45882,0.70458;0.16863,0.4519,0.70104;0.1634,0.44498,0.6975;0.15817,0.43806,0.69396;0.15294,0.43114,0.69043;0.14771,0.42422,0.68689;0.14248,0.4173,0.68335;0.13725,0.41038,0.67982;0.13203,0.40346,0.67628;0.12726,0.39585,0.66874;0.12295,0.38754,0.65721;0.11865,0.37924,0.64567;0.11434,0.37093,0.63414;0.11003,0.36263,0.62261;0.10573,0.35433,0.61107;0.10142,0.34602,0.59954;0.097116,0.33772,0.588;0.09281,0.32941,0.57647;0.088504,0.32111,0.56494;0.084198,0.3128,0.5534;0.079892,0.3045,0.54187;0.075586,0.29619,0.53033;0.07128,0.28789,0.5188;0.066974,0.27958,0.50727;0.062668,0.27128,0.49573;0.058362,0.26298,0.4842;0.054056,0.25467,0.47266;0.04975,0.24637,0.46113;0.045444,0.23806,0.4496;0.041138,0.22976,0.43806;0.036832,0.22145,0.42653;0.032526,0.21315,0.41499;0.02822,0.20484,0.40346;0.023914,0.19654,0.39193;0.019608,0.18824,0.38039];
case 'RdGy'
map=[0.40392,0,0.12157;0.41546,0.0036909,0.12341;0.42699,0.0073818,0.12526;0.43852,0.011073,0.1271;0.45006,0.014764,0.12895;0.46159,0.018454,0.1308;0.47313,0.022145,0.13264;0.48466,0.025836,0.13449;0.49619,0.029527,0.13633;0.50773,0.033218,0.13818;0.51926,0.036909,0.14002;0.5308,0.0406,0.14187;0.54233,0.044291,0.14371;0.55386,0.047982,0.14556;0.5654,0.051672,0.1474;0.57693,0.055363,0.14925;0.58847,0.059054,0.1511;0.6,0.062745,0.15294;0.61153,0.066436,0.15479;0.62307,0.070127,0.15663;0.6346,0.073818,0.15848;0.64614,0.077509,0.16032;0.65767,0.0812,0.16217;0.6692,0.08489,0.16401;0.68074,0.088581,0.16586;0.69227,0.092272,0.1677;0.70081,0.099654,0.17124;0.70634,0.11073,0.17647;0.71188,0.1218,0.1817;0.71742,0.13287,0.18693;0.72295,0.14394,0.19216;0.72849,0.15502,0.19739;0.73403,0.16609,0.20261;0.73956,0.17716,0.20784;0.7451,0.18824,0.21307;0.75063,0.19931,0.2183;0.75617,0.21038,0.22353;0.76171,0.22145,0.22876;0.76724,0.23253,0.23399;0.77278,0.2436,0.23922;0.77832,0.25467,0.24444;0.78385,0.26574,0.24967;0.78939,0.27682,0.2549;0.79493,0.28789,0.26013;0.80046,0.29896,0.26536;0.806,0.31003,0.27059;0.81153,0.32111,0.27582;0.81707,0.33218,0.28105;0.82261,0.34325,0.28627;0.82814,0.35433,0.2915;0.83368,0.3654,0.29673;0.83922,0.37647,0.30196;0.84383,0.38708,0.31011;0.84844,0.39769,0.31826;0.85306,0.4083,0.32641;0.85767,0.41892,0.33456;0.86228,0.42953,0.34271;0.8669,0.44014,0.35087;0.87151,0.45075,0.35902;0.87612,0.46136,0.36717;0.88074,0.47197,0.37532;0.88535,0.48258,0.38347;0.88997,0.49319,0.39162;0.89458,0.50381,0.39977;0.89919,0.51442,0.40792;0.90381,0.52503,0.41607;0.90842,0.53564,0.42422;0.91303,0.54625,0.43237;0.91765,0.55686,0.44052;0.92226,0.56747,0.44867;0.92687,0.57809,0.45682;0.93149,0.5887,0.46498;0.9361,0.59931,0.47313;0.94072,0.60992,0.48128;0.94533,0.62053,0.48943;0.94994,0.63114,0.49758;0.95456,0.64175,0.50573;0.95755,0.65121,0.51511;0.95894,0.65952,0.52572;0.96032,0.66782,0.53633;0.96171,0.67612,0.54694;0.96309,0.68443,0.55755;0.96448,0.69273,0.56817;0.96586,0.70104,0.57878;0.96724,0.70934,0.58939;0.96863,0.71765,0.6;0.97001,0.72595,0.61061;0.9714,0.73426,0.62122;0.97278,0.74256,0.63183;0.97416,0.75087,0.64245;0.97555,0.75917,0.65306;0.97693,0.76747,0.66367;0.97832,0.77578,0.67428;0.9797,0.78408,0.68489;0.98108,0.79239,0.6955;0.98247,0.80069,0.70611;0.98385,0.809,0.71672;0.98524,0.8173,0.72734;0.98662,0.82561,0.73795;0.988,0.83391,0.74856;0.98939,0.84221,0.75917;0.99077,0.85052,0.76978;0.99216,0.85882,0.78039;0.99246,0.86436,0.789;0.99277,0.8699,0.79762;0.99308,0.87543,0.80623;0.99339,0.88097,0.81484;0.99369,0.88651,0.82345;0.994,0.89204,0.83206;0.99431,0.89758,0.84068;0.99462,0.90311,0.84929;0.99493,0.90865,0.8579;0.99523,0.91419,0.86651;0.99554,0.91972,0.87512;0.99585,0.92526,0.88374;0.99616,0.9308,0.89235;0.99646,0.93633,0.90096;0.99677,0.94187,0.90957;0.99708,0.9474,0.91819;0.99739,0.95294,0.9268;0.99769,0.95848,0.93541;0.998,0.96401,0.94402;0.99831,0.96955,0.95263;0.99862,0.97509,0.96125;0.99892,0.98062,0.96986;0.99923,0.98616,0.97847;0.99954,0.9917,0.98708;0.99985,0.99723,0.99569;0.99762,0.99762,0.99762;0.99285,0.99285,0.99285;0.98808,0.98808,0.98808;0.98331,0.98331,0.98331;0.97855,0.97855,0.97855;0.97378,0.97378,0.97378;0.96901,0.96901,0.96901;0.96424,0.96424,0.96424;0.95948,0.95948,0.95948;0.95471,0.95471,0.95471;0.94994,0.94994,0.94994;0.94517,0.94517,0.94517;0.94041,0.94041,0.94041;0.93564,0.93564,0.93564;0.93087,0.93087,0.93087;0.92611,0.92611,0.92611;0.92134,0.92134,0.92134;0.91657,0.91657,0.91657;0.9118,0.9118,0.9118;0.90704,0.90704,0.90704;0.90227,0.90227,0.90227;0.8975,0.8975,0.8975;0.89273,0.89273,0.89273;0.88797,0.88797,0.88797;0.8832,0.8832,0.8832;0.87843,0.87843,0.87843;0.87259,0.87259,0.87259;0.86674,0.86674,0.86674;0.8609,0.8609,0.8609;0.85506,0.85506,0.85506;0.84921,0.84921,0.84921;0.84337,0.84337,0.84337;0.83752,0.83752,0.83752;0.83168,0.83168,0.83168;0.82584,0.82584,0.82584;0.81999,0.81999,0.81999;0.81415,0.81415,0.81415;0.8083,0.8083,0.8083;0.80246,0.80246,0.80246;0.79662,0.79662,0.79662;0.79077,0.79077,0.79077;0.78493,0.78493,0.78493;0.77908,0.77908,0.77908;0.77324,0.77324,0.77324;0.7674,0.7674,0.7674;0.76155,0.76155,0.76155;0.75571,0.75571,0.75571;0.74987,0.74987,0.74987;0.74402,0.74402,0.74402;0.73818,0.73818,0.73818;0.73233,0.73233,0.73233;0.72549,0.72549,0.72549;0.71765,0.71765,0.71765;0.7098,0.7098,0.7098;0.70196,0.70196,0.70196;0.69412,0.69412,0.69412;0.68627,0.68627,0.68627;0.67843,0.67843,0.67843;0.67059,0.67059,0.67059;0.66275,0.66275,0.66275;0.6549,0.6549,0.6549;0.64706,0.64706,0.64706;0.63922,0.63922,0.63922;0.63137,0.63137,0.63137;0.62353,0.62353,0.62353;0.61569,0.61569,0.61569;0.60784,0.60784,0.60784;0.6,0.6,0.6;0.59216,0.59216,0.59216;0.58431,0.58431,0.58431;0.57647,0.57647,0.57647;0.56863,0.56863,0.56863;0.56078,0.56078,0.56078;0.55294,0.55294,0.55294;0.5451,0.5451,0.5451;0.53725,0.53725,0.53725;0.52941,0.52941,0.52941;0.52049,0.52049,0.52049;0.51157,0.51157,0.51157;0.50265,0.50265,0.50265;0.49373,0.49373,0.49373;0.48481,0.48481,0.48481;0.47589,0.47589,0.47589;0.46697,0.46697,0.46697;0.45805,0.45805,0.45805;0.44913,0.44913,0.44913;0.44022,0.44022,0.44022;0.4313,0.4313,0.4313;0.42238,0.42238,0.42238;0.41346,0.41346,0.41346;0.40454,0.40454,0.40454;0.39562,0.39562,0.39562;0.3867,0.3867,0.3867;0.37778,0.37778,0.37778;0.36886,0.36886,0.36886;0.35994,0.35994,0.35994;0.35102,0.35102,0.35102;0.3421,0.3421,0.3421;0.33318,0.33318,0.33318;0.32426,0.32426,0.32426;0.31534,0.31534,0.31534;0.30642,0.30642,0.30642;0.29804,0.29804,0.29804;0.2902,0.2902,0.2902;0.28235,0.28235,0.28235;0.27451,0.27451,0.27451;0.26667,0.26667,0.26667;0.25882,0.25882,0.25882;0.25098,0.25098,0.25098;0.24314,0.24314,0.24314;0.23529,0.23529,0.23529;0.22745,0.22745,0.22745;0.21961,0.21961,0.21961;0.21176,0.21176,0.21176;0.20392,0.20392,0.20392;0.19608,0.19608,0.19608;0.18824,0.18824,0.18824;0.18039,0.18039,0.18039;0.17255,0.17255,0.17255;0.16471,0.16471,0.16471;0.15686,0.15686,0.15686;0.14902,0.14902,0.14902;0.14118,0.14118,0.14118;0.13333,0.13333,0.13333;0.12549,0.12549,0.12549;0.11765,0.11765,0.11765;0.1098,0.1098,0.1098;0.10196,0.10196,0.10196];
case 'RdPu'
map=[1,0.96863,0.95294;0.99975,0.9658,0.95023;0.99951,0.96297,0.94753;0.99926,0.96014,0.94482;0.99902,0.95731,0.94211;0.99877,0.95448,0.93941;0.99852,0.95165,0.9367;0.99828,0.94882,0.93399;0.99803,0.94599,0.93129;0.99779,0.94316,0.92858;0.99754,0.94033,0.92587;0.99729,0.9375,0.92317;0.99705,0.93467,0.92046;0.9968,0.93184,0.91775;0.99656,0.92901,0.91505;0.99631,0.92618,0.91234;0.99606,0.92335,0.90963;0.99582,0.92052,0.90693;0.99557,0.91769,0.90422;0.99532,0.91486,0.90151;0.99508,0.91203,0.89881;0.99483,0.9092,0.8961;0.99459,0.90637,0.89339;0.99434,0.90354,0.89069;0.99409,0.90072,0.88798;0.99385,0.89789,0.88527;0.9936,0.89506,0.88257;0.99336,0.89223,0.87986;0.99311,0.8894,0.87715;0.99286,0.88657,0.87445;0.99262,0.88374,0.87174;0.99237,0.88091,0.86903;0.99214,0.87802,0.86622;0.99202,0.87469,0.86265;0.9919,0.87137,0.85908;0.99177,0.86805,0.85552;0.99165,0.86473,0.85195;0.99153,0.86141,0.84838;0.9914,0.85809,0.84481;0.99128,0.85476,0.84125;0.99116,0.85144,0.83768;0.99103,0.84812,0.83411;0.99091,0.8448,0.83054;0.99079,0.84148,0.82697;0.99067,0.83815,0.82341;0.99054,0.83483,0.81984;0.99042,0.83151,0.81627;0.9903,0.82819,0.8127;0.99017,0.82487,0.80913;0.99005,0.82155,0.80557;0.98993,0.81822,0.802;0.9898,0.8149,0.79843;0.98968,0.81158,0.79486;0.98956,0.80826,0.7913;0.98943,0.80494,0.78773;0.98931,0.80161,0.78416;0.98919,0.79829,0.78059;0.98907,0.79497,0.77702;0.98894,0.79165,0.77346;0.98882,0.78833,0.76989;0.9887,0.78501,0.76632;0.98857,0.78168,0.76275;0.98845,0.77836,0.75918;0.98833,0.77504,0.75562;0.98817,0.77138,0.7526;0.98793,0.76671,0.75125;0.98768,0.76203,0.7499;0.98744,0.75735,0.74854;0.98719,0.75268,0.74719;0.98694,0.748,0.74584;0.9867,0.74333,0.74448;0.98645,0.73865,0.74313;0.98621,0.73398,0.74178;0.98596,0.7293,0.74042;0.98571,0.72463,0.73907;0.98547,0.71995,0.73772;0.98522,0.71528,0.73636;0.98498,0.7106,0.73501;0.98473,0.70593,0.73366;0.98448,0.70125,0.7323;0.98424,0.69658,0.73095;0.98399,0.6919,0.7296;0.98374,0.68723,0.72824;0.9835,0.68255,0.72689;0.98325,0.67788,0.72554;0.98301,0.6732,0.72418;0.98276,0.66853,0.72283;0.98251,0.66385,0.72148;0.98227,0.65918,0.72012;0.98202,0.6545,0.71877;0.98178,0.64983,0.71742;0.98153,0.64515,0.71606;0.98128,0.64048,0.71471;0.98104,0.6358,0.71336;0.98079,0.63113,0.712;0.98055,0.62645,0.71065;0.98025,0.62099,0.70888;0.97988,0.61423,0.70642;0.97952,0.60746,0.70396;0.97915,0.60069,0.7015;0.97878,0.59393,0.69904;0.97841,0.58716,0.69658;0.97804,0.58039,0.69412;0.97767,0.57363,0.69166;0.9773,0.56686,0.6892;0.97693,0.56009,0.68674;0.97656,0.55333,0.68428;0.97619,0.54656,0.68181;0.97582,0.53979,0.67935;0.97546,0.53303,0.67689;0.97509,0.52626,0.67443;0.97472,0.51949,0.67197;0.97435,0.51273,0.66951;0.97398,0.50596,0.66705;0.97361,0.49919,0.66459;0.97324,0.49243,0.66213;0.97287,0.48566,0.65967;0.9725,0.47889,0.65721;0.97213,0.47213,0.65475;0.97176,0.46536,0.65229;0.9714,0.45859,0.64983;0.97103,0.45183,0.64737;0.97066,0.44506,0.64491;0.97029,0.43829,0.64245;0.96992,0.43153,0.63998;0.96955,0.42476,0.63752;0.96918,0.41799,0.63506;0.96881,0.41123,0.6326;0.96703,0.40464,0.63076;0.96383,0.39825,0.62953;0.96063,0.39185,0.6283;0.95743,0.38545,0.62707;0.95423,0.37905,0.62584;0.95103,0.37266,0.62461;0.94784,0.36626,0.62338;0.94464,0.35986,0.62215;0.94144,0.35346,0.62092;0.93824,0.34707,0.61968;0.93504,0.34067,0.61845;0.93184,0.33427,0.61722;0.92864,0.32787,0.61599;0.92544,0.32148,0.61476;0.92225,0.31508,0.61353;0.91905,0.30868,0.6123;0.91585,0.30228,0.61107;0.91265,0.29589,0.60984;0.90945,0.28949,0.60861;0.90625,0.28309,0.60738;0.90305,0.27669,0.60615;0.89985,0.2703,0.60492;0.89666,0.2639,0.60369;0.89346,0.2575,0.60246;0.89026,0.2511,0.60123;0.88706,0.24471,0.6;0.88386,0.23831,0.59877;0.88066,0.23191,0.59754;0.87746,0.22551,0.59631;0.87426,0.21912,0.59508;0.87106,0.21272,0.59385;0.86787,0.20632,0.59262;0.86305,0.2,0.59023;0.85727,0.19373,0.58716;0.85149,0.18745,0.58408;0.84571,0.18118,0.58101;0.83992,0.1749,0.57793;0.83414,0.16863,0.57486;0.82836,0.16235,0.57178;0.82258,0.15608,0.5687;0.81679,0.1498,0.56563;0.81101,0.14353,0.56255;0.80523,0.13725,0.55948;0.79945,0.13098,0.5564;0.79366,0.12471,0.55333;0.78788,0.11843,0.55025;0.7821,0.11216,0.54717;0.77632,0.10588,0.5441;0.77053,0.099608,0.54102;0.76475,0.093333,0.53795;0.75897,0.087059,0.53487;0.75319,0.080784,0.5318;0.7474,0.07451,0.52872;0.74162,0.068235,0.52564;0.73584,0.061961,0.52257;0.73006,0.055686,0.51949;0.72428,0.049412,0.51642;0.71849,0.043137,0.51334;0.71271,0.036863,0.51027;0.70693,0.030588,0.50719;0.70115,0.024314,0.50411;0.69536,0.018039,0.50104;0.68958,0.011765,0.49796;0.6838,0.0054902,0.49489;0.67755,0.0039216,0.49347;0.67116,0.0039216,0.49261;0.66476,0.0039216,0.49175;0.65836,0.0039216,0.49089;0.65196,0.0039216,0.49003;0.64557,0.0039216,0.48917;0.63917,0.0039216,0.4883;0.63277,0.0039216,0.48744;0.62637,0.0039216,0.48658;0.61998,0.0039216,0.48572;0.61358,0.0039216,0.48486;0.60718,0.0039216,0.484;0.60078,0.0039216,0.48314;0.59439,0.0039216,0.48228;0.58799,0.0039216,0.48141;0.58159,0.0039216,0.48055;0.57519,0.0039216,0.47969;0.5688,0.0039216,0.47883;0.5624,0.0039216,0.47797;0.556,0.0039216,0.47711;0.5496,0.0039216,0.47625;0.54321,0.0039216,0.47539;0.53681,0.0039216,0.47453;0.53041,0.0039216,0.47366;0.52401,0.0039216,0.4728;0.51762,0.0039216,0.47194;0.51122,0.0039216,0.47108;0.50482,0.0039216,0.47022;0.49842,0.0039216,0.46936;0.49203,0.0039216,0.4685;0.48563,0.0039216,0.46764;0.47923,0.0039216,0.46677;0.47316,0.0038139,0.46527;0.46713,0.0036909,0.46367;0.4611,0.0035679,0.46207;0.45507,0.0034448,0.46047;0.44904,0.0033218,0.45887;0.44301,0.0031988,0.45727;0.43699,0.0030757,0.45567;0.43096,0.0029527,0.45407;0.42493,0.0028297,0.45247;0.4189,0.0027067,0.45087;0.41287,0.0025836,0.44927;0.40684,0.0024606,0.44767;0.40082,0.0023376,0.44607;0.39479,0.0022145,0.44448;0.38876,0.0020915,0.44288;0.38273,0.0019685,0.44128;0.3767,0.0018454,0.43968;0.37067,0.0017224,0.43808;0.36464,0.0015994,0.43648;0.35862,0.0014764,0.43488;0.35259,0.0013533,0.43328;0.34656,0.0012303,0.43168;0.34053,0.0011073,0.43008;0.3345,0.00098424,0.42848;0.32847,0.00086121,0.42688;0.32245,0.00073818,0.42528;0.31642,0.00061515,0.42368;0.31039,0.00049212,0.42208;0.30436,0.00036909,0.42048;0.29833,0.00024606,0.41889;0.2923,0.00012303,0.41729;0.28627,0,0.41569];
case 'RdYlBu'
map=[0.64706,0,0.14902;0.65475,0.0073818,0.14917;0.66244,0.014764,0.14933;0.67013,0.022145,0.14948;0.67782,0.029527,0.14963;0.68551,0.036909,0.14979;0.69319,0.044291,0.14994;0.70088,0.051672,0.1501;0.70857,0.059054,0.15025;0.71626,0.066436,0.1504;0.72395,0.073818,0.15056;0.73164,0.0812,0.15071;0.73933,0.088581,0.15087;0.74702,0.095963,0.15102;0.75471,0.10334,0.15117;0.7624,0.11073,0.15133;0.77009,0.11811,0.15148;0.77778,0.12549,0.15163;0.78547,0.13287,0.15179;0.79316,0.14025,0.15194;0.80085,0.14764,0.1521;0.80854,0.15502,0.15225;0.81622,0.1624,0.1524;0.82391,0.16978,0.15256;0.8316,0.17716,0.15271;0.83929,0.18454,0.15286;0.84537,0.19293,0.15509;0.84983,0.20231,0.1594;0.85429,0.21169,0.16371;0.85875,0.22107,0.16801;0.86321,0.23045,0.17232;0.86767,0.23983,0.17662;0.87213,0.24921,0.18093;0.87659,0.25859,0.18524;0.88105,0.26797,0.18954;0.88551,0.27735,0.19385;0.88997,0.28674,0.19815;0.89443,0.29612,0.20246;0.89889,0.3055,0.20677;0.90334,0.31488,0.21107;0.9078,0.32426,0.21538;0.91226,0.33364,0.21968;0.91672,0.34302,0.22399;0.92118,0.3524,0.2283;0.92564,0.36178,0.2326;0.9301,0.37116,0.23691;0.93456,0.38055,0.24121;0.93902,0.38993,0.24552;0.94348,0.39931,0.24983;0.94794,0.40869,0.25413;0.9524,0.41807,0.25844;0.95686,0.42745,0.26275;0.95825,0.43745,0.26736;0.95963,0.44744,0.27197;0.96101,0.45744,0.27659;0.9624,0.46744,0.2812;0.96378,0.47743,0.28581;0.96517,0.48743,0.29043;0.96655,0.49742,0.29504;0.96794,0.50742,0.29965;0.96932,0.51742,0.30427;0.9707,0.52741,0.30888;0.97209,0.53741,0.31349;0.97347,0.5474,0.31811;0.97486,0.5574,0.32272;0.97624,0.5674,0.32734;0.97762,0.57739,0.33195;0.97901,0.58739,0.33656;0.98039,0.59739,0.34118;0.98178,0.60738,0.34579;0.98316,0.61738,0.3504;0.98454,0.62737,0.35502;0.98593,0.63737,0.35963;0.98731,0.64737,0.36424;0.9887,0.65736,0.36886;0.99008,0.66736,0.37347;0.99146,0.67735,0.37809;0.99223,0.6862,0.38401;0.99239,0.69389,0.39123;0.99254,0.70158,0.39846;0.9927,0.70927,0.40569;0.99285,0.71696,0.41292;0.993,0.72464,0.42015;0.99316,0.73233,0.42737;0.99331,0.74002,0.4346;0.99346,0.74771,0.44183;0.99362,0.7554,0.44906;0.99377,0.76309,0.45629;0.99393,0.77078,0.46351;0.99408,0.77847,0.47074;0.99423,0.78616,0.47797;0.99439,0.79385,0.4852;0.99454,0.80154,0.49243;0.99469,0.80923,0.49965;0.99485,0.81692,0.50688;0.995,0.82461,0.51411;0.99516,0.8323,0.52134;0.99531,0.83998,0.52857;0.99546,0.84767,0.53579;0.99562,0.85536,0.54302;0.99577,0.86305,0.55025;0.99592,0.87074,0.55748;0.99608,0.87843,0.56471;0.99623,0.8832,0.57193;0.99639,0.88797,0.57916;0.99654,0.89273,0.58639;0.99669,0.8975,0.59362;0.99685,0.90227,0.60085;0.997,0.90704,0.60807;0.99715,0.9118,0.6153;0.99731,0.91657,0.62253;0.99746,0.92134,0.62976;0.99762,0.92611,0.63699;0.99777,0.93087,0.64421;0.99792,0.93564,0.65144;0.99808,0.94041,0.65867;0.99823,0.94517,0.6659;0.99839,0.94994,0.67313;0.99854,0.95471,0.68035;0.99869,0.95948,0.68758;0.99885,0.96424,0.69481;0.999,0.96901,0.70204;0.99915,0.97378,0.70927;0.99931,0.97855,0.71649;0.99946,0.98331,0.72372;0.99962,0.98808,0.73095;0.99977,0.99285,0.73818;0.99992,0.99762,0.74541;0.99762,0.99908,0.7534;0.99285,0.99723,0.76217;0.98808,0.99539,0.77093;0.98331,0.99354,0.7797;0.97855,0.9917,0.78847;0.97378,0.98985,0.79723;0.96901,0.988,0.806;0.96424,0.98616,0.81476;0.95948,0.98431,0.82353;0.95471,0.98247,0.8323;0.94994,0.98062,0.84106;0.94517,0.97878,0.84983;0.94041,0.97693,0.85859;0.93564,0.97509,0.86736;0.93087,0.97324,0.87612;0.92611,0.9714,0.88489;0.92134,0.96955,0.89366;0.91657,0.9677,0.90242;0.9118,0.96586,0.91119;0.90704,0.96401,0.91995;0.90227,0.96217,0.92872;0.8975,0.96032,0.93749;0.89273,0.95848,0.94625;0.88797,0.95663,0.95502;0.8832,0.95479,0.96378;0.87843,0.95294,0.97255;0.87028,0.94894,0.97024;0.86213,0.94494,0.96794;0.85398,0.94095,0.96563;0.84583,0.93695,0.96332;0.83768,0.93295,0.96101;0.82953,0.92895,0.95871;0.82138,0.92495,0.9564;0.81323,0.92095,0.95409;0.80507,0.91696,0.95179;0.79692,0.91296,0.94948;0.78877,0.90896,0.94717;0.78062,0.90496,0.94487;0.77247,0.90096,0.94256;0.76432,0.89696,0.94025;0.75617,0.89296,0.93795;0.74802,0.88897,0.93564;0.73987,0.88497,0.93333;0.73172,0.88097,0.93103;0.72357,0.87697,0.92872;0.71542,0.87297,0.92641;0.70727,0.86897,0.92411;0.69912,0.86498,0.9218;0.69097,0.86098,0.91949;0.68281,0.85698,0.91719;0.67466,0.85298,0.91488;0.66636,0.8476,0.91188;0.6579,0.84083,0.90819;0.64944,0.83406,0.9045;0.64098,0.8273,0.90081;0.63253,0.82053,0.89712;0.62407,0.81376,0.89343;0.61561,0.807,0.88973;0.60715,0.80023,0.88604;0.59869,0.79346,0.88235;0.59023,0.7867,0.87866;0.58178,0.77993,0.87497;0.57332,0.77316,0.87128;0.56486,0.7664,0.86759;0.5564,0.75963,0.8639;0.54794,0.75286,0.86021;0.53948,0.7461,0.85652;0.53103,0.73933,0.85283;0.52257,0.73256,0.84913;0.51411,0.7258,0.84544;0.50565,0.71903,0.84175;0.49719,0.71226,0.83806;0.48874,0.7055,0.83437;0.48028,0.69873,0.83068;0.47182,0.69196,0.82699;0.46336,0.6852,0.8233;0.4549,0.67843,0.81961;0.44767,0.66982,0.81515;0.44045,0.66121,0.81069;0.43322,0.6526,0.80623;0.42599,0.64398,0.80177;0.41876,0.63537,0.79731;0.41153,0.62676,0.79285;0.40431,0.61815,0.78839;0.39708,0.60953,0.78393;0.38985,0.60092,0.77947;0.38262,0.59231,0.77501;0.37539,0.5837,0.77055;0.36817,0.57509,0.76609;0.36094,0.56647,0.76163;0.35371,0.55786,0.75717;0.34648,0.54925,0.75271;0.33925,0.54064,0.74825;0.33203,0.53203,0.74379;0.3248,0.52341,0.73933;0.31757,0.5148,0.73487;0.31034,0.50619,0.73041;0.30311,0.49758,0.72595;0.29589,0.48897,0.72149;0.28866,0.48035,0.71703;0.28143,0.47174,0.71257;0.2742,0.46313,0.70811;0.26905,0.45398,0.7035;0.26597,0.44429,0.69873;0.2629,0.4346,0.69396;0.25982,0.42491,0.6892;0.25675,0.41522,0.68443;0.25367,0.40554,0.67966;0.2506,0.39585,0.67489;0.24752,0.38616,0.67013;0.24444,0.37647,0.66536;0.24137,0.36678,0.66059;0.23829,0.35709,0.65582;0.23522,0.3474,0.65106;0.23214,0.33772,0.64629;0.22907,0.32803,0.64152;0.22599,0.31834,0.63676;0.22291,0.30865,0.63199;0.21984,0.29896,0.62722;0.21676,0.28927,0.62245;0.21369,0.27958,0.61769;0.21061,0.2699,0.61292;0.20754,0.26021,0.60815;0.20446,0.25052,0.60338;0.20138,0.24083,0.59862;0.19831,0.23114,0.59385;0.19523,0.22145,0.58908;0.19216,0.21176,0.58431];
case 'RdYlGn'
map=[0.64706,0,0.14902;0.65475,0.0073818,0.14917;0.66244,0.014764,0.14933;0.67013,0.022145,0.14948;0.67782,0.029527,0.14963;0.68551,0.036909,0.14979;0.69319,0.044291,0.14994;0.70088,0.051672,0.1501;0.70857,0.059054,0.15025;0.71626,0.066436,0.1504;0.72395,0.073818,0.15056;0.73164,0.0812,0.15071;0.73933,0.088581,0.15087;0.74702,0.095963,0.15102;0.75471,0.10334,0.15117;0.7624,0.11073,0.15133;0.77009,0.11811,0.15148;0.77778,0.12549,0.15163;0.78547,0.13287,0.15179;0.79316,0.14025,0.15194;0.80085,0.14764,0.1521;0.80854,0.15502,0.15225;0.81622,0.1624,0.1524;0.82391,0.16978,0.15256;0.8316,0.17716,0.15271;0.83929,0.18454,0.15286;0.84537,0.19293,0.15509;0.84983,0.20231,0.1594;0.85429,0.21169,0.16371;0.85875,0.22107,0.16801;0.86321,0.23045,0.17232;0.86767,0.23983,0.17662;0.87213,0.24921,0.18093;0.87659,0.25859,0.18524;0.88105,0.26797,0.18954;0.88551,0.27735,0.19385;0.88997,0.28674,0.19815;0.89443,0.29612,0.20246;0.89889,0.3055,0.20677;0.90334,0.31488,0.21107;0.9078,0.32426,0.21538;0.91226,0.33364,0.21968;0.91672,0.34302,0.22399;0.92118,0.3524,0.2283;0.92564,0.36178,0.2326;0.9301,0.37116,0.23691;0.93456,0.38055,0.24121;0.93902,0.38993,0.24552;0.94348,0.39931,0.24983;0.94794,0.40869,0.25413;0.9524,0.41807,0.25844;0.95686,0.42745,0.26275;0.95825,0.43745,0.26736;0.95963,0.44744,0.27197;0.96101,0.45744,0.27659;0.9624,0.46744,0.2812;0.96378,0.47743,0.28581;0.96517,0.48743,0.29043;0.96655,0.49742,0.29504;0.96794,0.50742,0.29965;0.96932,0.51742,0.30427;0.9707,0.52741,0.30888;0.97209,0.53741,0.31349;0.97347,0.5474,0.31811;0.97486,0.5574,0.32272;0.97624,0.5674,0.32734;0.97762,0.57739,0.33195;0.97901,0.58739,0.33656;0.98039,0.59739,0.34118;0.98178,0.60738,0.34579;0.98316,0.61738,0.3504;0.98454,0.62737,0.35502;0.98593,0.63737,0.35963;0.98731,0.64737,0.36424;0.9887,0.65736,0.36886;0.99008,0.66736,0.37347;0.99146,0.67735,0.37809;0.99223,0.6862,0.38362;0.99239,0.69389,0.39008;0.99254,0.70158,0.39654;0.9927,0.70927,0.403;0.99285,0.71696,0.40946;0.993,0.72464,0.41592;0.99316,0.73233,0.42238;0.99331,0.74002,0.42884;0.99346,0.74771,0.43529;0.99362,0.7554,0.44175;0.99377,0.76309,0.44821;0.99393,0.77078,0.45467;0.99408,0.77847,0.46113;0.99423,0.78616,0.46759;0.99439,0.79385,0.47405;0.99454,0.80154,0.48051;0.99469,0.80923,0.48697;0.99485,0.81692,0.49343;0.995,0.82461,0.49988;0.99516,0.8323,0.50634;0.99531,0.83998,0.5128;0.99546,0.84767,0.51926;0.99562,0.85536,0.52572;0.99577,0.86305,0.53218;0.99592,0.87074,0.53864;0.99608,0.87843,0.5451;0.99623,0.8832,0.55309;0.99639,0.88797,0.56109;0.99654,0.89273,0.56909;0.99669,0.8975,0.57709;0.99685,0.90227,0.58508;0.997,0.90704,0.59308;0.99715,0.9118,0.60108;0.99731,0.91657,0.60907;0.99746,0.92134,0.61707;0.99762,0.92611,0.62507;0.99777,0.93087,0.63306;0.99792,0.93564,0.64106;0.99808,0.94041,0.64906;0.99823,0.94517,0.65705;0.99839,0.94994,0.66505;0.99854,0.95471,0.67305;0.99869,0.95948,0.68105;0.99885,0.96424,0.68904;0.999,0.96901,0.69704;0.99915,0.97378,0.70504;0.99931,0.97855,0.71303;0.99946,0.98331,0.72103;0.99962,0.98808,0.72903;0.99977,0.99285,0.73702;0.99992,0.99762,0.74502;0.99708,0.99877,0.74502;0.99123,0.99631,0.73702;0.98539,0.99385,0.72903;0.97955,0.99139,0.72103;0.9737,0.98893,0.71303;0.96786,0.98647,0.70504;0.96201,0.98401,0.69704;0.95617,0.98155,0.68904;0.95033,0.97908,0.68105;0.94448,0.97662,0.67305;0.93864,0.97416,0.66505;0.9328,0.9717,0.65705;0.92695,0.96924,0.64906;0.92111,0.96678,0.64106;0.91526,0.96432,0.63306;0.90942,0.96186,0.62507;0.90358,0.9594,0.61707;0.89773,0.95694,0.60907;0.89189,0.95448,0.60108;0.88604,0.95202,0.59308;0.8802,0.94956,0.58508;0.87436,0.9471,0.57709;0.86851,0.94464,0.56909;0.86267,0.94218,0.56109;0.85682,0.93972,0.55309;0.85098,0.93725,0.5451;0.84314,0.93387,0.54002;0.83529,0.93049,0.53495;0.82745,0.9271,0.52987;0.81961,0.92372,0.5248;0.81176,0.92034,0.51972;0.80392,0.91696,0.51465;0.79608,0.91357,0.50957;0.78824,0.91019,0.5045;0.78039,0.90681,0.49942;0.77255,0.90342,0.49435;0.76471,0.90004,0.48927;0.75686,0.89666,0.4842;0.74902,0.89327,0.47912;0.74118,0.88989,0.47405;0.73333,0.88651,0.46897;0.72549,0.88312,0.4639;0.71765,0.87974,0.45882;0.7098,0.87636,0.45375;0.70196,0.87297,0.44867;0.69412,0.86959,0.4436;0.68627,0.86621,0.43852;0.67843,0.86282,0.43345;0.67059,0.85944,0.42837;0.66275,0.85606,0.4233;0.6549,0.85267,0.41822;0.64606,0.84883,0.41515;0.63622,0.84452,0.41407;0.62637,0.84022,0.413;0.61653,0.83591,0.41192;0.60669,0.8316,0.41084;0.59685,0.8273,0.40977;0.587,0.82299,0.40869;0.57716,0.81869,0.40761;0.56732,0.81438,0.40654;0.55748,0.81007,0.40546;0.54764,0.80577,0.40438;0.53779,0.80146,0.40331;0.52795,0.79715,0.40223;0.51811,0.79285,0.40115;0.50827,0.78854,0.40008;0.49842,0.78424,0.399;0.48858,0.77993,0.39792;0.47874,0.77562,0.39685;0.4689,0.77132,0.39577;0.45905,0.76701,0.39469;0.44921,0.76271,0.39362;0.43937,0.7584,0.39254;0.42953,0.75409,0.39146;0.41968,0.74979,0.39039;0.40984,0.74548,0.38931;0.4,0.74118,0.38824;0.38831,0.73549,0.38531;0.37662,0.7298,0.38239;0.36494,0.72411,0.37947;0.35325,0.71842,0.37655;0.34156,0.71273,0.37363;0.32987,0.70704,0.3707;0.31819,0.70135,0.36778;0.3065,0.69566,0.36486;0.29481,0.68997,0.36194;0.28312,0.68428,0.35902;0.27143,0.67859,0.35609;0.25975,0.6729,0.35317;0.24806,0.6672,0.35025;0.23637,0.66151,0.34733;0.22468,0.65582,0.34441;0.213,0.65013,0.34148;0.20131,0.64444,0.33856;0.18962,0.63875,0.33564;0.17793,0.63306,0.33272;0.16624,0.62737,0.3298;0.15456,0.62168,0.32687;0.14287,0.61599,0.32395;0.13118,0.6103,0.32103;0.11949,0.60461,0.31811;0.1078,0.59892,0.31519;0.099962,0.59239,0.3118;0.095963,0.58501,0.30796;0.091965,0.57762,0.30411;0.087966,0.57024,0.30027;0.083968,0.56286,0.29642;0.079969,0.55548,0.29258;0.075971,0.5481,0.28874;0.071972,0.54072,0.28489;0.067974,0.53333,0.28105;0.063975,0.52595,0.2772;0.059977,0.51857,0.27336;0.055978,0.51119,0.26951;0.05198,0.50381,0.26567;0.047982,0.49642,0.26182;0.043983,0.48904,0.25798;0.039985,0.48166,0.25413;0.035986,0.47428,0.25029;0.031988,0.4669,0.24644;0.027989,0.45952,0.2426;0.023991,0.45213,0.23875;0.019992,0.44475,0.23491;0.015994,0.43737,0.23106;0.011995,0.42999,0.22722;0.0079969,0.42261,0.22338;0.0039985,0.41522,0.21953;0,0.40784,0.21569];
case 'Reds'
map=[1,0.96078,0.94118;0.99988,0.9582,0.93749;0.99975,0.95562,0.93379;0.99963,0.95303,0.9301;0.99951,0.95045,0.92641;0.99938,0.94787,0.92272;0.99926,0.94528,0.91903;0.99914,0.9427,0.91534;0.99902,0.94012,0.91165;0.99889,0.93753,0.90796;0.99877,0.93495,0.90427;0.99865,0.93236,0.90058;0.99852,0.92978,0.89689;0.9984,0.9272,0.89319;0.99828,0.92461,0.8895;0.99815,0.92203,0.88581;0.99803,0.91945,0.88212;0.99791,0.91686,0.87843;0.99779,0.91428,0.87474;0.99766,0.9117,0.87105;0.99754,0.90911,0.86736;0.99742,0.90653,0.86367;0.99729,0.90394,0.85998;0.99717,0.90136,0.85629;0.99705,0.89878,0.8526;0.99692,0.89619,0.8489;0.9968,0.89361,0.84521;0.99668,0.89103,0.84152;0.99656,0.88844,0.83783;0.99643,0.88586,0.83414;0.99631,0.88328,0.83045;0.99619,0.88069,0.82676;0.99605,0.87786,0.82278;0.9958,0.87331,0.81675;0.99556,0.86876,0.81072;0.99531,0.86421,0.80469;0.99506,0.85965,0.79866;0.99482,0.8551,0.79263;0.99457,0.85055,0.78661;0.99433,0.846,0.78058;0.99408,0.84145,0.77455;0.99383,0.83689,0.76852;0.99359,0.83234,0.76249;0.99334,0.82779,0.75646;0.99309,0.82324,0.75043;0.99285,0.81869,0.74441;0.9926,0.81413,0.73838;0.99236,0.80958,0.73235;0.99211,0.80503,0.72632;0.99186,0.80048,0.72029;0.99162,0.79592,0.71426;0.99137,0.79137,0.70824;0.99113,0.78682,0.70221;0.99088,0.78227,0.69618;0.99063,0.77772,0.69015;0.99039,0.77316,0.68412;0.99014,0.76861,0.67809;0.9899,0.76406,0.67206;0.98965,0.75951,0.66604;0.9894,0.75496,0.66001;0.98916,0.7504,0.65398;0.98891,0.74585,0.64795;0.98867,0.7413,0.64192;0.98842,0.73675,0.63589;0.98824,0.73207,0.62993;0.98824,0.72703,0.62414;0.98824,0.72198,0.61836;0.98824,0.71694,0.61258;0.98824,0.7119,0.6068;0.98824,0.70685,0.60101;0.98824,0.70181,0.59523;0.98824,0.69676,0.58945;0.98824,0.69172,0.58367;0.98824,0.68667,0.57789;0.98824,0.68163,0.5721;0.98824,0.67659,0.56632;0.98824,0.67154,0.56054;0.98824,0.6665,0.55476;0.98824,0.66145,0.54897;0.98824,0.65641,0.54319;0.98824,0.65136,0.53741;0.98824,0.64632,0.53163;0.98824,0.64128,0.52584;0.98824,0.63623,0.52006;0.98824,0.63119,0.51428;0.98824,0.62614,0.5085;0.98824,0.6211,0.50271;0.98824,0.61606,0.49693;0.98824,0.61101,0.49115;0.98824,0.60597,0.48537;0.98824,0.60092,0.47958;0.98824,0.59588,0.4738;0.98824,0.59083,0.46802;0.98824,0.58579,0.46224;0.98824,0.58075,0.45646;0.98824,0.5757,0.45067;0.98819,0.5707,0.44521;0.98807,0.56578,0.44029;0.98794,0.56086,0.43537;0.98782,0.55594,0.43045;0.9877,0.55102,0.42553;0.98757,0.5461,0.42061;0.98745,0.54118,0.41569;0.98733,0.53626,0.41077;0.9872,0.53133,0.40584;0.98708,0.52641,0.40092;0.98696,0.52149,0.396;0.98684,0.51657,0.39108;0.98671,0.51165,0.38616;0.98659,0.50673,0.38124;0.98647,0.50181,0.37632;0.98634,0.49689,0.3714;0.98622,0.49196,0.36647;0.9861,0.48704,0.36155;0.98597,0.48212,0.35663;0.98585,0.4772,0.35171;0.98573,0.47228,0.34679;0.98561,0.46736,0.34187;0.98548,0.46244,0.33695;0.98536,0.45752,0.33203;0.98524,0.4526,0.3271;0.98511,0.44767,0.32218;0.98499,0.44275,0.31726;0.98487,0.43783,0.31234;0.98474,0.43291,0.30742;0.98462,0.42799,0.3025;0.9845,0.42307,0.29758;0.98438,0.41815,0.29266;0.98358,0.4128,0.28835;0.9821,0.40701,0.28466;0.98062,0.40123,0.28097;0.97915,0.39545,0.27728;0.97767,0.38967,0.27359;0.97619,0.38388,0.2699;0.97472,0.3781,0.26621;0.97324,0.37232,0.26251;0.97176,0.36654,0.25882;0.97029,0.36075,0.25513;0.96881,0.35497,0.25144;0.96734,0.34919,0.24775;0.96586,0.34341,0.24406;0.96438,0.33762,0.24037;0.96291,0.33184,0.23668;0.96143,0.32606,0.23299;0.95995,0.32028,0.2293;0.95848,0.31449,0.22561;0.957,0.30871,0.22191;0.95552,0.30293,0.21822;0.95405,0.29715,0.21453;0.95257,0.29136,0.21084;0.9511,0.28558,0.20715;0.94962,0.2798,0.20346;0.94814,0.27402,0.19977;0.94667,0.26824,0.19608;0.94519,0.26245,0.19239;0.94371,0.25667,0.1887;0.94224,0.25089,0.18501;0.94076,0.24511,0.18131;0.93928,0.23932,0.17762;0.93781,0.23354,0.17393;0.93449,0.22868,0.1714;0.93006,0.22438,0.16955;0.92563,0.22007,0.1677;0.9212,0.21576,0.16586;0.91677,0.21146,0.16401;0.91234,0.20715,0.16217;0.90791,0.20285,0.16032;0.90348,0.19854,0.15848;0.89905,0.19423,0.15663;0.89463,0.18993,0.15479;0.8902,0.18562,0.15294;0.88577,0.18131,0.1511;0.88134,0.17701,0.14925;0.87691,0.1727,0.1474;0.87248,0.1684,0.14556;0.86805,0.16409,0.14371;0.86362,0.15978,0.14187;0.85919,0.15548,0.14002;0.85476,0.15117,0.13818;0.85033,0.14687,0.13633;0.84591,0.14256,0.13449;0.84148,0.13825,0.13264;0.83705,0.13395,0.1308;0.83262,0.12964,0.12895;0.82819,0.12534,0.1271;0.82376,0.12103,0.12526;0.81933,0.11672,0.12341;0.8149,0.11242,0.12157;0.81047,0.10811,0.11972;0.80604,0.10381,0.11788;0.80161,0.0995,0.11603;0.79719,0.095194,0.11419;0.79257,0.093287,0.11299;0.7879,0.09218,0.112;0.78322,0.091073,0.11102;0.77855,0.089965,0.11003;0.77387,0.088858,0.10905;0.7692,0.087751,0.10807;0.76452,0.086644,0.10708;0.75985,0.085536,0.1061;0.75517,0.084429,0.10511;0.7505,0.083322,0.10413;0.74582,0.082215,0.10314;0.74115,0.081107,0.10216;0.73647,0.08,0.10118;0.7318,0.078893,0.10019;0.72712,0.077785,0.099208;0.72245,0.076678,0.098224;0.71777,0.075571,0.09724;0.71309,0.074464,0.096255;0.70842,0.073356,0.095271;0.70374,0.072249,0.094287;0.69907,0.071142,0.093303;0.69439,0.070035,0.092318;0.68972,0.068927,0.091334;0.68504,0.06782,0.09035;0.68037,0.066713,0.089366;0.67569,0.065606,0.088381;0.67102,0.064498,0.087397;0.66634,0.063391,0.086413;0.66167,0.062284,0.085429;0.65699,0.061176,0.084444;0.65232,0.060069,0.08346;0.64764,0.058962,0.082476;0.64038,0.057209,0.081492;0.63276,0.055363,0.080507;0.62513,0.053518,0.079523;0.6175,0.051672,0.078539;0.60987,0.049827,0.077555;0.60225,0.047982,0.076571;0.59462,0.046136,0.075586;0.58699,0.044291,0.074602;0.57936,0.042445,0.073618;0.57173,0.0406,0.072634;0.56411,0.038754,0.071649;0.55648,0.036909,0.070665;0.54885,0.035063,0.069681;0.54122,0.033218,0.068697;0.53359,0.031373,0.067712;0.52597,0.029527,0.066728;0.51834,0.027682,0.065744;0.51071,0.025836,0.06476;0.50308,0.023991,0.063775;0.49546,0.022145,0.062791;0.48783,0.0203,0.061807;0.4802,0.018454,0.060823;0.47257,0.016609,0.059839;0.46494,0.014764,0.058854;0.45732,0.012918,0.05787;0.44969,0.011073,0.056886;0.44206,0.0092272,0.055902;0.43443,0.0073818,0.054917;0.42681,0.0055363,0.053933;0.41918,0.0036909,0.052949;0.41155,0.0018454,0.051965;0.40392,0,0.05098];
case 'seismic'
map=[0,0,0.3;0,0,0.31098;0,0,0.32196;0,0,0.33294;0,0,0.34392;0,0,0.3549;0,0,0.36588;0,0,0.37686;0,0,0.38784;0,0,0.39882;0,0,0.4098;0,0,0.42078;0,0,0.43176;0,0,0.44275;0,0,0.45373;0,0,0.46471;0,0,0.47569;0,0,0.48667;0,0,0.49765;0,0,0.50863;0,0,0.51961;0,0,0.53059;0,0,0.54157;0,0,0.55255;0,0,0.56353;0,0,0.57451;0,0,0.58549;0,0,0.59647;0,0,0.60745;0,0,0.61843;0,0,0.62941;0,0,0.64039;0,0,0.65137;0,0,0.66235;0,0,0.67333;0,0,0.68431;0,0,0.69529;0,0,0.70627;0,0,0.71725;0,0,0.72824;0,0,0.73922;0,0,0.7502;0,0,0.76118;0,0,0.77216;0,0,0.78314;0,0,0.79412;0,0,0.8051;0,0,0.81608;0,0,0.82706;0,0,0.83804;0,0,0.84902;0,0,0.86;0,0,0.87098;0,0,0.88196;0,0,0.89294;0,0,0.90392;0,0,0.9149;0,0,0.92588;0,0,0.93686;0,0,0.94784;0,0,0.95882;0,0,0.9698;0,0,0.98078;0,0,0.99176;0.0039216,0.0039216,1;0.019608,0.019608,1;0.035294,0.035294,1;0.05098,0.05098,1;0.066667,0.066667,1;0.082353,0.082353,1;0.098039,0.098039,1;0.11373,0.11373,1;0.12941,0.12941,1;0.1451,0.1451,1;0.16078,0.16078,1;0.17647,0.17647,1;0.19216,0.19216,1;0.20784,0.20784,1;0.22353,0.22353,1;0.23922,0.23922,1;0.2549,0.2549,1;0.27059,0.27059,1;0.28627,0.28627,1;0.30196,0.30196,1;0.31765,0.31765,1;0.33333,0.33333,1;0.34902,0.34902,1;0.36471,0.36471,1;0.38039,0.38039,1;0.39608,0.39608,1;0.41176,0.41176,1;0.42745,0.42745,1;0.44314,0.44314,1;0.45882,0.45882,1;0.47451,0.47451,1;0.4902,0.4902,1;0.50588,0.50588,1;0.52157,0.52157,1;0.53725,0.53725,1;0.55294,0.55294,1;0.56863,0.56863,1;0.58431,0.58431,1;0.6,0.6,1;0.61569,0.61569,1;0.63137,0.63137,1;0.64706,0.64706,1;0.66275,0.66275,1;0.67843,0.67843,1;0.69412,0.69412,1;0.7098,0.7098,1;0.72549,0.72549,1;0.74118,0.74118,1;0.75686,0.75686,1;0.77255,0.77255,1;0.78824,0.78824,1;0.80392,0.80392,1;0.81961,0.81961,1;0.83529,0.83529,1;0.85098,0.85098,1;0.86667,0.86667,1;0.88235,0.88235,1;0.89804,0.89804,1;0.91373,0.91373,1;0.92941,0.92941,1;0.9451,0.9451,1;0.96078,0.96078,1;0.97647,0.97647,1;0.99216,0.99216,1;1,0.99216,0.99216;1,0.97647,0.97647;1,0.96078,0.96078;1,0.9451,0.9451;1,0.92941,0.92941;1,0.91373,0.91373;1,0.89804,0.89804;1,0.88235,0.88235;1,0.86667,0.86667;1,0.85098,0.85098;1,0.83529,0.83529;1,0.81961,0.81961;1,0.80392,0.80392;1,0.78824,0.78824;1,0.77255,0.77255;1,0.75686,0.75686;1,0.74118,0.74118;1,0.72549,0.72549;1,0.7098,0.7098;1,0.69412,0.69412;1,0.67843,0.67843;1,0.66275,0.66275;1,0.64706,0.64706;1,0.63137,0.63137;1,0.61569,0.61569;1,0.6,0.6;1,0.58431,0.58431;1,0.56863,0.56863;1,0.55294,0.55294;1,0.53725,0.53725;1,0.52157,0.52157;1,0.50588,0.50588;1,0.4902,0.4902;1,0.47451,0.47451;1,0.45882,0.45882;1,0.44314,0.44314;1,0.42745,0.42745;1,0.41176,0.41176;1,0.39608,0.39608;1,0.38039,0.38039;1,0.36471,0.36471;1,0.34902,0.34902;1,0.33333,0.33333;1,0.31765,0.31765;1,0.30196,0.30196;1,0.28627,0.28627;1,0.27059,0.27059;1,0.2549,0.2549;1,0.23922,0.23922;1,0.22353,0.22353;1,0.20784,0.20784;1,0.19216,0.19216;1,0.17647,0.17647;1,0.16078,0.16078;1,0.1451,0.1451;1,0.12941,0.12941;1,0.11373,0.11373;1,0.098039,0.098039;1,0.082353,0.082353;1,0.066667,0.066667;1,0.05098,0.05098;1,0.035294,0.035294;1,0.019608,0.019608;1,0.0039216,0.0039216;0.99412,0,0;0.98627,0,0;0.97843,0,0;0.97059,0,0;0.96275,0,0;0.9549,0,0;0.94706,0,0;0.93922,0,0;0.93137,0,0;0.92353,0,0;0.91569,0,0;0.90784,0,0;0.9,0,0;0.89216,0,0;0.88431,0,0;0.87647,0,0;0.86863,0,0;0.86078,0,0;0.85294,0,0;0.8451,0,0;0.83725,0,0;0.82941,0,0;0.82157,0,0;0.81373,0,0;0.80588,0,0;0.79804,0,0;0.7902,0,0;0.78235,0,0;0.77451,0,0;0.76667,0,0;0.75882,0,0;0.75098,0,0;0.74314,0,0;0.73529,0,0;0.72745,0,0;0.71961,0,0;0.71176,0,0;0.70392,0,0;0.69608,0,0;0.68824,0,0;0.68039,0,0;0.67255,0,0;0.66471,0,0;0.65686,0,0;0.64902,0,0;0.64118,0,0;0.63333,0,0;0.62549,0,0;0.61765,0,0;0.6098,0,0;0.60196,0,0;0.59412,0,0;0.58627,0,0;0.57843,0,0;0.57059,0,0;0.56275,0,0;0.5549,0,0;0.54706,0,0;0.53922,0,0;0.53137,0,0;0.52353,0,0;0.51569,0,0;0.50784,0,0;0.5,0,0];
case 'Set1'
map=[0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.89412,0.10196,0.1098;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.21569,0.49412,0.72157;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.30196,0.68627,0.2902;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;0.59608,0.30588,0.63922;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,0.49804,0;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;1,1,0.2;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.65098,0.33725,0.15686;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.96863,0.50588,0.74902;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6;0.6,0.6,0.6];
case 'Set2'
map=[0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.4,0.76078,0.64706;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.98824,0.55294,0.38431;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.55294,0.62745,0.79608;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.90588,0.54118,0.76471;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;0.65098,0.84706,0.32941;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;1,0.85098,0.18431;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.89804,0.76863,0.58039;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196;0.70196,0.70196,0.70196];
case 'Set3'
map=[0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;0.55294,0.82745,0.78039;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;1,1,0.70196;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.7451,0.72941,0.8549;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.98431,0.50196,0.44706;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.50196,0.69412,0.82745;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.99216,0.70588,0.38431;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.70196,0.87059,0.41176;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.98824,0.80392,0.89804;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.73725,0.50196,0.74118;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;0.8,0.92157,0.77255;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529;1,0.92941,0.43529];
case 'Spectral'
map=[0.61961,0.0039216,0.25882;0.62807,0.013303,0.26082;0.63652,0.022684,0.26282;0.64498,0.032065,0.26482;0.65344,0.041446,0.26682;0.6619,0.050827,0.26882;0.67036,0.060208,0.27082;0.67882,0.069589,0.27282;0.68727,0.07897,0.27482;0.69573,0.088351,0.27682;0.70419,0.097732,0.27882;0.71265,0.10711,0.28082;0.72111,0.11649,0.28281;0.72957,0.12587,0.28481;0.73802,0.13526,0.28681;0.74648,0.14464,0.28881;0.75494,0.15402,0.29081;0.7634,0.1634,0.29281;0.77186,0.17278,0.29481;0.78032,0.18216,0.29681;0.78877,0.19154,0.29881;0.79723,0.20092,0.30081;0.80569,0.2103,0.30281;0.81415,0.21968,0.30481;0.82261,0.22907,0.30681;0.83106,0.23845,0.3088;0.83768,0.24675,0.30888;0.84245,0.25398,0.30704;0.84721,0.26121,0.30519;0.85198,0.26844,0.30334;0.85675,0.27566,0.3015;0.86151,0.28289,0.29965;0.86628,0.29012,0.29781;0.87105,0.29735,0.29596;0.87582,0.30458,0.29412;0.88058,0.3118,0.29227;0.88535,0.31903,0.29043;0.89012,0.32626,0.28858;0.89489,0.33349,0.28674;0.89965,0.34072,0.28489;0.90442,0.34794,0.28304;0.90919,0.35517,0.2812;0.91396,0.3624,0.27935;0.91872,0.36963,0.27751;0.92349,0.37686,0.27566;0.92826,0.38408,0.27382;0.93303,0.39131,0.27197;0.93779,0.39854,0.27013;0.94256,0.40577,0.26828;0.94733,0.413,0.26644;0.9521,0.42022,0.26459;0.95686,0.42745,0.26275;0.95825,0.43745,0.26736;0.95963,0.44744,0.27197;0.96101,0.45744,0.27659;0.9624,0.46744,0.2812;0.96378,0.47743,0.28581;0.96517,0.48743,0.29043;0.96655,0.49742,0.29504;0.96794,0.50742,0.29965;0.96932,0.51742,0.30427;0.9707,0.52741,0.30888;0.97209,0.53741,0.31349;0.97347,0.5474,0.31811;0.97486,0.5574,0.32272;0.97624,0.5674,0.32734;0.97762,0.57739,0.33195;0.97901,0.58739,0.33656;0.98039,0.59739,0.34118;0.98178,0.60738,0.34579;0.98316,0.61738,0.3504;0.98454,0.62737,0.35502;0.98593,0.63737,0.35963;0.98731,0.64737,0.36424;0.9887,0.65736,0.36886;0.99008,0.66736,0.37347;0.99146,0.67735,0.37809;0.99223,0.6862,0.38362;0.99239,0.69389,0.39008;0.99254,0.70158,0.39654;0.9927,0.70927,0.403;0.99285,0.71696,0.40946;0.993,0.72464,0.41592;0.99316,0.73233,0.42238;0.99331,0.74002,0.42884;0.99346,0.74771,0.43529;0.99362,0.7554,0.44175;0.99377,0.76309,0.44821;0.99393,0.77078,0.45467;0.99408,0.77847,0.46113;0.99423,0.78616,0.46759;0.99439,0.79385,0.47405;0.99454,0.80154,0.48051;0.99469,0.80923,0.48697;0.99485,0.81692,0.49343;0.995,0.82461,0.49988;0.99516,0.8323,0.50634;0.99531,0.83998,0.5128;0.99546,0.84767,0.51926;0.99562,0.85536,0.52572;0.99577,0.86305,0.53218;0.99592,0.87074,0.53864;0.99608,0.87843,0.5451;0.99623,0.8832,0.55309;0.99639,0.88797,0.56109;0.99654,0.89273,0.56909;0.99669,0.8975,0.57709;0.99685,0.90227,0.58508;0.997,0.90704,0.59308;0.99715,0.9118,0.60108;0.99731,0.91657,0.60907;0.99746,0.92134,0.61707;0.99762,0.92611,0.62507;0.99777,0.93087,0.63306;0.99792,0.93564,0.64106;0.99808,0.94041,0.64906;0.99823,0.94517,0.65705;0.99839,0.94994,0.66505;0.99854,0.95471,0.67305;0.99869,0.95948,0.68105;0.99885,0.96424,0.68904;0.999,0.96901,0.69704;0.99915,0.97378,0.70504;0.99931,0.97855,0.71303;0.99946,0.98331,0.72103;0.99962,0.98808,0.72903;0.99977,0.99285,0.73702;0.99992,0.99762,0.74502;0.99808,0.99923,0.74602;0.99423,0.99769,0.74002;0.99039,0.99616,0.73403;0.98654,0.99462,0.72803;0.9827,0.99308,0.72203;0.97885,0.99154,0.71603;0.97501,0.99,0.71003;0.97116,0.98847,0.70404;0.96732,0.98693,0.69804;0.96348,0.98539,0.69204;0.95963,0.98385,0.68604;0.95579,0.98231,0.68005;0.95194,0.98078,0.67405;0.9481,0.97924,0.66805;0.94425,0.9777,0.66205;0.94041,0.97616,0.65606;0.93656,0.97463,0.65006;0.93272,0.97309,0.64406;0.92887,0.97155,0.63806;0.92503,0.97001,0.63206;0.92118,0.96847,0.62607;0.91734,0.96694,0.62007;0.91349,0.9654,0.61407;0.90965,0.96386,0.60807;0.90581,0.96232,0.60208;0.90196,0.96078,0.59608;0.89289,0.95709,0.59792;0.88381,0.9534,0.59977;0.87474,0.94971,0.60161;0.86567,0.94602,0.60346;0.85659,0.94233,0.60531;0.84752,0.93864,0.60715;0.83845,0.93495,0.609;0.82937,0.93126,0.61084;0.8203,0.92757,0.61269;0.81123,0.92388,0.61453;0.80215,0.92018,0.61638;0.79308,0.91649,0.61822;0.78401,0.9128,0.62007;0.77493,0.90911,0.62191;0.76586,0.90542,0.62376;0.75679,0.90173,0.62561;0.74771,0.89804,0.62745;0.73864,0.89435,0.6293;0.72957,0.89066,0.63114;0.72049,0.88697,0.63299;0.71142,0.88328,0.63483;0.70235,0.87958,0.63668;0.69327,0.87589,0.63852;0.6842,0.8722,0.64037;0.67512,0.86851,0.64221;0.66528,0.86459,0.64321;0.65467,0.86044,0.64337;0.64406,0.85629,0.64352;0.63345,0.85213,0.64368;0.62284,0.84798,0.64383;0.61223,0.84383,0.64398;0.60161,0.83968,0.64414;0.591,0.83552,0.64429;0.58039,0.83137,0.64444;0.56978,0.82722,0.6446;0.55917,0.82307,0.64475;0.54856,0.81892,0.64491;0.53795,0.81476,0.64506;0.52734,0.81061,0.64521;0.51672,0.80646,0.64537;0.50611,0.80231,0.64552;0.4955,0.79815,0.64567;0.48489,0.794,0.64583;0.47428,0.78985,0.64598;0.46367,0.7857,0.64614;0.45306,0.78155,0.64629;0.44245,0.77739,0.64644;0.43183,0.77324,0.6466;0.42122,0.76909,0.64675;0.41061,0.76494,0.64691;0.4,0.76078,0.64706;0.392,0.75186,0.65075;0.38401,0.74295,0.65444;0.37601,0.73403,0.65813;0.36801,0.72511,0.66182;0.36002,0.71619,0.66551;0.35202,0.70727,0.6692;0.34402,0.69835,0.6729;0.33602,0.68943,0.67659;0.32803,0.68051,0.68028;0.32003,0.67159,0.68397;0.31203,0.66267,0.68766;0.30404,0.65375,0.69135;0.29604,0.64483,0.69504;0.28804,0.63591,0.69873;0.28005,0.62699,0.70242;0.27205,0.61807,0.70611;0.26405,0.60915,0.7098;0.25606,0.60023,0.71349;0.24806,0.59131,0.71719;0.24006,0.58239,0.72088;0.23206,0.57347,0.72457;0.22407,0.56455,0.72826;0.21607,0.55563,0.73195;0.20807,0.54671,0.73564;0.20008,0.53779,0.73933;0.19946,0.52895,0.7391;0.20623,0.52018,0.73495;0.213,0.51142,0.7308;0.21976,0.50265,0.72664;0.22653,0.49389,0.72249;0.23329,0.48512,0.71834;0.24006,0.47636,0.71419;0.24683,0.46759,0.71003;0.25359,0.45882,0.70588;0.26036,0.45006,0.70173;0.26713,0.44129,0.69758;0.27389,0.43253,0.69343;0.28066,0.42376,0.68927;0.28743,0.41499,0.68512;0.29419,0.40623,0.68097;0.30096,0.39746,0.67682;0.30773,0.3887,0.67266;0.31449,0.37993,0.66851;0.32126,0.37116,0.66436;0.32803,0.3624,0.66021;0.33479,0.35363,0.65606;0.34156,0.34487,0.6519;0.34833,0.3361,0.64775;0.35509,0.32734,0.6436;0.36186,0.31857,0.63945;0.36863,0.3098,0.63529];
case 'spring'
map=[1,0,1;1,0.0039216,0.99608;1,0.0078431,0.99216;1,0.011765,0.98824;1,0.015686,0.98431;1,0.019608,0.98039;1,0.023529,0.97647;1,0.027451,0.97255;1,0.031373,0.96863;1,0.035294,0.96471;1,0.039216,0.96078;1,0.043137,0.95686;1,0.047059,0.95294;1,0.05098,0.94902;1,0.054902,0.9451;1,0.058824,0.94118;1,0.062745,0.93725;1,0.066667,0.93333;1,0.070588,0.92941;1,0.07451,0.92549;1,0.078431,0.92157;1,0.082353,0.91765;1,0.086275,0.91373;1,0.090196,0.9098;1,0.094118,0.90588;1,0.098039,0.90196;1,0.10196,0.89804;1,0.10588,0.89412;1,0.1098,0.8902;1,0.11373,0.88627;1,0.11765,0.88235;1,0.12157,0.87843;1,0.12549,0.87451;1,0.12941,0.87059;1,0.13333,0.86667;1,0.13725,0.86275;1,0.14118,0.85882;1,0.1451,0.8549;1,0.14902,0.85098;1,0.15294,0.84706;1,0.15686,0.84314;1,0.16078,0.83922;1,0.16471,0.83529;1,0.16863,0.83137;1,0.17255,0.82745;1,0.17647,0.82353;1,0.18039,0.81961;1,0.18431,0.81569;1,0.18824,0.81176;1,0.19216,0.80784;1,0.19608,0.80392;1,0.2,0.8;1,0.20392,0.79608;1,0.20784,0.79216;1,0.21176,0.78824;1,0.21569,0.78431;1,0.21961,0.78039;1,0.22353,0.77647;1,0.22745,0.77255;1,0.23137,0.76863;1,0.23529,0.76471;1,0.23922,0.76078;1,0.24314,0.75686;1,0.24706,0.75294;1,0.25098,0.74902;1,0.2549,0.7451;1,0.25882,0.74118;1,0.26275,0.73725;1,0.26667,0.73333;1,0.27059,0.72941;1,0.27451,0.72549;1,0.27843,0.72157;1,0.28235,0.71765;1,0.28627,0.71373;1,0.2902,0.7098;1,0.29412,0.70588;1,0.29804,0.70196;1,0.30196,0.69804;1,0.30588,0.69412;1,0.3098,0.6902;1,0.31373,0.68627;1,0.31765,0.68235;1,0.32157,0.67843;1,0.32549,0.67451;1,0.32941,0.67059;1,0.33333,0.66667;1,0.33725,0.66275;1,0.34118,0.65882;1,0.3451,0.6549;1,0.34902,0.65098;1,0.35294,0.64706;1,0.35686,0.64314;1,0.36078,0.63922;1,0.36471,0.63529;1,0.36863,0.63137;1,0.37255,0.62745;1,0.37647,0.62353;1,0.38039,0.61961;1,0.38431,0.61569;1,0.38824,0.61176;1,0.39216,0.60784;1,0.39608,0.60392;1,0.4,0.6;1,0.40392,0.59608;1,0.40784,0.59216;1,0.41176,0.58824;1,0.41569,0.58431;1,0.41961,0.58039;1,0.42353,0.57647;1,0.42745,0.57255;1,0.43137,0.56863;1,0.43529,0.56471;1,0.43922,0.56078;1,0.44314,0.55686;1,0.44706,0.55294;1,0.45098,0.54902;1,0.4549,0.5451;1,0.45882,0.54118;1,0.46275,0.53725;1,0.46667,0.53333;1,0.47059,0.52941;1,0.47451,0.52549;1,0.47843,0.52157;1,0.48235,0.51765;1,0.48627,0.51373;1,0.4902,0.5098;1,0.49412,0.50588;1,0.49804,0.50196;1,0.50196,0.49804;1,0.50588,0.49412;1,0.5098,0.4902;1,0.51373,0.48627;1,0.51765,0.48235;1,0.52157,0.47843;1,0.52549,0.47451;1,0.52941,0.47059;1,0.53333,0.46667;1,0.53725,0.46275;1,0.54118,0.45882;1,0.5451,0.4549;1,0.54902,0.45098;1,0.55294,0.44706;1,0.55686,0.44314;1,0.56078,0.43922;1,0.56471,0.43529;1,0.56863,0.43137;1,0.57255,0.42745;1,0.57647,0.42353;1,0.58039,0.41961;1,0.58431,0.41569;1,0.58824,0.41176;1,0.59216,0.40784;1,0.59608,0.40392;1,0.6,0.4;1,0.60392,0.39608;1,0.60784,0.39216;1,0.61176,0.38824;1,0.61569,0.38431;1,0.61961,0.38039;1,0.62353,0.37647;1,0.62745,0.37255;1,0.63137,0.36863;1,0.63529,0.36471;1,0.63922,0.36078;1,0.64314,0.35686;1,0.64706,0.35294;1,0.65098,0.34902;1,0.6549,0.3451;1,0.65882,0.34118;1,0.66275,0.33725;1,0.66667,0.33333;1,0.67059,0.32941;1,0.67451,0.32549;1,0.67843,0.32157;1,0.68235,0.31765;1,0.68627,0.31373;1,0.6902,0.3098;1,0.69412,0.30588;1,0.69804,0.30196;1,0.70196,0.29804;1,0.70588,0.29412;1,0.7098,0.2902;1,0.71373,0.28627;1,0.71765,0.28235;1,0.72157,0.27843;1,0.72549,0.27451;1,0.72941,0.27059;1,0.73333,0.26667;1,0.73725,0.26275;1,0.74118,0.25882;1,0.7451,0.2549;1,0.74902,0.25098;1,0.75294,0.24706;1,0.75686,0.24314;1,0.76078,0.23922;1,0.76471,0.23529;1,0.76863,0.23137;1,0.77255,0.22745;1,0.77647,0.22353;1,0.78039,0.21961;1,0.78431,0.21569;1,0.78824,0.21176;1,0.79216,0.20784;1,0.79608,0.20392;1,0.8,0.2;1,0.80392,0.19608;1,0.80784,0.19216;1,0.81176,0.18824;1,0.81569,0.18431;1,0.81961,0.18039;1,0.82353,0.17647;1,0.82745,0.17255;1,0.83137,0.16863;1,0.83529,0.16471;1,0.83922,0.16078;1,0.84314,0.15686;1,0.84706,0.15294;1,0.85098,0.14902;1,0.8549,0.1451;1,0.85882,0.14118;1,0.86275,0.13725;1,0.86667,0.13333;1,0.87059,0.12941;1,0.87451,0.12549;1,0.87843,0.12157;1,0.88235,0.11765;1,0.88627,0.11373;1,0.8902,0.1098;1,0.89412,0.10588;1,0.89804,0.10196;1,0.90196,0.098039;1,0.90588,0.094118;1,0.9098,0.090196;1,0.91373,0.086275;1,0.91765,0.082353;1,0.92157,0.078431;1,0.92549,0.07451;1,0.92941,0.070588;1,0.93333,0.066667;1,0.93725,0.062745;1,0.94118,0.058824;1,0.9451,0.054902;1,0.94902,0.05098;1,0.95294,0.047059;1,0.95686,0.043137;1,0.96078,0.039216;1,0.96471,0.035294;1,0.96863,0.031373;1,0.97255,0.027451;1,0.97647,0.023529;1,0.98039,0.019608;1,0.98431,0.015686;1,0.98824,0.011765;1,0.99216,0.0078431;1,0.99608,0.0039216;1,1,0];
case 'summer'
map=[0,0.5,0.4;0.0039216,0.50196,0.4;0.0078431,0.50392,0.4;0.011765,0.50588,0.4;0.015686,0.50784,0.4;0.019608,0.5098,0.4;0.023529,0.51176,0.4;0.027451,0.51373,0.4;0.031373,0.51569,0.4;0.035294,0.51765,0.4;0.039216,0.51961,0.4;0.043137,0.52157,0.4;0.047059,0.52353,0.4;0.05098,0.52549,0.4;0.054902,0.52745,0.4;0.058824,0.52941,0.4;0.062745,0.53137,0.4;0.066667,0.53333,0.4;0.070588,0.53529,0.4;0.07451,0.53725,0.4;0.078431,0.53922,0.4;0.082353,0.54118,0.4;0.086275,0.54314,0.4;0.090196,0.5451,0.4;0.094118,0.54706,0.4;0.098039,0.54902,0.4;0.10196,0.55098,0.4;0.10588,0.55294,0.4;0.1098,0.5549,0.4;0.11373,0.55686,0.4;0.11765,0.55882,0.4;0.12157,0.56078,0.4;0.12549,0.56275,0.4;0.12941,0.56471,0.4;0.13333,0.56667,0.4;0.13725,0.56863,0.4;0.14118,0.57059,0.4;0.1451,0.57255,0.4;0.14902,0.57451,0.4;0.15294,0.57647,0.4;0.15686,0.57843,0.4;0.16078,0.58039,0.4;0.16471,0.58235,0.4;0.16863,0.58431,0.4;0.17255,0.58627,0.4;0.17647,0.58824,0.4;0.18039,0.5902,0.4;0.18431,0.59216,0.4;0.18824,0.59412,0.4;0.19216,0.59608,0.4;0.19608,0.59804,0.4;0.2,0.6,0.4;0.20392,0.60196,0.4;0.20784,0.60392,0.4;0.21176,0.60588,0.4;0.21569,0.60784,0.4;0.21961,0.6098,0.4;0.22353,0.61176,0.4;0.22745,0.61373,0.4;0.23137,0.61569,0.4;0.23529,0.61765,0.4;0.23922,0.61961,0.4;0.24314,0.62157,0.4;0.24706,0.62353,0.4;0.25098,0.62549,0.4;0.2549,0.62745,0.4;0.25882,0.62941,0.4;0.26275,0.63137,0.4;0.26667,0.63333,0.4;0.27059,0.63529,0.4;0.27451,0.63725,0.4;0.27843,0.63922,0.4;0.28235,0.64118,0.4;0.28627,0.64314,0.4;0.2902,0.6451,0.4;0.29412,0.64706,0.4;0.29804,0.64902,0.4;0.30196,0.65098,0.4;0.30588,0.65294,0.4;0.3098,0.6549,0.4;0.31373,0.65686,0.4;0.31765,0.65882,0.4;0.32157,0.66078,0.4;0.32549,0.66275,0.4;0.32941,0.66471,0.4;0.33333,0.66667,0.4;0.33725,0.66863,0.4;0.34118,0.67059,0.4;0.3451,0.67255,0.4;0.34902,0.67451,0.4;0.35294,0.67647,0.4;0.35686,0.67843,0.4;0.36078,0.68039,0.4;0.36471,0.68235,0.4;0.36863,0.68431,0.4;0.37255,0.68627,0.4;0.37647,0.68824,0.4;0.38039,0.6902,0.4;0.38431,0.69216,0.4;0.38824,0.69412,0.4;0.39216,0.69608,0.4;0.39608,0.69804,0.4;0.4,0.7,0.4;0.40392,0.70196,0.4;0.40784,0.70392,0.4;0.41176,0.70588,0.4;0.41569,0.70784,0.4;0.41961,0.7098,0.4;0.42353,0.71176,0.4;0.42745,0.71373,0.4;0.43137,0.71569,0.4;0.43529,0.71765,0.4;0.43922,0.71961,0.4;0.44314,0.72157,0.4;0.44706,0.72353,0.4;0.45098,0.72549,0.4;0.4549,0.72745,0.4;0.45882,0.72941,0.4;0.46275,0.73137,0.4;0.46667,0.73333,0.4;0.47059,0.73529,0.4;0.47451,0.73725,0.4;0.47843,0.73922,0.4;0.48235,0.74118,0.4;0.48627,0.74314,0.4;0.4902,0.7451,0.4;0.49412,0.74706,0.4;0.49804,0.74902,0.4;0.50196,0.75098,0.4;0.50588,0.75294,0.4;0.5098,0.7549,0.4;0.51373,0.75686,0.4;0.51765,0.75882,0.4;0.52157,0.76078,0.4;0.52549,0.76275,0.4;0.52941,0.76471,0.4;0.53333,0.76667,0.4;0.53725,0.76863,0.4;0.54118,0.77059,0.4;0.5451,0.77255,0.4;0.54902,0.77451,0.4;0.55294,0.77647,0.4;0.55686,0.77843,0.4;0.56078,0.78039,0.4;0.56471,0.78235,0.4;0.56863,0.78431,0.4;0.57255,0.78627,0.4;0.57647,0.78824,0.4;0.58039,0.7902,0.4;0.58431,0.79216,0.4;0.58824,0.79412,0.4;0.59216,0.79608,0.4;0.59608,0.79804,0.4;0.6,0.8,0.4;0.60392,0.80196,0.4;0.60784,0.80392,0.4;0.61176,0.80588,0.4;0.61569,0.80784,0.4;0.61961,0.8098,0.4;0.62353,0.81176,0.4;0.62745,0.81373,0.4;0.63137,0.81569,0.4;0.63529,0.81765,0.4;0.63922,0.81961,0.4;0.64314,0.82157,0.4;0.64706,0.82353,0.4;0.65098,0.82549,0.4;0.6549,0.82745,0.4;0.65882,0.82941,0.4;0.66275,0.83137,0.4;0.66667,0.83333,0.4;0.67059,0.83529,0.4;0.67451,0.83725,0.4;0.67843,0.83922,0.4;0.68235,0.84118,0.4;0.68627,0.84314,0.4;0.6902,0.8451,0.4;0.69412,0.84706,0.4;0.69804,0.84902,0.4;0.70196,0.85098,0.4;0.70588,0.85294,0.4;0.7098,0.8549,0.4;0.71373,0.85686,0.4;0.71765,0.85882,0.4;0.72157,0.86078,0.4;0.72549,0.86275,0.4;0.72941,0.86471,0.4;0.73333,0.86667,0.4;0.73725,0.86863,0.4;0.74118,0.87059,0.4;0.7451,0.87255,0.4;0.74902,0.87451,0.4;0.75294,0.87647,0.4;0.75686,0.87843,0.4;0.76078,0.88039,0.4;0.76471,0.88235,0.4;0.76863,0.88431,0.4;0.77255,0.88627,0.4;0.77647,0.88824,0.4;0.78039,0.8902,0.4;0.78431,0.89216,0.4;0.78824,0.89412,0.4;0.79216,0.89608,0.4;0.79608,0.89804,0.4;0.8,0.9,0.4;0.80392,0.90196,0.4;0.80784,0.90392,0.4;0.81176,0.90588,0.4;0.81569,0.90784,0.4;0.81961,0.9098,0.4;0.82353,0.91176,0.4;0.82745,0.91373,0.4;0.83137,0.91569,0.4;0.83529,0.91765,0.4;0.83922,0.91961,0.4;0.84314,0.92157,0.4;0.84706,0.92353,0.4;0.85098,0.92549,0.4;0.8549,0.92745,0.4;0.85882,0.92941,0.4;0.86275,0.93137,0.4;0.86667,0.93333,0.4;0.87059,0.93529,0.4;0.87451,0.93725,0.4;0.87843,0.93922,0.4;0.88235,0.94118,0.4;0.88627,0.94314,0.4;0.8902,0.9451,0.4;0.89412,0.94706,0.4;0.89804,0.94902,0.4;0.90196,0.95098,0.4;0.90588,0.95294,0.4;0.9098,0.9549,0.4;0.91373,0.95686,0.4;0.91765,0.95882,0.4;0.92157,0.96078,0.4;0.92549,0.96275,0.4;0.92941,0.96471,0.4;0.93333,0.96667,0.4;0.93725,0.96863,0.4;0.94118,0.97059,0.4;0.9451,0.97255,0.4;0.94902,0.97451,0.4;0.95294,0.97647,0.4;0.95686,0.97843,0.4;0.96078,0.98039,0.4;0.96471,0.98235,0.4;0.96863,0.98431,0.4;0.97255,0.98627,0.4;0.97647,0.98824,0.4;0.98039,0.9902,0.4;0.98431,0.99216,0.4;0.98824,0.99412,0.4;0.99216,0.99608,0.4;0.99608,0.99804,0.4;1,1,0.4];
case 'tab10'
map=[0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176];
case 'tab20'
map=[0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.12157,0.46667,0.70588;0.68235,0.78039,0.9098;0.68235,0.78039,0.9098;0.68235,0.78039,0.9098;0.68235,0.78039,0.9098;0.68235,0.78039,0.9098;0.68235,0.78039,0.9098;0.68235,0.78039,0.9098;0.68235,0.78039,0.9098;0.68235,0.78039,0.9098;0.68235,0.78039,0.9098;0.68235,0.78039,0.9098;0.68235,0.78039,0.9098;0.68235,0.78039,0.9098;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.49804,0.054902;1,0.73333,0.47059;1,0.73333,0.47059;1,0.73333,0.47059;1,0.73333,0.47059;1,0.73333,0.47059;1,0.73333,0.47059;1,0.73333,0.47059;1,0.73333,0.47059;1,0.73333,0.47059;1,0.73333,0.47059;1,0.73333,0.47059;1,0.73333,0.47059;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.17255,0.62745,0.17255;0.59608,0.87451,0.54118;0.59608,0.87451,0.54118;0.59608,0.87451,0.54118;0.59608,0.87451,0.54118;0.59608,0.87451,0.54118;0.59608,0.87451,0.54118;0.59608,0.87451,0.54118;0.59608,0.87451,0.54118;0.59608,0.87451,0.54118;0.59608,0.87451,0.54118;0.59608,0.87451,0.54118;0.59608,0.87451,0.54118;0.59608,0.87451,0.54118;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;0.83922,0.15294,0.15686;1,0.59608,0.58824;1,0.59608,0.58824;1,0.59608,0.58824;1,0.59608,0.58824;1,0.59608,0.58824;1,0.59608,0.58824;1,0.59608,0.58824;1,0.59608,0.58824;1,0.59608,0.58824;1,0.59608,0.58824;1,0.59608,0.58824;1,0.59608,0.58824;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.58039,0.40392,0.74118;0.77255,0.6902,0.83529;0.77255,0.6902,0.83529;0.77255,0.6902,0.83529;0.77255,0.6902,0.83529;0.77255,0.6902,0.83529;0.77255,0.6902,0.83529;0.77255,0.6902,0.83529;0.77255,0.6902,0.83529;0.77255,0.6902,0.83529;0.77255,0.6902,0.83529;0.77255,0.6902,0.83529;0.77255,0.6902,0.83529;0.77255,0.6902,0.83529;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.54902,0.33725,0.29412;0.76863,0.61176,0.58039;0.76863,0.61176,0.58039;0.76863,0.61176,0.58039;0.76863,0.61176,0.58039;0.76863,0.61176,0.58039;0.76863,0.61176,0.58039;0.76863,0.61176,0.58039;0.76863,0.61176,0.58039;0.76863,0.61176,0.58039;0.76863,0.61176,0.58039;0.76863,0.61176,0.58039;0.76863,0.61176,0.58039;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.8902,0.46667,0.76078;0.96863,0.71373,0.82353;0.96863,0.71373,0.82353;0.96863,0.71373,0.82353;0.96863,0.71373,0.82353;0.96863,0.71373,0.82353;0.96863,0.71373,0.82353;0.96863,0.71373,0.82353;0.96863,0.71373,0.82353;0.96863,0.71373,0.82353;0.96863,0.71373,0.82353;0.96863,0.71373,0.82353;0.96863,0.71373,0.82353;0.96863,0.71373,0.82353;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.49804,0.49804,0.49804;0.78039,0.78039,0.78039;0.78039,0.78039,0.78039;0.78039,0.78039,0.78039;0.78039,0.78039,0.78039;0.78039,0.78039,0.78039;0.78039,0.78039,0.78039;0.78039,0.78039,0.78039;0.78039,0.78039,0.78039;0.78039,0.78039,0.78039;0.78039,0.78039,0.78039;0.78039,0.78039,0.78039;0.78039,0.78039,0.78039;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.73725,0.74118,0.13333;0.85882,0.85882,0.55294;0.85882,0.85882,0.55294;0.85882,0.85882,0.55294;0.85882,0.85882,0.55294;0.85882,0.85882,0.55294;0.85882,0.85882,0.55294;0.85882,0.85882,0.55294;0.85882,0.85882,0.55294;0.85882,0.85882,0.55294;0.85882,0.85882,0.55294;0.85882,0.85882,0.55294;0.85882,0.85882,0.55294;0.85882,0.85882,0.55294;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.090196,0.7451,0.81176;0.61961,0.8549,0.89804;0.61961,0.8549,0.89804;0.61961,0.8549,0.89804;0.61961,0.8549,0.89804;0.61961,0.8549,0.89804;0.61961,0.8549,0.89804;0.61961,0.8549,0.89804;0.61961,0.8549,0.89804;0.61961,0.8549,0.89804;0.61961,0.8549,0.89804;0.61961,0.8549,0.89804;0.61961,0.8549,0.89804;0.61961,0.8549,0.89804];
case 'tab20b'
map=[0.22353,0.23137,0.47451;0.22353,0.23137,0.47451;0.22353,0.23137,0.47451;0.22353,0.23137,0.47451;0.22353,0.23137,0.47451;0.22353,0.23137,0.47451;0.22353,0.23137,0.47451;0.22353,0.23137,0.47451;0.22353,0.23137,0.47451;0.22353,0.23137,0.47451;0.22353,0.23137,0.47451;0.22353,0.23137,0.47451;0.22353,0.23137,0.47451;0.32157,0.32941,0.63922;0.32157,0.32941,0.63922;0.32157,0.32941,0.63922;0.32157,0.32941,0.63922;0.32157,0.32941,0.63922;0.32157,0.32941,0.63922;0.32157,0.32941,0.63922;0.32157,0.32941,0.63922;0.32157,0.32941,0.63922;0.32157,0.32941,0.63922;0.32157,0.32941,0.63922;0.32157,0.32941,0.63922;0.32157,0.32941,0.63922;0.41961,0.43137,0.81176;0.41961,0.43137,0.81176;0.41961,0.43137,0.81176;0.41961,0.43137,0.81176;0.41961,0.43137,0.81176;0.41961,0.43137,0.81176;0.41961,0.43137,0.81176;0.41961,0.43137,0.81176;0.41961,0.43137,0.81176;0.41961,0.43137,0.81176;0.41961,0.43137,0.81176;0.41961,0.43137,0.81176;0.41961,0.43137,0.81176;0.61176,0.61961,0.87059;0.61176,0.61961,0.87059;0.61176,0.61961,0.87059;0.61176,0.61961,0.87059;0.61176,0.61961,0.87059;0.61176,0.61961,0.87059;0.61176,0.61961,0.87059;0.61176,0.61961,0.87059;0.61176,0.61961,0.87059;0.61176,0.61961,0.87059;0.61176,0.61961,0.87059;0.61176,0.61961,0.87059;0.38824,0.47451,0.22353;0.38824,0.47451,0.22353;0.38824,0.47451,0.22353;0.38824,0.47451,0.22353;0.38824,0.47451,0.22353;0.38824,0.47451,0.22353;0.38824,0.47451,0.22353;0.38824,0.47451,0.22353;0.38824,0.47451,0.22353;0.38824,0.47451,0.22353;0.38824,0.47451,0.22353;0.38824,0.47451,0.22353;0.38824,0.47451,0.22353;0.54902,0.63529,0.32157;0.54902,0.63529,0.32157;0.54902,0.63529,0.32157;0.54902,0.63529,0.32157;0.54902,0.63529,0.32157;0.54902,0.63529,0.32157;0.54902,0.63529,0.32157;0.54902,0.63529,0.32157;0.54902,0.63529,0.32157;0.54902,0.63529,0.32157;0.54902,0.63529,0.32157;0.54902,0.63529,0.32157;0.54902,0.63529,0.32157;0.7098,0.81176,0.41961;0.7098,0.81176,0.41961;0.7098,0.81176,0.41961;0.7098,0.81176,0.41961;0.7098,0.81176,0.41961;0.7098,0.81176,0.41961;0.7098,0.81176,0.41961;0.7098,0.81176,0.41961;0.7098,0.81176,0.41961;0.7098,0.81176,0.41961;0.7098,0.81176,0.41961;0.7098,0.81176,0.41961;0.7098,0.81176,0.41961;0.80784,0.85882,0.61176;0.80784,0.85882,0.61176;0.80784,0.85882,0.61176;0.80784,0.85882,0.61176;0.80784,0.85882,0.61176;0.80784,0.85882,0.61176;0.80784,0.85882,0.61176;0.80784,0.85882,0.61176;0.80784,0.85882,0.61176;0.80784,0.85882,0.61176;0.80784,0.85882,0.61176;0.80784,0.85882,0.61176;0.54902,0.42745,0.19216;0.54902,0.42745,0.19216;0.54902,0.42745,0.19216;0.54902,0.42745,0.19216;0.54902,0.42745,0.19216;0.54902,0.42745,0.19216;0.54902,0.42745,0.19216;0.54902,0.42745,0.19216;0.54902,0.42745,0.19216;0.54902,0.42745,0.19216;0.54902,0.42745,0.19216;0.54902,0.42745,0.19216;0.54902,0.42745,0.19216;0.74118,0.61961,0.22353;0.74118,0.61961,0.22353;0.74118,0.61961,0.22353;0.74118,0.61961,0.22353;0.74118,0.61961,0.22353;0.74118,0.61961,0.22353;0.74118,0.61961,0.22353;0.74118,0.61961,0.22353;0.74118,0.61961,0.22353;0.74118,0.61961,0.22353;0.74118,0.61961,0.22353;0.74118,0.61961,0.22353;0.74118,0.61961,0.22353;0.90588,0.72941,0.32157;0.90588,0.72941,0.32157;0.90588,0.72941,0.32157;0.90588,0.72941,0.32157;0.90588,0.72941,0.32157;0.90588,0.72941,0.32157;0.90588,0.72941,0.32157;0.90588,0.72941,0.32157;0.90588,0.72941,0.32157;0.90588,0.72941,0.32157;0.90588,0.72941,0.32157;0.90588,0.72941,0.32157;0.90588,0.72941,0.32157;0.90588,0.79608,0.58039;0.90588,0.79608,0.58039;0.90588,0.79608,0.58039;0.90588,0.79608,0.58039;0.90588,0.79608,0.58039;0.90588,0.79608,0.58039;0.90588,0.79608,0.58039;0.90588,0.79608,0.58039;0.90588,0.79608,0.58039;0.90588,0.79608,0.58039;0.90588,0.79608,0.58039;0.90588,0.79608,0.58039;0.51765,0.23529,0.22353;0.51765,0.23529,0.22353;0.51765,0.23529,0.22353;0.51765,0.23529,0.22353;0.51765,0.23529,0.22353;0.51765,0.23529,0.22353;0.51765,0.23529,0.22353;0.51765,0.23529,0.22353;0.51765,0.23529,0.22353;0.51765,0.23529,0.22353;0.51765,0.23529,0.22353;0.51765,0.23529,0.22353;0.51765,0.23529,0.22353;0.67843,0.28627,0.2902;0.67843,0.28627,0.2902;0.67843,0.28627,0.2902;0.67843,0.28627,0.2902;0.67843,0.28627,0.2902;0.67843,0.28627,0.2902;0.67843,0.28627,0.2902;0.67843,0.28627,0.2902;0.67843,0.28627,0.2902;0.67843,0.28627,0.2902;0.67843,0.28627,0.2902;0.67843,0.28627,0.2902;0.67843,0.28627,0.2902;0.83922,0.38039,0.41961;0.83922,0.38039,0.41961;0.83922,0.38039,0.41961;0.83922,0.38039,0.41961;0.83922,0.38039,0.41961;0.83922,0.38039,0.41961;0.83922,0.38039,0.41961;0.83922,0.38039,0.41961;0.83922,0.38039,0.41961;0.83922,0.38039,0.41961;0.83922,0.38039,0.41961;0.83922,0.38039,0.41961;0.83922,0.38039,0.41961;0.90588,0.58824,0.61176;0.90588,0.58824,0.61176;0.90588,0.58824,0.61176;0.90588,0.58824,0.61176;0.90588,0.58824,0.61176;0.90588,0.58824,0.61176;0.90588,0.58824,0.61176;0.90588,0.58824,0.61176;0.90588,0.58824,0.61176;0.90588,0.58824,0.61176;0.90588,0.58824,0.61176;0.90588,0.58824,0.61176;0.48235,0.2549,0.45098;0.48235,0.2549,0.45098;0.48235,0.2549,0.45098;0.48235,0.2549,0.45098;0.48235,0.2549,0.45098;0.48235,0.2549,0.45098;0.48235,0.2549,0.45098;0.48235,0.2549,0.45098;0.48235,0.2549,0.45098;0.48235,0.2549,0.45098;0.48235,0.2549,0.45098;0.48235,0.2549,0.45098;0.48235,0.2549,0.45098;0.64706,0.31765,0.58039;0.64706,0.31765,0.58039;0.64706,0.31765,0.58039;0.64706,0.31765,0.58039;0.64706,0.31765,0.58039;0.64706,0.31765,0.58039;0.64706,0.31765,0.58039;0.64706,0.31765,0.58039;0.64706,0.31765,0.58039;0.64706,0.31765,0.58039;0.64706,0.31765,0.58039;0.64706,0.31765,0.58039;0.64706,0.31765,0.58039;0.80784,0.42745,0.74118;0.80784,0.42745,0.74118;0.80784,0.42745,0.74118;0.80784,0.42745,0.74118;0.80784,0.42745,0.74118;0.80784,0.42745,0.74118;0.80784,0.42745,0.74118;0.80784,0.42745,0.74118;0.80784,0.42745,0.74118;0.80784,0.42745,0.74118;0.80784,0.42745,0.74118;0.80784,0.42745,0.74118;0.80784,0.42745,0.74118;0.87059,0.61961,0.83922;0.87059,0.61961,0.83922;0.87059,0.61961,0.83922;0.87059,0.61961,0.83922;0.87059,0.61961,0.83922;0.87059,0.61961,0.83922;0.87059,0.61961,0.83922;0.87059,0.61961,0.83922;0.87059,0.61961,0.83922;0.87059,0.61961,0.83922;0.87059,0.61961,0.83922;0.87059,0.61961,0.83922;0.87059,0.61961,0.83922];
case 'tab20c'
map=[0.19216,0.5098,0.74118;0.19216,0.5098,0.74118;0.19216,0.5098,0.74118;0.19216,0.5098,0.74118;0.19216,0.5098,0.74118;0.19216,0.5098,0.74118;0.19216,0.5098,0.74118;0.19216,0.5098,0.74118;0.19216,0.5098,0.74118;0.19216,0.5098,0.74118;0.19216,0.5098,0.74118;0.19216,0.5098,0.74118;0.19216,0.5098,0.74118;0.41961,0.68235,0.83922;0.41961,0.68235,0.83922;0.41961,0.68235,0.83922;0.41961,0.68235,0.83922;0.41961,0.68235,0.83922;0.41961,0.68235,0.83922;0.41961,0.68235,0.83922;0.41961,0.68235,0.83922;0.41961,0.68235,0.83922;0.41961,0.68235,0.83922;0.41961,0.68235,0.83922;0.41961,0.68235,0.83922;0.41961,0.68235,0.83922;0.61961,0.79216,0.88235;0.61961,0.79216,0.88235;0.61961,0.79216,0.88235;0.61961,0.79216,0.88235;0.61961,0.79216,0.88235;0.61961,0.79216,0.88235;0.61961,0.79216,0.88235;0.61961,0.79216,0.88235;0.61961,0.79216,0.88235;0.61961,0.79216,0.88235;0.61961,0.79216,0.88235;0.61961,0.79216,0.88235;0.61961,0.79216,0.88235;0.77647,0.85882,0.93725;0.77647,0.85882,0.93725;0.77647,0.85882,0.93725;0.77647,0.85882,0.93725;0.77647,0.85882,0.93725;0.77647,0.85882,0.93725;0.77647,0.85882,0.93725;0.77647,0.85882,0.93725;0.77647,0.85882,0.93725;0.77647,0.85882,0.93725;0.77647,0.85882,0.93725;0.77647,0.85882,0.93725;0.90196,0.33333,0.05098;0.90196,0.33333,0.05098;0.90196,0.33333,0.05098;0.90196,0.33333,0.05098;0.90196,0.33333,0.05098;0.90196,0.33333,0.05098;0.90196,0.33333,0.05098;0.90196,0.33333,0.05098;0.90196,0.33333,0.05098;0.90196,0.33333,0.05098;0.90196,0.33333,0.05098;0.90196,0.33333,0.05098;0.90196,0.33333,0.05098;0.99216,0.55294,0.23529;0.99216,0.55294,0.23529;0.99216,0.55294,0.23529;0.99216,0.55294,0.23529;0.99216,0.55294,0.23529;0.99216,0.55294,0.23529;0.99216,0.55294,0.23529;0.99216,0.55294,0.23529;0.99216,0.55294,0.23529;0.99216,0.55294,0.23529;0.99216,0.55294,0.23529;0.99216,0.55294,0.23529;0.99216,0.55294,0.23529;0.99216,0.68235,0.41961;0.99216,0.68235,0.41961;0.99216,0.68235,0.41961;0.99216,0.68235,0.41961;0.99216,0.68235,0.41961;0.99216,0.68235,0.41961;0.99216,0.68235,0.41961;0.99216,0.68235,0.41961;0.99216,0.68235,0.41961;0.99216,0.68235,0.41961;0.99216,0.68235,0.41961;0.99216,0.68235,0.41961;0.99216,0.68235,0.41961;0.99216,0.81569,0.63529;0.99216,0.81569,0.63529;0.99216,0.81569,0.63529;0.99216,0.81569,0.63529;0.99216,0.81569,0.63529;0.99216,0.81569,0.63529;0.99216,0.81569,0.63529;0.99216,0.81569,0.63529;0.99216,0.81569,0.63529;0.99216,0.81569,0.63529;0.99216,0.81569,0.63529;0.99216,0.81569,0.63529;0.19216,0.63922,0.32941;0.19216,0.63922,0.32941;0.19216,0.63922,0.32941;0.19216,0.63922,0.32941;0.19216,0.63922,0.32941;0.19216,0.63922,0.32941;0.19216,0.63922,0.32941;0.19216,0.63922,0.32941;0.19216,0.63922,0.32941;0.19216,0.63922,0.32941;0.19216,0.63922,0.32941;0.19216,0.63922,0.32941;0.19216,0.63922,0.32941;0.4549,0.76863,0.46275;0.4549,0.76863,0.46275;0.4549,0.76863,0.46275;0.4549,0.76863,0.46275;0.4549,0.76863,0.46275;0.4549,0.76863,0.46275;0.4549,0.76863,0.46275;0.4549,0.76863,0.46275;0.4549,0.76863,0.46275;0.4549,0.76863,0.46275;0.4549,0.76863,0.46275;0.4549,0.76863,0.46275;0.4549,0.76863,0.46275;0.63137,0.85098,0.60784;0.63137,0.85098,0.60784;0.63137,0.85098,0.60784;0.63137,0.85098,0.60784;0.63137,0.85098,0.60784;0.63137,0.85098,0.60784;0.63137,0.85098,0.60784;0.63137,0.85098,0.60784;0.63137,0.85098,0.60784;0.63137,0.85098,0.60784;0.63137,0.85098,0.60784;0.63137,0.85098,0.60784;0.63137,0.85098,0.60784;0.78039,0.91373,0.75294;0.78039,0.91373,0.75294;0.78039,0.91373,0.75294;0.78039,0.91373,0.75294;0.78039,0.91373,0.75294;0.78039,0.91373,0.75294;0.78039,0.91373,0.75294;0.78039,0.91373,0.75294;0.78039,0.91373,0.75294;0.78039,0.91373,0.75294;0.78039,0.91373,0.75294;0.78039,0.91373,0.75294;0.45882,0.41961,0.69412;0.45882,0.41961,0.69412;0.45882,0.41961,0.69412;0.45882,0.41961,0.69412;0.45882,0.41961,0.69412;0.45882,0.41961,0.69412;0.45882,0.41961,0.69412;0.45882,0.41961,0.69412;0.45882,0.41961,0.69412;0.45882,0.41961,0.69412;0.45882,0.41961,0.69412;0.45882,0.41961,0.69412;0.45882,0.41961,0.69412;0.61961,0.60392,0.78431;0.61961,0.60392,0.78431;0.61961,0.60392,0.78431;0.61961,0.60392,0.78431;0.61961,0.60392,0.78431;0.61961,0.60392,0.78431;0.61961,0.60392,0.78431;0.61961,0.60392,0.78431;0.61961,0.60392,0.78431;0.61961,0.60392,0.78431;0.61961,0.60392,0.78431;0.61961,0.60392,0.78431;0.61961,0.60392,0.78431;0.73725,0.74118,0.86275;0.73725,0.74118,0.86275;0.73725,0.74118,0.86275;0.73725,0.74118,0.86275;0.73725,0.74118,0.86275;0.73725,0.74118,0.86275;0.73725,0.74118,0.86275;0.73725,0.74118,0.86275;0.73725,0.74118,0.86275;0.73725,0.74118,0.86275;0.73725,0.74118,0.86275;0.73725,0.74118,0.86275;0.73725,0.74118,0.86275;0.8549,0.8549,0.92157;0.8549,0.8549,0.92157;0.8549,0.8549,0.92157;0.8549,0.8549,0.92157;0.8549,0.8549,0.92157;0.8549,0.8549,0.92157;0.8549,0.8549,0.92157;0.8549,0.8549,0.92157;0.8549,0.8549,0.92157;0.8549,0.8549,0.92157;0.8549,0.8549,0.92157;0.8549,0.8549,0.92157;0.38824,0.38824,0.38824;0.38824,0.38824,0.38824;0.38824,0.38824,0.38824;0.38824,0.38824,0.38824;0.38824,0.38824,0.38824;0.38824,0.38824,0.38824;0.38824,0.38824,0.38824;0.38824,0.38824,0.38824;0.38824,0.38824,0.38824;0.38824,0.38824,0.38824;0.38824,0.38824,0.38824;0.38824,0.38824,0.38824;0.38824,0.38824,0.38824;0.58824,0.58824,0.58824;0.58824,0.58824,0.58824;0.58824,0.58824,0.58824;0.58824,0.58824,0.58824;0.58824,0.58824,0.58824;0.58824,0.58824,0.58824;0.58824,0.58824,0.58824;0.58824,0.58824,0.58824;0.58824,0.58824,0.58824;0.58824,0.58824,0.58824;0.58824,0.58824,0.58824;0.58824,0.58824,0.58824;0.58824,0.58824,0.58824;0.74118,0.74118,0.74118;0.74118,0.74118,0.74118;0.74118,0.74118,0.74118;0.74118,0.74118,0.74118;0.74118,0.74118,0.74118;0.74118,0.74118,0.74118;0.74118,0.74118,0.74118;0.74118,0.74118,0.74118;0.74118,0.74118,0.74118;0.74118,0.74118,0.74118;0.74118,0.74118,0.74118;0.74118,0.74118,0.74118;0.74118,0.74118,0.74118;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098;0.85098,0.85098,0.85098];
case 'terrain'
map=[0.2,0.2,0.6;0.19477,0.21046,0.61046;0.18954,0.22092,0.62092;0.18431,0.23137,0.63137;0.17908,0.24183,0.64183;0.17386,0.25229,0.65229;0.16863,0.26275,0.66275;0.1634,0.2732,0.6732;0.15817,0.28366,0.68366;0.15294,0.29412,0.69412;0.14771,0.30458,0.70458;0.14248,0.31503,0.71503;0.13725,0.32549,0.72549;0.13203,0.33595,0.73595;0.1268,0.34641,0.74641;0.12157,0.35686,0.75686;0.11634,0.36732,0.76732;0.11111,0.37778,0.77778;0.10588,0.38824,0.78824;0.10065,0.39869,0.79869;0.095425,0.40915,0.80915;0.090196,0.41961,0.81961;0.084967,0.43007,0.83007;0.079739,0.44052,0.84052;0.07451,0.45098,0.85098;0.069281,0.46144,0.86144;0.064052,0.4719,0.8719;0.058824,0.48235,0.88235;0.053595,0.49281,0.89281;0.048366,0.50327,0.90327;0.043137,0.51373,0.91373;0.037908,0.52418,0.92418;0.03268,0.53464,0.93464;0.027451,0.5451,0.9451;0.022222,0.55556,0.95556;0.016993,0.56601,0.96601;0.011765,0.57647,0.97647;0.0065359,0.58693,0.98693;0.0013072,0.59739,0.99739;0,0.60588,0.98235;0,0.61373,0.95882;0,0.62157,0.93529;0,0.62941,0.91176;0,0.63725,0.88824;0,0.6451,0.86471;0,0.65294,0.84118;0,0.66078,0.81765;0,0.66863,0.79412;0,0.67647,0.77059;0,0.68431,0.74706;0,0.69216,0.72353;0,0.7,0.7;0,0.70784,0.67647;0,0.71569,0.65294;0,0.72353,0.62941;0,0.73137,0.60588;0,0.73922,0.58235;0,0.74706,0.55882;0,0.7549,0.53529;0,0.76275,0.51176;0,0.77059,0.48824;0,0.77843,0.46471;0,0.78627,0.44118;0,0.79412,0.41765;0.0039216,0.80078,0.40078;0.019608,0.80392,0.40392;0.035294,0.80706,0.40706;0.05098,0.8102,0.4102;0.066667,0.81333,0.41333;0.082353,0.81647,0.41647;0.098039,0.81961,0.41961;0.11373,0.82275,0.42275;0.12941,0.82588,0.42588;0.1451,0.82902,0.42902;0.16078,0.83216,0.43216;0.17647,0.83529,0.43529;0.19216,0.83843,0.43843;0.20784,0.84157,0.44157;0.22353,0.84471,0.44471;0.23922,0.84784,0.44784;0.2549,0.85098,0.45098;0.27059,0.85412,0.45412;0.28627,0.85725,0.45725;0.30196,0.86039,0.46039;0.31765,0.86353,0.46353;0.33333,0.86667,0.46667;0.34902,0.8698,0.4698;0.36471,0.87294,0.47294;0.38039,0.87608,0.47608;0.39608,0.87922,0.47922;0.41176,0.88235,0.48235;0.42745,0.88549,0.48549;0.44314,0.88863,0.48863;0.45882,0.89176,0.49176;0.47451,0.8949,0.4949;0.4902,0.89804,0.49804;0.50588,0.90118,0.50118;0.52157,0.90431,0.50431;0.53725,0.90745,0.50745;0.55294,0.91059,0.51059;0.56863,0.91373,0.51373;0.58431,0.91686,0.51686;0.6,0.92,0.52;0.61569,0.92314,0.52314;0.63137,0.92627,0.52627;0.64706,0.92941,0.52941;0.66275,0.93255,0.53255;0.67843,0.93569,0.53569;0.69412,0.93882,0.53882;0.7098,0.94196,0.54196;0.72549,0.9451,0.5451;0.74118,0.94824,0.54824;0.75686,0.95137,0.55137;0.77255,0.95451,0.55451;0.78824,0.95765,0.55765;0.80392,0.96078,0.56078;0.81961,0.96392,0.56392;0.83529,0.96706,0.56706;0.85098,0.9702,0.5702;0.86667,0.97333,0.57333;0.88235,0.97647,0.57647;0.89804,0.97961,0.57961;0.91373,0.98275,0.58275;0.92941,0.98588,0.58588;0.9451,0.98902,0.58902;0.96078,0.99216,0.59216;0.97647,0.99529,0.59529;0.99216,0.99843,0.59843;0.99608,0.99498,0.59788;0.98824,0.98494,0.59365;0.98039,0.9749,0.58941;0.97255,0.96486,0.58518;0.96471,0.95482,0.58094;0.95686,0.94478,0.57671;0.94902,0.93475,0.57247;0.94118,0.92471,0.56824;0.93333,0.91467,0.564;0.92549,0.90463,0.55976;0.91765,0.89459,0.55553;0.9098,0.88455,0.55129;0.90196,0.87451,0.54706;0.89412,0.86447,0.54282;0.88627,0.85443,0.53859;0.87843,0.84439,0.53435;0.87059,0.83435,0.53012;0.86275,0.82431,0.52588;0.8549,0.81427,0.52165;0.84706,0.80424,0.51741;0.83922,0.7942,0.51318;0.83137,0.78416,0.50894;0.82353,0.77412,0.50471;0.81569,0.76408,0.50047;0.80784,0.75404,0.49624;0.8,0.744,0.492;0.79216,0.73396,0.48776;0.78431,0.72392,0.48353;0.77647,0.71388,0.47929;0.76863,0.70384,0.47506;0.76078,0.6938,0.47082;0.75294,0.68376,0.46659;0.7451,0.67373,0.46235;0.73725,0.66369,0.45812;0.72941,0.65365,0.45388;0.72157,0.64361,0.44965;0.71373,0.63357,0.44541;0.70588,0.62353,0.44118;0.69804,0.61349,0.43694;0.6902,0.60345,0.43271;0.68235,0.59341,0.42847;0.67451,0.58337,0.42424;0.66667,0.57333,0.42;0.65882,0.56329,0.41576;0.65098,0.55325,0.41153;0.64314,0.54322,0.40729;0.63529,0.53318,0.40306;0.62745,0.52314,0.39882;0.61961,0.5131,0.39459;0.61176,0.50306,0.39035;0.60392,0.49302,0.38612;0.59608,0.48298,0.38188;0.58824,0.47294,0.37765;0.58039,0.4629,0.37341;0.57255,0.45286,0.36918;0.56471,0.44282,0.36494;0.55686,0.43278,0.36071;0.54902,0.42275,0.35647;0.54118,0.41271,0.35224;0.53333,0.40267,0.348;0.52549,0.39263,0.34376;0.51765,0.38259,0.33953;0.5098,0.37255,0.33529;0.50196,0.36251,0.33106;0.50588,0.36753,0.33788;0.51373,0.37757,0.34839;0.52157,0.38761,0.3589;0.52941,0.39765,0.36941;0.53725,0.40769,0.37992;0.5451,0.41773,0.39043;0.55294,0.42776,0.40094;0.56078,0.4378,0.41145;0.56863,0.44784,0.42196;0.57647,0.45788,0.43247;0.58431,0.46792,0.44298;0.59216,0.47796,0.45349;0.6,0.488,0.464;0.60784,0.49804,0.47451;0.61569,0.50808,0.48502;0.62353,0.51812,0.49553;0.63137,0.52816,0.50604;0.63922,0.5382,0.51655;0.64706,0.54824,0.52706;0.6549,0.55827,0.53757;0.66275,0.56831,0.54808;0.67059,0.57835,0.55859;0.67843,0.58839,0.5691;0.68627,0.59843,0.57961;0.69412,0.60847,0.59012;0.70196,0.61851,0.60063;0.7098,0.62855,0.61114;0.71765,0.63859,0.62165;0.72549,0.64863,0.63216;0.73333,0.65867,0.64267;0.74118,0.66871,0.65318;0.74902,0.67875,0.66369;0.75686,0.68878,0.6742;0.76471,0.69882,0.68471;0.77255,0.70886,0.69522;0.78039,0.7189,0.70573;0.78824,0.72894,0.71624;0.79608,0.73898,0.72675;0.80392,0.74902,0.73725;0.81176,0.75906,0.74776;0.81961,0.7691,0.75827;0.82745,0.77914,0.76878;0.83529,0.78918,0.77929;0.84314,0.79922,0.7898;0.85098,0.80925,0.80031;0.85882,0.81929,0.81082;0.86667,0.82933,0.82133;0.87451,0.83937,0.83184;0.88235,0.84941,0.84235;0.8902,0.85945,0.85286;0.89804,0.86949,0.86337;0.90588,0.87953,0.87388;0.91373,0.88957,0.88439;0.92157,0.89961,0.8949;0.92941,0.90965,0.90541;0.93725,0.91969,0.91592;0.9451,0.92973,0.92643;0.95294,0.93976,0.93694;0.96078,0.9498,0.94745;0.96863,0.95984,0.95796;0.97647,0.96988,0.96847;0.98431,0.97992,0.97898;0.99216,0.98996,0.98949;1,1,1];
case 'viridis'
map=[0.267,0.004874,0.32942;0.26851,0.009605,0.33543;0.26994,0.014625,0.34138;0.27131,0.019942,0.34727;0.27259,0.025563,0.35309;0.27381,0.031497,0.35885;0.27495,0.037752,0.36454;0.27602,0.044167,0.37016;0.27702,0.050344,0.37572;0.27794,0.056324,0.38119;0.27879,0.062145,0.38659;0.27957,0.067836,0.39192;0.28027,0.073417,0.39716;0.28089,0.078907,0.40233;0.28145,0.08432,0.40741;0.28192,0.089666,0.41241;0.28233,0.094955,0.41733;0.28266,0.1002,0.42216;0.28291,0.10539,0.4269;0.28309,0.11055,0.43155;0.2832,0.11568,0.43611;0.28323,0.12078,0.44058;0.28319,0.12585,0.44496;0.28307,0.1309,0.44924;0.28288,0.13592,0.45343;0.28262,0.14093,0.45752;0.28229,0.14591,0.46151;0.28189,0.15088,0.46541;0.28141,0.15583,0.4692;0.28087,0.16077,0.4729;0.28025,0.16569,0.4765;0.27957,0.1706,0.48;0.27883,0.17549,0.4834;0.27801,0.18037,0.4867;0.27713,0.18523,0.4899;0.27619,0.19007,0.493;0.27519,0.1949,0.496;0.27413,0.19972,0.49891;0.27301,0.20452,0.50172;0.27183,0.2093,0.50443;0.27059,0.21407,0.50705;0.26931,0.21882,0.50958;0.26797,0.22355,0.51201;0.26658,0.22826,0.51435;0.26515,0.23296,0.5166;0.26366,0.23763,0.51876;0.26214,0.24229,0.52084;0.26057,0.24692,0.52283;0.25897,0.25154,0.52474;0.25732,0.25613,0.52656;0.25565,0.2607,0.52831;0.25394,0.26525,0.52998;0.25219,0.26978,0.53158;0.25043,0.27429,0.5331;0.24863,0.27877,0.53456;0.24681,0.28324,0.53594;0.24497,0.28768,0.53726;0.24311,0.29209,0.53852;0.24124,0.29648,0.53971;0.23935,0.30085,0.54084;0.23744,0.3052,0.54192;0.23553,0.30953,0.54294;0.2336,0.31383,0.54391;0.23167,0.31811,0.54483;0.22974,0.32236,0.54571;0.2278,0.32659,0.54653;0.22586,0.33081,0.54731;0.22393,0.33499,0.54805;0.22199,0.33916,0.54875;0.22006,0.34331,0.54941;0.21813,0.34743,0.55004;0.21621,0.35153,0.55063;0.2143,0.35562,0.55118;0.2124,0.35968,0.55171;0.2105,0.36373,0.55221;0.20862,0.36775,0.55268;0.20676,0.37176,0.55312;0.2049,0.37575,0.55353;0.20306,0.37972,0.55393;0.20124,0.38367,0.55429;0.19943,0.38761,0.55464;0.19764,0.39153,0.55497;0.19586,0.39543,0.55528;0.1941,0.39932,0.55556;0.19236,0.4032,0.55584;0.19063,0.40706,0.55609;0.18892,0.41091,0.55633;0.18723,0.41475,0.55655;0.18556,0.41857,0.55675;0.1839,0.42238,0.55694;0.18226,0.42618,0.55712;0.18063,0.42997,0.55728;0.17902,0.43376,0.55743;0.17742,0.43753,0.55756;0.17584,0.44129,0.55768;0.17427,0.44504,0.55779;0.17272,0.44879,0.55788;0.17118,0.45253,0.55797;0.16965,0.45626,0.55803;0.16813,0.45999,0.55808;0.16662,0.46371,0.55812;0.16512,0.46742,0.55814;0.16362,0.47113,0.55815;0.16214,0.47484,0.55814;0.16067,0.47854,0.55812;0.15919,0.48224,0.55807;0.15773,0.48593,0.55801;0.15627,0.48962,0.55794;0.15482,0.49331,0.55784;0.15336,0.497,0.55772;0.15192,0.50069,0.55759;0.15048,0.50437,0.55743;0.14904,0.50805,0.55725;0.14761,0.51173,0.55705;0.14618,0.51541,0.55682;0.14476,0.51909,0.55657;0.14334,0.52277,0.55629;0.14194,0.52645,0.55599;0.14054,0.53013,0.55566;0.13915,0.53381,0.5553;0.13777,0.53749,0.55491;0.13641,0.54117,0.55448;0.13507,0.54485,0.55403;0.13374,0.54853,0.55354;0.13244,0.55222,0.55302;0.13117,0.5559,0.55246;0.12993,0.55958,0.55186;0.12873,0.56327,0.55123;0.12757,0.56695,0.55056;0.12645,0.57063,0.54984;0.12539,0.57432,0.54909;0.1244,0.578,0.54829;0.12346,0.58169,0.54744;0.12261,0.58537,0.54656;0.12183,0.58905,0.54562;0.12115,0.59274,0.54464;0.12057,0.59642,0.54361;0.12009,0.6001,0.54253;0.11974,0.60379,0.5414;0.11951,0.60746,0.54022;0.11942,0.61114,0.53898;0.11948,0.61482,0.53769;0.1197,0.61849,0.53635;0.12008,0.62216,0.53495;0.12064,0.62583,0.53349;0.12138,0.62949,0.53197;0.12231,0.63315,0.5304;0.12344,0.63681,0.52876;0.12478,0.64046,0.52707;0.12633,0.64411,0.52531;0.12809,0.64775,0.52349;0.13007,0.65138,0.52161;0.13227,0.65501,0.51966;0.13469,0.65864,0.51765;0.13734,0.66225,0.51557;0.14021,0.66586,0.51343;0.1433,0.66946,0.51121;0.14662,0.67305,0.50894;0.15015,0.67663,0.50659;0.15389,0.6802,0.50417;0.15785,0.68376,0.50169;0.16202,0.68732,0.49913;0.16638,0.69086,0.4965;0.17095,0.69438,0.4938;0.17571,0.6979,0.49103;0.18065,0.7014,0.48819;0.18578,0.70489,0.48527;0.19109,0.70837,0.48228;0.19657,0.71183,0.47922;0.20222,0.71527,0.47608;0.20803,0.7187,0.47287;0.214,0.72211,0.46959;0.22012,0.72551,0.46623;0.2264,0.72889,0.46279;0.23281,0.73225,0.45928;0.23937,0.73559,0.45569;0.24607,0.73891,0.45202;0.2529,0.74221,0.44828;0.25986,0.74549,0.44447;0.26694,0.74875,0.44057;0.27415,0.75199,0.4366;0.28148,0.7552,0.43255;0.28892,0.75839,0.42843;0.29648,0.76156,0.42422;0.30415,0.7647,0.41994;0.31193,0.76782,0.41559;0.31981,0.77091,0.41115;0.3278,0.77398,0.40664;0.33588,0.77702,0.40205;0.34407,0.78003,0.39738;0.35236,0.78301,0.39264;0.36074,0.78596,0.38781;0.36921,0.78889,0.38291;0.37778,0.79178,0.37794;0.38643,0.79464,0.37289;0.39517,0.79748,0.36776;0.404,0.80027,0.36255;0.41291,0.80304,0.35727;0.42191,0.80577,0.35191;0.43098,0.80847,0.34648;0.44014,0.81114,0.34097;0.44937,0.81377,0.33538;0.45867,0.81636,0.32973;0.46805,0.81892,0.324;0.4775,0.82144,0.3182;0.48703,0.82393,0.31232;0.49661,0.82638,0.30638;0.50627,0.82879,0.30036;0.51599,0.83116,0.29428;0.52578,0.83349,0.28813;0.53562,0.83579,0.28191;0.54552,0.83804,0.27563;0.55548,0.84025,0.26928;0.5655,0.84243,0.26288;0.57556,0.84457,0.25642;0.58568,0.84666,0.2499;0.59584,0.84872,0.24333;0.60604,0.85073,0.23671;0.61629,0.85271,0.23005;0.62658,0.85464,0.22335;0.6369,0.85654,0.21662;0.64726,0.8584,0.20986;0.65764,0.86022,0.20308;0.66805,0.862,0.19629;0.67849,0.86374,0.1895;0.68894,0.86545,0.18272;0.69942,0.86712,0.17597;0.7099,0.86875,0.16926;0.72039,0.87035,0.1626;0.73089,0.87192,0.15603;0.74139,0.87345,0.14956;0.75188,0.87495,0.14323;0.76237,0.87642,0.13706;0.77285,0.87787,0.13111;0.78331,0.87928,0.1254;0.79376,0.88068,0.12001;0.80418,0.88205,0.11496;0.81458,0.88339,0.11035;0.82494,0.88472,0.10622;0.83527,0.88603,0.10265;0.84556,0.88732,0.099702;0.85581,0.8886,0.097452;0.86601,0.88987,0.095953;0.87617,0.89112,0.09525;0.88627,0.89237,0.095374;0.89632,0.89362,0.096335;0.90631,0.89485,0.098125;0.91624,0.89609,0.10072;0.92611,0.89733,0.10407;0.9359,0.89857,0.10813;0.94564,0.89982,0.11284;0.9553,0.90107,0.11813;0.96489,0.90232,0.12394;0.97442,0.90359,0.13021;0.98387,0.90487,0.1369;0.99325,0.90616,0.14394];
case 'winter'
map=[0,0,1;0,0.0039216,0.99804;0,0.0078431,0.99608;0,0.011765,0.99412;0,0.015686,0.99216;0,0.019608,0.9902;0,0.023529,0.98824;0,0.027451,0.98627;0,0.031373,0.98431;0,0.035294,0.98235;0,0.039216,0.98039;0,0.043137,0.97843;0,0.047059,0.97647;0,0.05098,0.97451;0,0.054902,0.97255;0,0.058824,0.97059;0,0.062745,0.96863;0,0.066667,0.96667;0,0.070588,0.96471;0,0.07451,0.96275;0,0.078431,0.96078;0,0.082353,0.95882;0,0.086275,0.95686;0,0.090196,0.9549;0,0.094118,0.95294;0,0.098039,0.95098;0,0.10196,0.94902;0,0.10588,0.94706;0,0.1098,0.9451;0,0.11373,0.94314;0,0.11765,0.94118;0,0.12157,0.93922;0,0.12549,0.93725;0,0.12941,0.93529;0,0.13333,0.93333;0,0.13725,0.93137;0,0.14118,0.92941;0,0.1451,0.92745;0,0.14902,0.92549;0,0.15294,0.92353;0,0.15686,0.92157;0,0.16078,0.91961;0,0.16471,0.91765;0,0.16863,0.91569;0,0.17255,0.91373;0,0.17647,0.91176;0,0.18039,0.9098;0,0.18431,0.90784;0,0.18824,0.90588;0,0.19216,0.90392;0,0.19608,0.90196;0,0.2,0.9;0,0.20392,0.89804;0,0.20784,0.89608;0,0.21176,0.89412;0,0.21569,0.89216;0,0.21961,0.8902;0,0.22353,0.88824;0,0.22745,0.88627;0,0.23137,0.88431;0,0.23529,0.88235;0,0.23922,0.88039;0,0.24314,0.87843;0,0.24706,0.87647;0,0.25098,0.87451;0,0.2549,0.87255;0,0.25882,0.87059;0,0.26275,0.86863;0,0.26667,0.86667;0,0.27059,0.86471;0,0.27451,0.86275;0,0.27843,0.86078;0,0.28235,0.85882;0,0.28627,0.85686;0,0.2902,0.8549;0,0.29412,0.85294;0,0.29804,0.85098;0,0.30196,0.84902;0,0.30588,0.84706;0,0.3098,0.8451;0,0.31373,0.84314;0,0.31765,0.84118;0,0.32157,0.83922;0,0.32549,0.83725;0,0.32941,0.83529;0,0.33333,0.83333;0,0.33725,0.83137;0,0.34118,0.82941;0,0.3451,0.82745;0,0.34902,0.82549;0,0.35294,0.82353;0,0.35686,0.82157;0,0.36078,0.81961;0,0.36471,0.81765;0,0.36863,0.81569;0,0.37255,0.81373;0,0.37647,0.81176;0,0.38039,0.8098;0,0.38431,0.80784;0,0.38824,0.80588;0,0.39216,0.80392;0,0.39608,0.80196;0,0.4,0.8;0,0.40392,0.79804;0,0.40784,0.79608;0,0.41176,0.79412;0,0.41569,0.79216;0,0.41961,0.7902;0,0.42353,0.78824;0,0.42745,0.78627;0,0.43137,0.78431;0,0.43529,0.78235;0,0.43922,0.78039;0,0.44314,0.77843;0,0.44706,0.77647;0,0.45098,0.77451;0,0.4549,0.77255;0,0.45882,0.77059;0,0.46275,0.76863;0,0.46667,0.76667;0,0.47059,0.76471;0,0.47451,0.76275;0,0.47843,0.76078;0,0.48235,0.75882;0,0.48627,0.75686;0,0.4902,0.7549;0,0.49412,0.75294;0,0.49804,0.75098;0,0.50196,0.74902;0,0.50588,0.74706;0,0.5098,0.7451;0,0.51373,0.74314;0,0.51765,0.74118;0,0.52157,0.73922;0,0.52549,0.73725;0,0.52941,0.73529;0,0.53333,0.73333;0,0.53725,0.73137;0,0.54118,0.72941;0,0.5451,0.72745;0,0.54902,0.72549;0,0.55294,0.72353;0,0.55686,0.72157;0,0.56078,0.71961;0,0.56471,0.71765;0,0.56863,0.71569;0,0.57255,0.71373;0,0.57647,0.71176;0,0.58039,0.7098;0,0.58431,0.70784;0,0.58824,0.70588;0,0.59216,0.70392;0,0.59608,0.70196;0,0.6,0.7;0,0.60392,0.69804;0,0.60784,0.69608;0,0.61176,0.69412;0,0.61569,0.69216;0,0.61961,0.6902;0,0.62353,0.68824;0,0.62745,0.68627;0,0.63137,0.68431;0,0.63529,0.68235;0,0.63922,0.68039;0,0.64314,0.67843;0,0.64706,0.67647;0,0.65098,0.67451;0,0.6549,0.67255;0,0.65882,0.67059;0,0.66275,0.66863;0,0.66667,0.66667;0,0.67059,0.66471;0,0.67451,0.66275;0,0.67843,0.66078;0,0.68235,0.65882;0,0.68627,0.65686;0,0.6902,0.6549;0,0.69412,0.65294;0,0.69804,0.65098;0,0.70196,0.64902;0,0.70588,0.64706;0,0.7098,0.6451;0,0.71373,0.64314;0,0.71765,0.64118;0,0.72157,0.63922;0,0.72549,0.63725;0,0.72941,0.63529;0,0.73333,0.63333;0,0.73725,0.63137;0,0.74118,0.62941;0,0.7451,0.62745;0,0.74902,0.62549;0,0.75294,0.62353;0,0.75686,0.62157;0,0.76078,0.61961;0,0.76471,0.61765;0,0.76863,0.61569;0,0.77255,0.61373;0,0.77647,0.61176;0,0.78039,0.6098;0,0.78431,0.60784;0,0.78824,0.60588;0,0.79216,0.60392;0,0.79608,0.60196;0,0.8,0.6;0,0.80392,0.59804;0,0.80784,0.59608;0,0.81176,0.59412;0,0.81569,0.59216;0,0.81961,0.5902;0,0.82353,0.58824;0,0.82745,0.58627;0,0.83137,0.58431;0,0.83529,0.58235;0,0.83922,0.58039;0,0.84314,0.57843;0,0.84706,0.57647;0,0.85098,0.57451;0,0.8549,0.57255;0,0.85882,0.57059;0,0.86275,0.56863;0,0.86667,0.56667;0,0.87059,0.56471;0,0.87451,0.56275;0,0.87843,0.56078;0,0.88235,0.55882;0,0.88627,0.55686;0,0.8902,0.5549;0,0.89412,0.55294;0,0.89804,0.55098;0,0.90196,0.54902;0,0.90588,0.54706;0,0.9098,0.5451;0,0.91373,0.54314;0,0.91765,0.54118;0,0.92157,0.53922;0,0.92549,0.53725;0,0.92941,0.53529;0,0.93333,0.53333;0,0.93725,0.53137;0,0.94118,0.52941;0,0.9451,0.52745;0,0.94902,0.52549;0,0.95294,0.52353;0,0.95686,0.52157;0,0.96078,0.51961;0,0.96471,0.51765;0,0.96863,0.51569;0,0.97255,0.51373;0,0.97647,0.51176;0,0.98039,0.5098;0,0.98431,0.50784;0,0.98824,0.50588;0,0.99216,0.50392;0,0.99608,0.50196;0,1,0.5];
case 'Wistia'
map=[0.89412,1,0.47843;0.89578,0.99859,0.47253;0.89744,0.99717,0.46662;0.8991,0.99576,0.46072;0.90076,0.99434,0.45481;0.90242,0.99293,0.4489;0.90408,0.99151,0.443;0.90574,0.9901,0.43709;0.9074,0.98868,0.43119;0.90907,0.98727,0.42528;0.91073,0.98585,0.41938;0.91239,0.98444,0.41347;0.91405,0.98302,0.40757;0.91571,0.98161,0.40166;0.91737,0.98019,0.39576;0.91903,0.97878,0.38985;0.92069,0.97736,0.38394;0.92235,0.97595,0.37804;0.92401,0.97453,0.37213;0.92567,0.97312,0.36623;0.92734,0.9717,0.36032;0.929,0.97029,0.35442;0.93066,0.96887,0.34851;0.93232,0.96746,0.34261;0.93398,0.96604,0.3367;0.93564,0.96463,0.3308;0.9373,0.96321,0.32489;0.93896,0.9618,0.31899;0.94062,0.96038,0.31308;0.94228,0.95897,0.30717;0.94394,0.95755,0.30127;0.94561,0.95614,0.29536;0.94727,0.95473,0.28946;0.94893,0.95331,0.28355;0.95059,0.9519,0.27765;0.95225,0.95048,0.27174;0.95391,0.94907,0.26584;0.95557,0.94765,0.25993;0.95723,0.94624,0.25403;0.95889,0.94482,0.24812;0.96055,0.94341,0.24221;0.96221,0.94199,0.23631;0.96388,0.94058,0.2304;0.96554,0.93916,0.2245;0.9672,0.93775,0.21859;0.96886,0.93633,0.21269;0.97052,0.93492,0.20678;0.97218,0.9335,0.20088;0.97384,0.93209,0.19497;0.9755,0.93067,0.18907;0.97716,0.92926,0.18316;0.97882,0.92784,0.17725;0.98048,0.92643,0.17135;0.98215,0.92501,0.16544;0.98381,0.9236,0.15954;0.98547,0.92218,0.15363;0.98713,0.92077,0.14773;0.98879,0.91935,0.14182;0.99045,0.91794,0.13592;0.99211,0.91652,0.13001;0.99377,0.91511,0.12411;0.99543,0.91369,0.1182;0.99709,0.91228,0.1123;0.99875,0.91087,0.10639;1,0.90914,0.10156;1,0.9065,0.099962;1,0.90385,0.098362;1,0.90121,0.096763;1,0.89856,0.095163;1,0.89592,0.093564;1,0.89327,0.091965;1,0.89063,0.090365;1,0.88798,0.088766;1,0.88534,0.087166;1,0.88269,0.085567;1,0.88005,0.083968;1,0.8774,0.082368;1,0.87476,0.080769;1,0.87211,0.07917;1,0.86947,0.07757;1,0.86682,0.075971;1,0.86418,0.074371;1,0.86153,0.072772;1,0.85889,0.071173;1,0.85624,0.069573;1,0.85359,0.067974;1,0.85095,0.066374;1,0.8483,0.064775;1,0.84566,0.063176;1,0.84301,0.061576;1,0.84037,0.059977;1,0.83772,0.058378;1,0.83508,0.056778;1,0.83243,0.055179;1,0.82979,0.053579;1,0.82714,0.05198;1,0.8245,0.050381;1,0.82185,0.048781;1,0.81921,0.047182;1,0.81656,0.045582;1,0.81392,0.043983;1,0.81127,0.042384;1,0.80863,0.040784;1,0.80598,0.039185;1,0.80334,0.037586;1,0.80069,0.035986;1,0.79805,0.034387;1,0.7954,0.032787;1,0.79276,0.031188;1,0.79011,0.029589;1,0.78747,0.027989;1,0.78482,0.02639;1,0.78218,0.02479;1,0.77953,0.023191;1,0.77689,0.021592;1,0.77424,0.019992;1,0.7716,0.018393;1,0.76895,0.016794;1,0.76631,0.015194;1,0.76366,0.013595;1,0.76101,0.011995;1,0.75837,0.010396;1,0.75572,0.0087966;1,0.75308,0.0071972;1,0.75043,0.0055978;1,0.74779,0.0039985;1,0.74514,0.0023991;1,0.7425,0.00079969;1,0.74028,0;1,0.7385,0;1,0.73672,0;1,0.73493,0;1,0.73315,0;1,0.73136,0;1,0.72958,0;1,0.7278,0;1,0.72601,0;1,0.72423,0;1,0.72245,0;1,0.72066,0;1,0.71888,0;1,0.71709,0;1,0.71531,0;1,0.71353,0;1,0.71174,0;1,0.70996,0;1,0.70817,0;1,0.70639,0;1,0.70461,0;1,0.70282,0;1,0.70104,0;1,0.69925,0;1,0.69747,0;1,0.69569,0;1,0.6939,0;1,0.69212,0;1,0.69033,0;1,0.68855,0;1,0.68677,0;1,0.68498,0;1,0.6832,0;1,0.68141,0;1,0.67963,0;1,0.67785,0;1,0.67606,0;1,0.67428,0;1,0.6725,0;1,0.67071,0;1,0.66893,0;1,0.66714,0;1,0.66536,0;1,0.66358,0;1,0.66179,0;1,0.66001,0;1,0.65822,0;1,0.65644,0;1,0.65466,0;1,0.65287,0;1,0.65109,0;1,0.6493,0;1,0.64752,0;1,0.64574,0;1,0.64395,0;1,0.64217,0;1,0.64038,0;1,0.6386,0;1,0.63682,0;1,0.63503,0;1,0.63325,0;1,0.63146,0;1,0.62968,0;1,0.6279,0;0.99986,0.62593,0;0.99968,0.6239,0;0.99949,0.62187,0;0.99931,0.61984,0;0.99912,0.61781,0;0.99894,0.61578,0;0.99875,0.61375,0;0.99857,0.61172,0;0.99839,0.60969,0;0.9982,0.60766,0;0.99802,0.60563,0;0.99783,0.6036,0;0.99765,0.60157,0;0.99746,0.59954,0;0.99728,0.59751,0;0.99709,0.59548,0;0.99691,0.59345,0;0.99672,0.59142,0;0.99654,0.58939,0;0.99636,0.58736,0;0.99617,0.58533,0;0.99599,0.5833,0;0.9958,0.58127,0;0.99562,0.57924,0;0.99543,0.57721,0;0.99525,0.57518,0;0.99506,0.57315,0;0.99488,0.57112,0;0.99469,0.56909,0;0.99451,0.56706,0;0.99433,0.56503,0;0.99414,0.563,0;0.99396,0.56097,0;0.99377,0.55894,0;0.99359,0.55691,0;0.9934,0.55488,0;0.99322,0.55285,0;0.99303,0.55082,0;0.99285,0.54879,0;0.99266,0.54676,0;0.99248,0.54473,0;0.9923,0.5427,0;0.99211,0.54067,0;0.99193,0.53864,0;0.99174,0.53661,0;0.99156,0.53458,0;0.99137,0.53255,0;0.99119,0.53052,0;0.991,0.52849,0;0.99082,0.52646,0;0.99063,0.52443,0;0.99045,0.5224,0;0.99027,0.52037,0;0.99008,0.51834,0;0.9899,0.51631,0;0.98971,0.51428,0;0.98953,0.51225,0;0.98934,0.51022,0;0.98916,0.50819,0;0.98897,0.50616,0;0.98879,0.50413,0;0.9886,0.5021,0;0.98842,0.50007,0;0.98824,0.49804,0];
case 'YlGn'
map=[1,1,0.89804;0.99902,0.99963,0.89263;0.99803,0.99926,0.88721;0.99705,0.99889,0.8818;0.99606,0.99852,0.87639;0.99508,0.99815,0.87097;0.99409,0.99779,0.86556;0.99311,0.99742,0.86015;0.99213,0.99705,0.85473;0.99114,0.99668,0.84932;0.99016,0.99631,0.84391;0.98917,0.99594,0.83849;0.98819,0.99557,0.83308;0.9872,0.9952,0.82767;0.98622,0.99483,0.82225;0.98524,0.99446,0.81684;0.98425,0.99409,0.81143;0.98327,0.99373,0.80601;0.98228,0.99336,0.8006;0.9813,0.99299,0.79519;0.98032,0.99262,0.78977;0.97933,0.99225,0.78436;0.97835,0.99188,0.77895;0.97736,0.99151,0.77353;0.97638,0.99114,0.76812;0.97539,0.99077,0.76271;0.97441,0.9904,0.75729;0.97343,0.99003,0.75188;0.97244,0.98967,0.74647;0.97146,0.9893,0.74105;0.97047,0.98893,0.73564;0.96949,0.98856,0.73023;0.96817,0.98805,0.72515;0.96448,0.98657,0.72245;0.96078,0.9851,0.71974;0.95709,0.98362,0.71703;0.9534,0.98215,0.71433;0.94971,0.98067,0.71162;0.94602,0.97919,0.70891;0.94233,0.97772,0.70621;0.93864,0.97624,0.7035;0.93495,0.97476,0.70079;0.93126,0.97329,0.69809;0.92757,0.97181,0.69538;0.92388,0.97033,0.69267;0.92018,0.96886,0.68997;0.91649,0.96738,0.68726;0.9128,0.96591,0.68455;0.90911,0.96443,0.68185;0.90542,0.96295,0.67914;0.90173,0.96148,0.67643;0.89804,0.96,0.67373;0.89435,0.95852,0.67102;0.89066,0.95705,0.66831;0.88697,0.95557,0.66561;0.88328,0.95409,0.6629;0.87958,0.95262,0.66019;0.87589,0.95114,0.65749;0.8722,0.94967,0.65478;0.86851,0.94819,0.65207;0.86482,0.94671,0.64937;0.86113,0.94524,0.64666;0.85744,0.94376,0.64395;0.85375,0.94228,0.64125;0.84963,0.94059,0.63857;0.84421,0.93825,0.63599;0.8388,0.93592,0.6334;0.83339,0.93358,0.63082;0.82797,0.93124,0.62824;0.82256,0.9289,0.62565;0.81715,0.92657,0.62307;0.81173,0.92423,0.62048;0.80632,0.92189,0.6179;0.80091,0.91955,0.61532;0.79549,0.91722,0.61273;0.79008,0.91488,0.61015;0.78467,0.91254,0.60757;0.77925,0.9102,0.60498;0.77384,0.90787,0.6024;0.76843,0.90553,0.59982;0.76301,0.90319,0.59723;0.7576,0.90085,0.59465;0.75219,0.89852,0.59206;0.74677,0.89618,0.58948;0.74136,0.89384,0.5869;0.73595,0.8915,0.58431;0.73053,0.88917,0.58173;0.72512,0.88683,0.57915;0.71971,0.88449,0.57656;0.71429,0.88215,0.57398;0.70888,0.87982,0.5714;0.70347,0.87748,0.56881;0.69805,0.87514,0.56623;0.69264,0.8728,0.56364;0.68723,0.87047,0.56106;0.68181,0.86813,0.55848;0.67599,0.86561,0.55589;0.66947,0.86278,0.55331;0.66295,0.85995,0.55073;0.65642,0.85712,0.54814;0.6499,0.85429,0.54556;0.64338,0.85146,0.54298;0.63686,0.84863,0.54039;0.63034,0.8458,0.53781;0.62382,0.84297,0.53522;0.6173,0.84014,0.53264;0.61078,0.83731,0.53006;0.60426,0.83448,0.52747;0.59774,0.83165,0.52489;0.59122,0.82882,0.52231;0.5847,0.82599,0.51972;0.57818,0.82316,0.51714;0.57166,0.82033,0.51456;0.56514,0.8175,0.51197;0.55862,0.81467,0.50939;0.5521,0.81184,0.50681;0.54557,0.80901,0.50422;0.53905,0.80618,0.50164;0.53253,0.80335,0.49905;0.52601,0.80052,0.49647;0.51949,0.79769,0.49389;0.51297,0.79486,0.4913;0.50645,0.79203,0.48872;0.49993,0.7892,0.48614;0.49341,0.78637,0.48355;0.48689,0.78354,0.48097;0.48037,0.78072,0.47839;0.47385,0.77789,0.4758;0.4672,0.77481,0.47279;0.46044,0.77149,0.46934;0.45367,0.76817,0.4659;0.44691,0.76484,0.46245;0.44014,0.76152,0.45901;0.43337,0.7582,0.45556;0.42661,0.75488,0.45212;0.41984,0.75156,0.44867;0.41307,0.74824,0.44523;0.40631,0.74491,0.44178;0.39954,0.74159,0.43834;0.39277,0.73827,0.43489;0.38601,0.73495,0.43145;0.37924,0.73163,0.428;0.37247,0.7283,0.42456;0.36571,0.72498,0.42111;0.35894,0.72166,0.41767;0.35217,0.71834,0.41423;0.34541,0.71502,0.41078;0.33864,0.7117,0.40734;0.33187,0.70837,0.40389;0.32511,0.70505,0.40045;0.31834,0.70173,0.397;0.31157,0.69841,0.39356;0.30481,0.69509,0.39011;0.29804,0.69176,0.38667;0.29127,0.68844,0.38322;0.28451,0.68512,0.37978;0.27774,0.6818,0.37633;0.27097,0.67848,0.37289;0.26421,0.67516,0.36944;0.25744,0.67183,0.366;0.2526,0.66759,0.36271;0.2489,0.66279,0.35951;0.24521,0.65799,0.35631;0.24152,0.65319,0.35311;0.23783,0.6484,0.34991;0.23414,0.6436,0.34671;0.23045,0.6388,0.34351;0.22676,0.634,0.34032;0.22307,0.6292,0.33712;0.21938,0.62441,0.33392;0.21569,0.61961,0.33072;0.212,0.61481,0.32752;0.2083,0.61001,0.32432;0.20461,0.60521,0.32112;0.20092,0.60042,0.31792;0.19723,0.59562,0.31473;0.19354,0.59082,0.31153;0.18985,0.58602,0.30833;0.18616,0.58122,0.30513;0.18247,0.57642,0.30193;0.17878,0.57163,0.29873;0.17509,0.56683,0.29553;0.1714,0.56203,0.29233;0.1677,0.55723,0.28913;0.16401,0.55243,0.28594;0.16032,0.54764,0.28274;0.15663,0.54284,0.27954;0.15294,0.53804,0.27634;0.14925,0.53324,0.27314;0.14556,0.52844,0.26994;0.14187,0.52364,0.26674;0.13818,0.51885,0.26354;0.13403,0.51506,0.26164;0.12972,0.51162,0.26016;0.12541,0.50817,0.25869;0.12111,0.50473,0.25721;0.1168,0.50128,0.25573;0.1125,0.49784,0.25426;0.10819,0.49439,0.25278;0.10388,0.49095,0.2513;0.099577,0.4875,0.24983;0.095271,0.48406,0.24835;0.090965,0.48062,0.24687;0.086659,0.47717,0.2454;0.082353,0.47373,0.24392;0.078047,0.47028,0.24245;0.073741,0.46684,0.24097;0.069435,0.46339,0.23949;0.065129,0.45995,0.23802;0.060823,0.4565,0.23654;0.056517,0.45306,0.23506;0.052211,0.44961,0.23359;0.047905,0.44617,0.23211;0.043599,0.44272,0.23063;0.039293,0.43928,0.22916;0.034987,0.43583,0.22768;0.030681,0.43239,0.22621;0.026374,0.42894,0.22473;0.022068,0.4255,0.22325;0.017762,0.42205,0.22178;0.013456,0.41861,0.2203;0.0091503,0.41516,0.21882;0.0048443,0.41172,0.21735;0.00053825,0.40827,0.21587;0,0.40408,0.21418;0,0.39977,0.21246;0,0.39546,0.21073;0,0.39116,0.20901;0,0.38685,0.20729;0,0.38255,0.20557;0,0.37824,0.20384;0,0.37393,0.20212;0,0.36963,0.2004;0,0.36532,0.19868;0,0.36101,0.19696;0,0.35671,0.19523;0,0.3524,0.19351;0,0.3481,0.19179;0,0.34379,0.19007;0,0.33948,0.18834;0,0.33518,0.18662;0,0.33087,0.1849;0,0.32657,0.18318;0,0.32226,0.18145;0,0.31795,0.17973;0,0.31365,0.17801;0,0.30934,0.17629;0,0.30504,0.17456;0,0.30073,0.17284;0,0.29642,0.17112;0,0.29212,0.1694;0,0.28781,0.16767;0,0.28351,0.16595;0,0.2792,0.16423;0,0.27489,0.16251;0,0.27059,0.16078];
case 'YlGnBu'
map=[1,1,0.85098;0.99779,0.99914,0.84606;0.99557,0.99828,0.84114;0.99336,0.99742,0.83622;0.99114,0.99656,0.8313;0.98893,0.99569,0.82637;0.98671,0.99483,0.82145;0.9845,0.99397,0.81653;0.98228,0.99311,0.81161;0.98007,0.99225,0.80669;0.97785,0.99139,0.80177;0.97564,0.99053,0.79685;0.97343,0.98967,0.79193;0.97121,0.9888,0.787;0.969,0.98794,0.78208;0.96678,0.98708,0.77716;0.96457,0.98622,0.77224;0.96235,0.98536,0.76732;0.96014,0.9845,0.7624;0.95792,0.98364,0.75748;0.95571,0.98278,0.75256;0.95349,0.98191,0.74764;0.95128,0.98105,0.74271;0.94907,0.98019,0.73779;0.94685,0.97933,0.73287;0.94464,0.97847,0.72795;0.94242,0.97761,0.72303;0.94021,0.97675,0.71811;0.93799,0.97589,0.71319;0.93578,0.97502,0.70827;0.93356,0.97416,0.70334;0.93135,0.9733,0.69842;0.92883,0.97232,0.69416;0.92415,0.97047,0.69453;0.91948,0.96863,0.6949;0.9148,0.96678,0.69527;0.91013,0.96494,0.69564;0.90545,0.96309,0.69601;0.90078,0.96125,0.69638;0.8961,0.9594,0.69675;0.89143,0.95755,0.69712;0.88675,0.95571,0.69749;0.88208,0.95386,0.69785;0.8774,0.95202,0.69822;0.87273,0.95017,0.69859;0.86805,0.94833,0.69896;0.86338,0.94648,0.69933;0.8587,0.94464,0.6997;0.85403,0.94279,0.70007;0.84935,0.94095,0.70044;0.84468,0.9391,0.70081;0.84,0.93725,0.70118;0.83532,0.93541,0.70155;0.83065,0.93356,0.70191;0.82597,0.93172,0.70228;0.8213,0.92987,0.70265;0.81662,0.92803,0.70302;0.81195,0.92618,0.70339;0.80727,0.92434,0.70376;0.8026,0.92249,0.70413;0.79792,0.92065,0.7045;0.79325,0.9188,0.70487;0.78857,0.91696,0.70524;0.7839,0.91511,0.70561;0.77818,0.91286,0.7061;0.76932,0.90942,0.70696;0.76046,0.90597,0.70782;0.7516,0.90253,0.70868;0.74275,0.89908,0.70954;0.73389,0.89564,0.7104;0.72503,0.8922,0.71126;0.71617,0.88875,0.71213;0.70731,0.88531,0.71299;0.69845,0.88186,0.71385;0.6896,0.87842,0.71471;0.68074,0.87497,0.71557;0.67188,0.87153,0.71643;0.66302,0.86808,0.71729;0.65416,0.86464,0.71815;0.64531,0.86119,0.71902;0.63645,0.85775,0.71988;0.62759,0.8543,0.72074;0.61873,0.85086,0.7216;0.60987,0.84741,0.72246;0.60101,0.84397,0.72332;0.59216,0.84052,0.72418;0.5833,0.83708,0.72504;0.57444,0.83363,0.72591;0.56558,0.83019,0.72677;0.55672,0.82674,0.72763;0.54787,0.8233,0.72849;0.53901,0.81985,0.72935;0.53015,0.81641,0.73021;0.52129,0.81296,0.73107;0.51243,0.80952,0.73193;0.50358,0.80607,0.7328;0.49518,0.80286,0.73375;0.48755,0.80003,0.73486;0.47992,0.7972,0.73596;0.4723,0.79437,0.73707;0.46467,0.79154,0.73818;0.45704,0.78871,0.73928;0.44941,0.78588,0.74039;0.44178,0.78305,0.7415;0.43416,0.78022,0.74261;0.42653,0.77739,0.74371;0.4189,0.77456,0.74482;0.41127,0.77173,0.74593;0.40364,0.7689,0.74704;0.39602,0.76607,0.74814;0.38839,0.76324,0.74925;0.38076,0.76042,0.75036;0.37313,0.75759,0.75146;0.36551,0.75476,0.75257;0.35788,0.75193,0.75368;0.35025,0.7491,0.75479;0.34262,0.74627,0.75589;0.33499,0.74344,0.757;0.32737,0.74061,0.75811;0.31974,0.73778,0.75922;0.31211,0.73495,0.76032;0.30448,0.73212,0.76143;0.29686,0.72929,0.76254;0.28923,0.72646,0.76364;0.2816,0.72363,0.76475;0.27397,0.7208,0.76586;0.26634,0.71797,0.76697;0.25872,0.71514,0.76807;0.25269,0.71145,0.76838;0.24826,0.7069,0.76789;0.24383,0.70235,0.7674;0.2394,0.69779,0.76691;0.23497,0.69324,0.76641;0.23054,0.68869,0.76592;0.22611,0.68414,0.76543;0.22168,0.67958,0.76494;0.21725,0.67503,0.76444;0.21283,0.67048,0.76395;0.2084,0.66593,0.76346;0.20397,0.66138,0.76297;0.19954,0.65682,0.76248;0.19511,0.65227,0.76198;0.19068,0.64772,0.76149;0.18625,0.64317,0.761;0.18182,0.63862,0.76051;0.17739,0.63406,0.76002;0.17296,0.62951,0.75952;0.16854,0.62496,0.75903;0.16411,0.62041,0.75854;0.15968,0.61586,0.75805;0.15525,0.6113,0.75755;0.15082,0.60675,0.75706;0.14639,0.6022,0.75657;0.14196,0.59765,0.75608;0.13753,0.59309,0.75559;0.1331,0.58854,0.75509;0.12867,0.58399,0.7546;0.12424,0.57944,0.75411;0.11982,0.57489,0.75362;0.11539,0.57033,0.75313;0.11411,0.56471,0.7511;0.11473,0.55843,0.74814;0.11534,0.55216,0.74519;0.11596,0.54588,0.74224;0.11657,0.53961,0.73928;0.11719,0.53333,0.73633;0.1178,0.52706,0.73338;0.11842,0.52078,0.73043;0.11903,0.51451,0.72747;0.11965,0.50824,0.72452;0.12026,0.50196,0.72157;0.12088,0.49569,0.71862;0.12149,0.48941,0.71566;0.12211,0.48314,0.71271;0.12272,0.47686,0.70976;0.12334,0.47059,0.70681;0.12395,0.46431,0.70385;0.12457,0.45804,0.7009;0.12518,0.45176,0.69795;0.1258,0.44549,0.69499;0.12641,0.43922,0.69204;0.12703,0.43294,0.68909;0.12764,0.42667,0.68614;0.12826,0.42039,0.68318;0.12887,0.41412,0.68023;0.12949,0.40784,0.67728;0.1301,0.40157,0.67433;0.13072,0.39529,0.67137;0.13133,0.38902,0.66842;0.13195,0.38275,0.66547;0.13256,0.37647,0.66251;0.13318,0.3702,0.65956;0.13361,0.36475,0.65698;0.13398,0.35958,0.65452;0.13435,0.35442,0.65206;0.13472,0.34925,0.6496;0.13509,0.34408,0.64714;0.13546,0.33892,0.64468;0.13582,0.33375,0.64221;0.13619,0.32858,0.63975;0.13656,0.32341,0.63729;0.13693,0.31825,0.63483;0.1373,0.31308,0.63237;0.13767,0.30791,0.62991;0.13804,0.30275,0.62745;0.13841,0.29758,0.62499;0.13878,0.29241,0.62253;0.13915,0.28724,0.62007;0.13952,0.28208,0.61761;0.13988,0.27691,0.61515;0.14025,0.27174,0.61269;0.14062,0.26657,0.61023;0.14099,0.26141,0.60777;0.14136,0.25624,0.60531;0.14173,0.25107,0.60285;0.1421,0.24591,0.60038;0.14247,0.24074,0.59792;0.14284,0.23557,0.59546;0.14321,0.2304,0.593;0.14358,0.22524,0.59054;0.14394,0.22007,0.58808;0.14431,0.2149,0.58562;0.14468,0.20973,0.58316;0.14505,0.20457,0.5807;0.14198,0.20145,0.57393;0.13841,0.19862,0.56655;0.13484,0.19579,0.55917;0.13127,0.19296,0.55179;0.1277,0.19013,0.54441;0.12414,0.1873,0.53702;0.12057,0.18447,0.52964;0.117,0.18164,0.52226;0.11343,0.17881,0.51488;0.10987,0.17598,0.5075;0.1063,0.17315,0.50012;0.10273,0.17032,0.49273;0.099162,0.16749,0.48535;0.095594,0.16466,0.47797;0.092026,0.16183,0.47059;0.088458,0.159,0.46321;0.08489,0.15617,0.45582;0.081323,0.15334,0.44844;0.077755,0.15051,0.44106;0.074187,0.14768,0.43368;0.070619,0.14485,0.4263;0.067051,0.14202,0.41892;0.063483,0.13919,0.41153;0.059915,0.13636,0.40415;0.056348,0.13353,0.39677;0.05278,0.1307,0.38939;0.049212,0.12787,0.38201;0.045644,0.12504,0.37463;0.042076,0.12221,0.36724;0.038508,0.11938,0.35986;0.03494,0.11656,0.35248;0.031373,0.11373,0.3451];
case 'YlOrBr'
map=[1,1,0.89804;1,0.99902,0.893;1,0.99803,0.88795;1,0.99705,0.88291;1,0.99606,0.87786;1,0.99508,0.87282;1,0.99409,0.86777;1,0.99311,0.86273;1,0.99213,0.85769;1,0.99114,0.85264;1,0.99016,0.8476;1,0.98917,0.84255;1,0.98819,0.83751;1,0.9872,0.83246;1,0.98622,0.82742;1,0.98524,0.82238;1,0.98425,0.81733;1,0.98327,0.81229;1,0.98228,0.80724;1,0.9813,0.8022;1,0.98032,0.79715;1,0.97933,0.79211;1,0.97835,0.78707;1,0.97736,0.78202;1,0.97638,0.77698;1,0.97539,0.77193;1,0.97441,0.76689;1,0.97343,0.76185;1,0.97244,0.7568;1,0.97146,0.75176;1,0.97047,0.74671;1,0.96949,0.74167;0.99998,0.96832,0.73659;0.99986,0.96586,0.7313;0.99974,0.9634,0.72601;0.99962,0.96094,0.72072;0.99949,0.95848,0.71543;0.99937,0.95602,0.71014;0.99925,0.95356,0.70485;0.99912,0.9511,0.69956;0.999,0.94864,0.69427;0.99888,0.94617,0.68898;0.99875,0.94371,0.68369;0.99863,0.94125,0.6784;0.99851,0.93879,0.67311;0.99839,0.93633,0.66782;0.99826,0.93387,0.66253;0.99814,0.93141,0.65724;0.99802,0.92895,0.65195;0.99789,0.92649,0.64666;0.99777,0.92403,0.64137;0.99765,0.92157,0.63608;0.99752,0.91911,0.63079;0.9974,0.91665,0.6255;0.99728,0.91419,0.62021;0.99715,0.91173,0.61492;0.99703,0.90927,0.60963;0.99691,0.90681,0.60434;0.99679,0.90434,0.59905;0.99666,0.90188,0.59376;0.99654,0.89942,0.58847;0.99642,0.89696,0.58318;0.99629,0.8945,0.57789;0.99617,0.89204,0.5726;0.99608,0.88924,0.5666;0.99608,0.88543,0.55848;0.99608,0.88161,0.55036;0.99608,0.8778,0.54224;0.99608,0.87399,0.53412;0.99608,0.87017,0.526;0.99608,0.86636,0.51788;0.99608,0.86255,0.50976;0.99608,0.85873,0.50164;0.99608,0.85492,0.49352;0.99608,0.8511,0.4854;0.99608,0.84729,0.47728;0.99608,0.84348,0.46916;0.99608,0.83966,0.46104;0.99608,0.83585,0.45292;0.99608,0.83203,0.4448;0.99608,0.82822,0.43668;0.99608,0.82441,0.42856;0.99608,0.82059,0.42044;0.99608,0.81678,0.41232;0.99608,0.81296,0.4042;0.99608,0.80915,0.39608;0.99608,0.80534,0.38796;0.99608,0.80152,0.37984;0.99608,0.79771,0.37172;0.99608,0.79389,0.3636;0.99608,0.79008,0.35548;0.99608,0.78627,0.34736;0.99608,0.78245,0.33924;0.99608,0.77864,0.33112;0.99608,0.77483,0.323;0.99608,0.77101,0.31488;0.99608,0.76664,0.30805;0.99608,0.76135,0.30338;0.99608,0.75606,0.2987;0.99608,0.75077,0.29403;0.99608,0.74548,0.28935;0.99608,0.74019,0.28468;0.99608,0.7349,0.28;0.99608,0.72961,0.27532;0.99608,0.72432,0.27065;0.99608,0.71903,0.26597;0.99608,0.71374,0.2613;0.99608,0.70845,0.25662;0.99608,0.70316,0.25195;0.99608,0.69787,0.24727;0.99608,0.69258,0.2426;0.99608,0.68729,0.23792;0.99608,0.682,0.23325;0.99608,0.67671,0.22857;0.99608,0.67142,0.2239;0.99608,0.66613,0.21922;0.99608,0.66084,0.21455;0.99608,0.65555,0.20987;0.99608,0.65026,0.2052;0.99608,0.64497,0.20052;0.99608,0.63968,0.19585;0.99608,0.63439,0.19117;0.99608,0.6291,0.1865;0.99608,0.62381,0.18182;0.99608,0.61852,0.17715;0.99608,0.61323,0.17247;0.99608,0.60794,0.1678;0.99608,0.60265,0.16312;0.99497,0.59748,0.15949;0.99276,0.59243,0.15691;0.99054,0.58739,0.15433;0.98833,0.58235,0.15174;0.98611,0.5773,0.14916;0.9839,0.57226,0.14657;0.98168,0.56721,0.14399;0.97947,0.56217,0.14141;0.97725,0.55712,0.13882;0.97504,0.55208,0.13624;0.97283,0.54704,0.13366;0.97061,0.54199,0.13107;0.9684,0.53695,0.12849;0.96618,0.5319,0.12591;0.96397,0.52686,0.12332;0.96175,0.52181,0.12074;0.95954,0.51677,0.11815;0.95732,0.51173,0.11557;0.95511,0.50668,0.11299;0.9529,0.50164,0.1104;0.95068,0.49659,0.10782;0.94847,0.49155,0.10524;0.94625,0.48651,0.10265;0.94404,0.48146,0.10007;0.94182,0.47642,0.097486;0.93961,0.47137,0.094902;0.93739,0.46633,0.092318;0.93518,0.46128,0.089735;0.93296,0.45624,0.087151;0.93075,0.4512,0.084567;0.92854,0.44615,0.081984;0.92632,0.44111,0.0794;0.92303,0.43645,0.077047;0.91909,0.43202,0.074833;0.91516,0.42759,0.072618;0.91122,0.42316,0.070404;0.90728,0.41873,0.068189;0.90334,0.4143,0.065975;0.89941,0.40987,0.06376;0.89547,0.40544,0.061546;0.89153,0.40101,0.059331;0.8876,0.39659,0.057116;0.88366,0.39216,0.054902;0.87972,0.38773,0.052687;0.87579,0.3833,0.050473;0.87185,0.37887,0.048258;0.86791,0.37444,0.046044;0.86398,0.37001,0.043829;0.86004,0.36558,0.041615;0.8561,0.36115,0.0394;0.85216,0.35672,0.037186;0.84823,0.3523,0.034971;0.84429,0.34787,0.032757;0.84035,0.34344,0.030542;0.83642,0.33901,0.028328;0.83248,0.33458,0.026113;0.82854,0.33015,0.023899;0.82461,0.32572,0.021684;0.82067,0.32129,0.019469;0.81673,0.31686,0.017255;0.8128,0.31243,0.01504;0.80886,0.308,0.012826;0.80492,0.30358,0.010611;0.80098,0.29915,0.0083968;0.79529,0.29582,0.0080277;0.78902,0.29287,0.0082737;0.78275,0.28992,0.0085198;0.77647,0.28697,0.0087659;0.7702,0.28401,0.0090119;0.76392,0.28106,0.009258;0.75765,0.27811,0.009504;0.75137,0.27516,0.0097501;0.7451,0.2722,0.0099962;0.73882,0.26925,0.010242;0.73255,0.2663,0.010488;0.72627,0.26334,0.010734;0.72,0.26039,0.01098;0.71373,0.25744,0.011226;0.70745,0.25449,0.011473;0.70118,0.25153,0.011719;0.6949,0.24858,0.011965;0.68863,0.24563,0.012211;0.68235,0.24268,0.012457;0.67608,0.23972,0.012703;0.6698,0.23677,0.012949;0.66353,0.23382,0.013195;0.65725,0.23087,0.013441;0.65098,0.22791,0.013687;0.64471,0.22496,0.013933;0.63843,0.22201,0.014179;0.63216,0.21905,0.014425;0.62588,0.2161,0.014671;0.61961,0.21315,0.014917;0.61333,0.2102,0.015163;0.60706,0.20724,0.015409;0.60078,0.20429,0.015656;0.59451,0.20231,0.015902;0.58824,0.20046,0.016148;0.58196,0.19862,0.016394;0.57569,0.19677,0.01664;0.56941,0.19493,0.016886;0.56314,0.19308,0.017132;0.55686,0.19123,0.017378;0.55059,0.18939,0.017624;0.54431,0.18754,0.01787;0.53804,0.1857,0.018116;0.53176,0.18385,0.018362;0.52549,0.18201,0.018608;0.51922,0.18016,0.018854;0.51294,0.17832,0.0191;0.50667,0.17647,0.019346;0.50039,0.17463,0.019592;0.49412,0.17278,0.019839;0.48784,0.17093,0.020085;0.48157,0.16909,0.020331;0.47529,0.16724,0.020577;0.46902,0.1654,0.020823;0.46275,0.16355,0.021069;0.45647,0.16171,0.021315;0.4502,0.15986,0.021561;0.44392,0.15802,0.021807;0.43765,0.15617,0.022053;0.43137,0.15433,0.022299;0.4251,0.15248,0.022545;0.41882,0.15063,0.022791;0.41255,0.14879,0.023037;0.40627,0.14694,0.023283;0.4,0.1451,0.023529];
case 'YlOrRd'
map=[1,1,0.8;1,0.99779,0.79459;1,0.99557,0.78917;1,0.99336,0.78376;1,0.99114,0.77835;1,0.98893,0.77293;1,0.98671,0.76752;1,0.9845,0.76211;1,0.98228,0.75669;1,0.98007,0.75128;1,0.97785,0.74587;1,0.97564,0.74045;1,0.97343,0.73504;1,0.97121,0.72963;1,0.969,0.72421;1,0.96678,0.7188;1,0.96457,0.71339;1,0.96235,0.70797;1,0.96014,0.70256;1,0.95792,0.69715;1,0.95571,0.69173;1,0.95349,0.68632;1,0.95128,0.68091;1,0.94907,0.67549;1,0.94685,0.67008;1,0.94464,0.66467;1,0.94242,0.65925;1,0.94021,0.65384;1,0.93799,0.64843;1,0.93578,0.64301;1,0.93356,0.6376;1,0.93135,0.63219;0.99998,0.9291,0.62681;0.99986,0.92664,0.62164;0.99974,0.92418,0.61647;0.99962,0.92172,0.6113;0.99949,0.91926,0.60614;0.99937,0.9168,0.60097;0.99925,0.91434,0.5958;0.99912,0.91188,0.59063;0.999,0.90942,0.58547;0.99888,0.90696,0.5803;0.99875,0.9045,0.57513;0.99863,0.90204,0.56997;0.99851,0.89958,0.5648;0.99839,0.89712,0.55963;0.99826,0.89466,0.55446;0.99814,0.8922,0.5493;0.99802,0.88973,0.54413;0.99789,0.88727,0.53896;0.99777,0.88481,0.53379;0.99765,0.88235,0.52863;0.99752,0.87989,0.52346;0.9974,0.87743,0.51829;0.99728,0.87497,0.51313;0.99715,0.87251,0.50796;0.99703,0.87005,0.50279;0.99691,0.86759,0.49762;0.99679,0.86513,0.49246;0.99666,0.86267,0.48729;0.99654,0.86021,0.48212;0.99642,0.85775,0.47696;0.99629,0.85529,0.47179;0.99617,0.85283,0.46662;0.99608,0.84978,0.46145;0.99608,0.84498,0.45629;0.99608,0.84018,0.45112;0.99608,0.83539,0.44595;0.99608,0.83059,0.44078;0.99608,0.82579,0.43562;0.99608,0.82099,0.43045;0.99608,0.81619,0.42528;0.99608,0.8114,0.42012;0.99608,0.8066,0.41495;0.99608,0.8018,0.40978;0.99608,0.797,0.40461;0.99608,0.7922,0.39945;0.99608,0.7874,0.39428;0.99608,0.78261,0.38911;0.99608,0.77781,0.38394;0.99608,0.77301,0.37878;0.99608,0.76821,0.37361;0.99608,0.76341,0.36844;0.99608,0.75862,0.36328;0.99608,0.75382,0.35811;0.99608,0.74902,0.35294;0.99608,0.74422,0.34777;0.99608,0.73942,0.34261;0.99608,0.73463,0.33744;0.99608,0.72983,0.33227;0.99608,0.72503,0.3271;0.99608,0.72023,0.32194;0.99608,0.71543,0.31677;0.99608,0.71063,0.3116;0.99608,0.70584,0.30644;0.99608,0.70104,0.30127;0.99603,0.69633,0.2973;0.99591,0.69178,0.29533;0.99579,0.68723,0.29336;0.99566,0.68268,0.2914;0.99554,0.67812,0.28943;0.99542,0.67357,0.28746;0.99529,0.66902,0.28549;0.99517,0.66447,0.28352;0.99505,0.65992,0.28155;0.99493,0.65536,0.27958;0.9948,0.65081,0.27762;0.99468,0.64626,0.27565;0.99456,0.64171,0.27368;0.99443,0.63715,0.27171;0.99431,0.6326,0.26974;0.99419,0.62805,0.26777;0.99406,0.6235,0.26581;0.99394,0.61895,0.26384;0.99382,0.61439,0.26187;0.99369,0.60984,0.2599;0.99357,0.60529,0.25793;0.99345,0.60074,0.25596;0.99333,0.59619,0.25399;0.9932,0.59163,0.25203;0.99308,0.58708,0.25006;0.99296,0.58253,0.24809;0.99283,0.57798,0.24612;0.99271,0.57343,0.24415;0.99259,0.56887,0.24218;0.99246,0.56432,0.24022;0.99234,0.55977,0.23825;0.99222,0.55522,0.23628;0.9921,0.54907,0.23419;0.99197,0.54131,0.23197;0.99185,0.53356,0.22976;0.99173,0.52581,0.22754;0.9916,0.51806,0.22533;0.99148,0.51031,0.22311;0.99136,0.50256,0.2209;0.99123,0.49481,0.21869;0.99111,0.48706,0.21647;0.99099,0.47931,0.21426;0.99087,0.47156,0.21204;0.99074,0.46381,0.20983;0.99062,0.45606,0.20761;0.9905,0.4483,0.2054;0.99037,0.44055,0.20318;0.99025,0.4328,0.20097;0.99013,0.42505,0.19875;0.99,0.4173,0.19654;0.98988,0.40955,0.19433;0.98976,0.4018,0.19211;0.98963,0.39405,0.1899;0.98951,0.3863,0.18768;0.98939,0.37855,0.18547;0.98927,0.3708,0.18325;0.98914,0.36304,0.18104;0.98902,0.35529,0.17882;0.9889,0.34754,0.17661;0.98877,0.33979,0.17439;0.98865,0.33204,0.17218;0.98853,0.32429,0.16997;0.9884,0.31654,0.16775;0.98828,0.30879,0.16554;0.98631,0.30188,0.16363;0.98324,0.29549,0.16191;0.98016,0.28909,0.16018;0.97709,0.28269,0.15846;0.97401,0.27629,0.15674;0.97093,0.2699,0.15502;0.96786,0.2635,0.15329;0.96478,0.2571,0.15157;0.96171,0.2507,0.14985;0.95863,0.24431,0.14813;0.95556,0.23791,0.14641;0.95248,0.23151,0.14468;0.9494,0.22511,0.14296;0.94633,0.21872,0.14124;0.94325,0.21232,0.13952;0.94018,0.20592,0.13779;0.9371,0.19952,0.13607;0.93403,0.19313,0.13435;0.93095,0.18673,0.13263;0.92787,0.18033,0.1309;0.9248,0.17393,0.12918;0.92172,0.16754,0.12746;0.91865,0.16114,0.12574;0.91557,0.15474,0.12401;0.9125,0.14834,0.12229;0.90942,0.14195,0.12057;0.90634,0.13555,0.11885;0.90327,0.12915,0.11712;0.90019,0.12275,0.1154;0.89712,0.11636,0.11368;0.89404,0.10996,0.11196;0.89097,0.10356,0.11023;0.88669,0.099562,0.11073;0.88201,0.096363,0.11196;0.87734,0.093164,0.11319;0.87266,0.089965,0.11442;0.86799,0.086767,0.11565;0.86331,0.083568,0.11688;0.85864,0.080369,0.11811;0.85396,0.07717,0.11934;0.84929,0.073972,0.12057;0.84461,0.070773,0.1218;0.83994,0.067574,0.12303;0.83526,0.064375,0.12426;0.83059,0.061176,0.12549;0.82591,0.057978,0.12672;0.82124,0.054779,0.12795;0.81656,0.05158,0.12918;0.81189,0.048381,0.13041;0.80721,0.045183,0.13164;0.80254,0.041984,0.13287;0.79786,0.038785,0.1341;0.79319,0.035586,0.13533;0.78851,0.032388,0.13656;0.78384,0.029189,0.13779;0.77916,0.02599,0.13902;0.77449,0.022791,0.14025;0.76981,0.019592,0.14148;0.76514,0.016394,0.14271;0.76046,0.013195,0.14394;0.75579,0.0099962,0.14517;0.75111,0.0067974,0.14641;0.74644,0.0035986,0.14764;0.74176,0.00039985,0.14887;0.73461,0,0.14902;0.7271,0,0.14902;0.7196,0,0.14902;0.7121,0,0.14902;0.70459,0,0.14902;0.69709,0,0.14902;0.68958,0,0.14902;0.68208,0,0.14902;0.67457,0,0.14902;0.66707,0,0.14902;0.65956,0,0.14902;0.65206,0,0.14902;0.64455,0,0.14902;0.63705,0,0.14902;0.62954,0,0.14902;0.62204,0,0.14902;0.61453,0,0.14902;0.60703,0,0.14902;0.59952,0,0.14902;0.59202,0,0.14902;0.58451,0,0.14902;0.57701,0,0.14902;0.5695,0,0.14902;0.562,0,0.14902;0.55449,0,0.14902;0.54699,0,0.14902;0.53948,0,0.14902;0.53198,0,0.14902;0.52448,0,0.14902;0.51697,0,0.14902;0.50947,0,0.14902;0.50196,0,0.14902];
case 'GMT_seis'
map=[0.67251,0,0;0.68418,0,0;0.69586,0,0;0.70754,0,0;0.71922,0,0;0.73089,0,0;0.74257,0,0;0.75425,0,0;0.76593,0,0;0.77761,0,0;0.78928,0,0;0.80096,0,0;0.81264,0,0;0.82432,0,0;0.836,0,0;0.84767,0,0;0.85935,0,0;0.87103,0,0;0.88271,0,0;0.89438,0,0;0.90606,0,0;0.91774,0,0;0.92942,0,0;0.9411,0,0;0.95278,0,0;0.96445,0,0;0.97613,0,0;0.98781,0,0;0.99949,0,0;1,0.011214,0;1,0.022945,0;1,0.034675,0;1,0.046406,0;1,0.058136,0;1,0.069867,0;1,0.081597,0;1,0.093328,0;1,0.10506,0;1,0.11679,0;1,0.12852,0;1,0.14025,0;1,0.15198,0;1,0.16371,0;1,0.17544,0;1,0.18717,0;1,0.1989,0;1,0.21063,0;1,0.22236,0;1,0.23409,0;1,0.24582,0;1,0.25755,0;1,0.26928,0;1,0.28102,0;1,0.29275,0;1,0.30448,0;1,0.31621,0;1,0.32794,0;1,0.33967,0;1,0.3514,0;1,0.36313,0;1,0.37486,0;1,0.38659,0;1,0.39832,0;1,0.41005,0;1,0.42178,0;1,0.43351,0;1,0.44524,0;1,0.45697,0;1,0.4687,0;1,0.48043,0;1,0.49216,0;1,0.50389,0;1,0.51563,0;1,0.52736,0;1,0.53909,0;1,0.55082,0;1,0.56255,0;1,0.57428,0;1,0.58601,0;1,0.59774,0;1,0.60947,0;1,0.6212,0;1,0.63293,0;1,0.64466,0;1,0.65639,0;1,0.66812,0;1,0.67985,0;1,0.69158,0;1,0.70331,0;1,0.71504,0;1,0.72677,0;1,0.7385,0;1,0.75023,0;1,0.76197,0;1,0.7737,0;1,0.78543,0;1,0.79716,0;1,0.80889,0;1,0.82062,0;1,0.83235,0;1,0.84408,0;1,0.85581,0;1,0.86754,0;1,0.87927,0;1,0.891,0;1,0.90273,0;1,0.91446,0;1,0.92619,0;1,0.93792,0;1,0.94965,0;1,0.96138,0;1,0.97311,0;1,0.98484,0;1,0.99657,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;1,1,0;0.99335,1,0.001209;0.97058,1,0.005349;0.94781,1,0.009489;0.92504,1,0.013629;0.90227,1,0.01777;0.8795,1,0.02191;0.85672,1,0.02605;0.83395,1,0.03019;0.81118,1,0.03433;0.78841,1,0.03847;0.76564,1,0.042611;0.74287,1,0.046751;0.7201,1,0.050891;0.69733,1,0.055031;0.67456,1,0.059171;0.65179,1,0.063311;0.62902,1,0.067452;0.60625,1,0.071592;0.58347,1,0.075732;0.5607,1,0.079872;0.53793,1,0.084012;0.51516,1,0.088152;0.49239,1,0.092293;0.46962,1,0.096433;0.44685,1,0.10057;0.42408,1,0.10471;0.40131,1,0.10885;0.37854,1,0.11299;0.35576,1,0.11713;0.34206,0.99819,0.12732;0.32964,0.99612,0.13836;0.31722,0.99405,0.1494;0.3048,0.99198,0.16044;0.29238,0.98991,0.17148;0.27996,0.98784,0.18252;0.26754,0.98577,0.19356;0.25512,0.9837,0.2046;0.2427,0.98163,0.21564;0.23028,0.97956,0.22668;0.21786,0.97749,0.23772;0.20544,0.97542,0.24876;0.19301,0.97335,0.2598;0.18059,0.97128,0.27084;0.16817,0.9692,0.28188;0.15575,0.96713,0.29292;0.14333,0.96506,0.30397;0.13091,0.963,0.31501;0.11849,0.96093,0.32605;0.10607,0.95886,0.33709;0.093651,0.95678,0.34813;0.08123,0.95471,0.35917;0.06881,0.95264,0.37021;0.056389,0.95057,0.38125;0.043969,0.94851,0.39229;0.031548,0.94643,0.40333;0.019128,0.94436,0.41437;0.006707,0.94229,0.42541;0,0.93102,0.44058;0,0.90894,0.46059;0,0.88686,0.4806;0,0.86478,0.50061;0,0.8427,0.52062;0,0.82061,0.54063;0,0.79853,0.56064;0,0.77645,0.58065;0,0.75437,0.60066;0,0.73229,0.62067;0,0.71021,0.64069;0,0.68813,0.6607;0,0.66605,0.68071;0,0.64397,0.70072;0,0.62189,0.72073;0,0.59981,0.74074;0,0.57773,0.76075;0,0.55564,0.78076;0,0.53356,0.80077;0,0.51148,0.82078;0,0.4894,0.84079;0,0.46732,0.86081;0,0.44524,0.88082;0,0.42316,0.90083;0,0.40108,0.92084;0,0.379,0.94085;0,0.35692,0.96086;0,0.33483,0.98087;0,0.31324,0.9997;0,0.30225,0.99283;0,0.29126,0.98596;0,0.28027,0.97909;0,0.26928,0.97222;0,0.25829,0.96535;0,0.2473,0.95848;0,0.2363,0.95161;0,0.22531,0.94474;0,0.21432,0.93787;0,0.20333,0.931;0,0.19234,0.92414;0,0.18135,0.91727;0,0.17036,0.9104;0,0.15937,0.90353;0,0.14838,0.89666;0,0.13739,0.88979;0,0.1264,0.88292;0,0.1154,0.87605;0,0.10441,0.86918;0,0.093423,0.86231;0,0.082432,0.85544;0,0.071441,0.84857;0,0.06045,0.8417;0,0.049459,0.83483;0,0.038468,0.82796;0,0.027477,0.8211;0,0.016486,0.81423;0,0.005495,0.80736];
otherwise
error('无匹配的颜色图')
end
else
map = ["viridis", "plasma", "inferno", "magma","Greys", "Purples", "Blues", "Greens", "Oranges", "Reds","YlOrBr", "YlOrRd", "OrRd", "PuRd", "RdPu", "BuPu","GnBu", "PuBu", "YlGnBu", "PuBuGn", "BuGn", "YlGn","binary", "gist_yarg", "gist_gray", "gray", "bone", "pink","spring", "summer", "autumn", "winter", "cool", "Wistia","hot", "afmhot", "gist_heat", "copper","PiYG", "PRGn", "BrBG", "PuOr", "RdGy", "RdBu","RdYlBu", "RdYlGn", "Spectral", "coolwarm", "bwr", "seismic","Pastel1", "Pastel2", "Paired", "Accent","Dark2", "Set1", "Set2", "Set3","tab10", "tab20", "tab20b", "tab20c","flag", "prism", "ocean", "gist_earth", "terrain", "gist_stern","gnuplot", "gnuplot2", "CMRmap", "cubehelix", "brg", "hsv","gist_rainbow", "rainbow", "jet", "nipy_spectral", "gist_ncar", "GMT_seis"];
end
end
% close