forked from Gnuplotting/gnuplot-palettes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ylorrd.pal
25 lines (23 loc) · 844 Bytes
/
ylorrd.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 YlOrRd
# for use with sequential data
# provides 8 yellow-orange-red colors of increasing saturation
# compatible with gnuplot >=4.2
# author: Anna Schneider
# line styles
set style line 1 lt 1 lc rgb '#FFFFCC' # very light yellow-orange-red
set style line 2 lt 1 lc rgb '#FFEDA0' #
set style line 3 lt 1 lc rgb '#FED976' # light yellow-orange-red
set style line 4 lt 1 lc rgb '#FEB24C' #
set style line 5 lt 1 lc rgb '#FD8D3C' #
set style line 6 lt 1 lc rgb '#FC4E2A' # medium yellow-orange-red
set style line 7 lt 1 lc rgb '#E31A1C' #
set style line 8 lt 1 lc rgb '#B10026' # dark yellow-orange-red
# palette
set palette defined ( 0 '#FFFFCC',\
1 '#FFEDA0',\
2 '#FED976',\
3 '#FEB24C',\
4 '#FD8D3C',\
5 '#FC4E2A',\
6 '#E31A1C',\
7 '#B10026' )