forked from Gnuplotting/gnuplot-palettes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpurd.pal
25 lines (23 loc) · 807 Bytes
/
purd.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
# line styles for ColorBrewer PuRd
# for use with sequential data
# provides 8 purple-red colors of increasing saturation
# compatible with gnuplot >=4.2
# author: Anna Schneider
# line styles
set style line 1 lt 1 lc rgb '#F7F4F9' # very light purple-red
set style line 2 lt 1 lc rgb '#E7E1EF' #
set style line 3 lt 1 lc rgb '#D4B9DA' #
set style line 4 lt 1 lc rgb '#C994C7' # light purple-red
set style line 5 lt 1 lc rgb '#DF65B0' #
set style line 6 lt 1 lc rgb '#E7298A' # medium purple-red
set style line 7 lt 1 lc rgb '#CE1256' #
set style line 8 lt 1 lc rgb '#91003F' # dark purple-red
# palette
set palette defined ( 0 '#F7F4F9',\
1 '#E7E1EF',\
2 '#D4B9DA',\
3 '#C994C7',\
4 '#DF65B0',\
5 '#E7298A',\
6 '#CE1256',\
7 '#91003F' )