BlueSeq.plt (707B)
1 # line styles for ColorBrewer Blues 2 # for use with sequential data 3 # provides 8 blue colors of increasing saturation 4 # compatible with gnuplot >=4.2 5 # derived from Anna Schneider 6 7 # line styles 8 9 set style line 1 lc rgb '#084594' # dark blue 10 set style line 2 lc rgb '#2171B5' # 11 set style line 3 lc rgb '#4292C6' # medium blue 12 set style line 4 lc rgb '#6BAED6' # 13 set style line 5 lc rgb '#9ECAE1' # light blue 14 set style line 6 lc rgb '#C6DBEF' # 15 set style line 7 lc rgb '#DEEBF7' # 16 set style line 8 lc rgb '#F7FBFF' # very light blue 17 18 # palette 19 set palette defined ( 0 '#084594',\ 20 1 '#2171B5',\ 21 2 '#4292C6',\ 22 3 '#6BAED6',\ 23 4 '#9ECAE1',\ 24 5 '#C6DBEF',\ 25 6 '#DEEBF7',\ 26 7 '#F7FBFF')