-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathpuor.pal
More file actions
25 lines (23 loc) · 818 Bytes
/
puor.pal
File metadata and controls
25 lines (23 loc) · 818 Bytes
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 PuOr
# for use with divering data
# provides 8 colors with orange low, white middle, and purple high
# compatible with gnuplot >=4.2
# author: Anna Schneider
# line styles
set style line 1 lt 1 lc rgb '#B35806' # dark orange
set style line 2 lt 1 lc rgb '#E08214' # medium orange
set style line 3 lt 1 lc rgb '#FDB863' #
set style line 4 lt 1 lc rgb '#FEE0B6' # pale orange
set style line 5 lt 1 lc rgb '#D8DAEB' # pale purple
set style line 6 lt 1 lc rgb '#B2ABD2' #
set style line 7 lt 1 lc rgb '#8073AC' # medium purple
set style line 8 lt 1 lc rgb '#542788' # dark purple
# palette
set palette defined ( 0 '#B35806',\
1 '#E08214',\
2 '#FDB863',\
3 '#FEE0B6',\
4 '#D8DAEB',\
5 '#B2ABD2',\
6 '#8073AC',\
7 '#542788' )