forked from Gnuplotting/gnuplot-palettes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
parula.pal
34 lines (31 loc) · 1.16 KB
/
parula.pal
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
# Colormap similar to Matlab parula, see:
# http://www.mathworks.de/products/matlab/matlab-graphics/#new_look_for_matlab_graphics
# line styles
set style line 1 lt 1 lc rgb '#352a87' # blue
set style line 2 lt 1 lc rgb '#0f5cdd' # blue
set style line 3 lt 1 lc rgb '#1481d6' # blue
set style line 4 lt 1 lc rgb '#06a4ca' # cyan
set style line 5 lt 1 lc rgb '#2eb7a4' # green
set style line 6 lt 1 lc rgb '#87bf77' # green
set style line 7 lt 1 lc rgb '#d1bb59' # orange
set style line 8 lt 1 lc rgb '#fec832' # orange
set style line 9 lt 1 lc rgb '#f9fb0e' # yellow
# New default Matlab line colors, introduced together with parula (2014b)
set style line 11 lt 1 lc rgb '#0072bd' # blue
set style line 12 lt 1 lc rgb '#d95319' # orange
set style line 13 lt 1 lc rgb '#edb120' # yellow
set style line 14 lt 1 lc rgb '#7e2f8e' # purple
set style line 15 lt 1 lc rgb '#77ac30' # green
set style line 16 lt 1 lc rgb '#4dbeee' # light-blue
set style line 17 lt 1 lc rgb '#a2142f' # red
# palette
set palette defined (\
0 '#352a87',\
1 '#0363e1',\
2 '#1485d4',\
3 '#06a7c6',\
4 '#38b99e',\
5 '#92bf73',\
6 '#d9ba56',\
7 '#fcce2e',\
8 '#f9fb0e')