forked from Gnuplotting/gnuplot-palettes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rdbu.pal
25 lines (23 loc) · 796 Bytes
/
rdbu.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 RdBu
# for use with divering data
# provides 8 colors with red low, white middle, and blue high
# compatible with gnuplot >=4.2
# author: Anna Schneider
# line styles
set style line 1 lt 1 lc rgb '#B2182B' # red
set style line 2 lt 1 lc rgb '#D6604D' # red-orange
set style line 3 lt 1 lc rgb '#F4A582' #
set style line 4 lt 1 lc rgb '#FDDBC7' # pale orange
set style line 5 lt 1 lc rgb '#D1E5F0' # pale blue
set style line 6 lt 1 lc rgb '#92C5DE' #
set style line 7 lt 1 lc rgb '#4393C3' # medium blue
set style line 8 lt 1 lc rgb '#2166AC' # dark blue
# palette
set palette defined ( 0 '#B2182B',\
1 '#D6604D',\
2 '#F4A582',\
3 '#FDDBC7',\
4 '#D1E5F0',\
5 '#92C5DE',\
6 '#4393C3',\
7 '#2166AC' )