iccsa-20-wind

Virtual Testbed: Simulation of Air Flow Around Ship Hull and Its Effect on Ship Motions
git clone https://git.igankevich.com/iccsa-20-wind.git
Log | Files | Refs

rdbu.pal (786B)


      1 # line styles for ColorBrewer RdBu
      2 # for use with divering data
      3 # provides 8 colors with red low, white middle, and blue high
      4 # compatible with gnuplot >=4.2
      5 # author: Anna Schneider
      6 
      7 # line styles
      8 set style line 1 lt 1 lc rgb '#B2182B' # red
      9 set style line 2 lt 1 lc rgb '#D6604D' # red-orange
     10 set style line 3 lt 1 lc rgb '#F4A582' # 
     11 set style line 4 lt 1 lc rgb '#FDDBC7' # pale orange
     12 set style line 5 lt 1 lc rgb '#D1E5F0' # pale blue
     13 set style line 6 lt 1 lc rgb '#92C5DE' # 
     14 set style line 7 lt 1 lc rgb '#4393C3' # medium blue
     15 set style line 8 lt 1 lc rgb '#2166AC' # dark blue
     16 
     17 # palette
     18 set palette defined (0 '#2166AC',\
     19         1 '#4393C3',\
     20         2 '#92C5DE',\
     21         3 '#D1E5F0',\
     22         4 '#FDDBC7',\
     23         5 '#F4A582',\
     24         6 '#D6604D',\
     25         7 '#B2182B')