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

sections.gnuplot (574B)


      1 #!/usr/bin/gnuplot -d
      2 
      3 set terminal svg size 1920/4,1080/10 dynamic round font 'Times, 10' lw 0.5
      4 load 'gnuplot/style.gnuplot'
      5 set size ratio -1
      6 unset border
      7 unset xtics
      8 unset ytics
      9 set key center bottom reverse Left outside maxrows 1
     10 #set style fill pattern border lc '#404040'
     11 
     12 set output 'build/sections.svg'
     13 plot \
     14 	'gnuplot/sections.dat' index 0 using 1:3 with filledcurve closed fs pattern 1 ls 1 title 'aft', \
     15 	'' index 2 using 1:3 with filledcurve closed fs pattern 4 ls 3 title 'main', \
     16 	'' index 1 using 1:3 with filledcurve closed fs pattern 2 ls 2 title 'bow'