forked from Gnuplotting/gnuplot-palettes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
chromajs.pal
27 lines (25 loc) · 947 Bytes
/
chromajs.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
# line styles for chromajs
# see:
# http://gka.github.io/palettes/#colors=lightyellow,orangered,deeppink,darkred|steps=7|bez=1|coL=1
# https://vis4.net/blog/posts/mastering-multi-hued-color-scales/
# line styles
set style line 1 lt 1 lc rgb '#ffffe0' # light yellow
set style line 2 lt 1 lc rgb '#ffdfb8' #
set style line 3 lt 1 lc rgb '#ffbc94' # light orange
set style line 4 lt 1 lc rgb '#ff9777' #
set style line 5 lt 1 lc rgb '#ff6962' # light red
set style line 6 lt 1 lc rgb '#ee4256' #
set style line 7 lt 1 lc rgb '#d21f47' # red
set style line 8 lt 1 lc rgb '#b0062c' #
set style line 9 lt 1 lc rgb '#8b0000' # dark red
# palette
set palette maxcolors 9
set palette defined ( 0 '#ffffe0',\
1 '#ffdfb8',\
2 '#ffbc94',\
3 '#ff9777',\
4 '#ff6962',\
5 '#ee4256',\
6 '#d21f47',\
7 '#b0062c',\
8 '#8b0000')