iccsa-19-vessel

Vessel: Efficient Plain Text File Format for Ship Hull Geometry
git clone https://git.igankevich.com/iccsa-19-vessel.git
Log | Files | Refs

rdbu.gnuplot (788B)


      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 '#B2182B',\
     19     	    	      1 '#D6604D',\
     20 		      2 '#F4A582',\
     21 		      3 '#FDDBC7',\
     22 		      4 '#D1E5F0',\
     23 		      5 '#92C5DE',\
     24 		      6 '#4393C3',\
     25 7 '#2166AC' )