forked from Gnuplotting/gnuplot-palettes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ylgnbu.pal
25 lines (23 loc) · 844 Bytes
/
ylgnbu.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 YlGnBu
# for use with sequential data
# provides 8 yellow-green-blue colors of increasing saturation
# compatible with gnuplot >=4.2
# author: Anna Schneider
# line styles
set style line 1 lt 1 lc rgb '#FFFFD9' # very light yellow-green-blue
set style line 2 lt 1 lc rgb '#EDF8B1' #
set style line 3 lt 1 lc rgb '#C7E9B4' #
set style line 4 lt 1 lc rgb '#7FCDBB' # light yellow-green-blue
set style line 5 lt 1 lc rgb '#41B6C4' #
set style line 6 lt 1 lc rgb '#1D91C0' # medium yellow-green-blue
set style line 7 lt 1 lc rgb '#225EA8' #
set style line 8 lt 1 lc rgb '#0C2C84' # dark yellow-green-blue
# palette
set palette defined ( 0 '#FFFFD9',\
1 '#EDF8B1',\
2 '#C7E9B4',\
3 '#7FCDBB',\
4 '#41B6C4',\
5 '#1D91C0',\
6 '#225EA8',\
7 '#0C2C84' )