forked from Gnuplotting/gnuplot-palettes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gnbu.pal
25 lines (23 loc) · 807 Bytes
/
gnbu.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 GnBu
# for use with sequential data
# provides 8 green-blue colors of increasing saturation
# compatible with gnuplot >=4.2
# author: Anna Schneider
# line styles
set style line 1 lt 1 lc rgb '#F7FCF0' # very light green-blue
set style line 2 lt 1 lc rgb '#E0F3DB' #
set style line 3 lt 1 lc rgb '#CCEBC5' #
set style line 4 lt 1 lc rgb '#A8DDB5' # light green-blue
set style line 5 lt 1 lc rgb '#7BCCC4' #
set style line 6 lt 1 lc rgb '#4EB3D3' # medium green-blue
set style line 7 lt 1 lc rgb '#2B8CBE' #
set style line 8 lt 1 lc rgb '#08589E' # dark green-blue
# palette
set palette defined ( 0 '#F7FCF0',\
1 '#E0F3DB',\
2 '#CCEBC5',\
3 '#A8DDB5',\
4 '#7BCCC4',\
5 '#4EB3D3',\
6 '#2B8CBE',\
7 '#08589E' )