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

vessel.gnuplot (504B)


      1 #!/usr/bin/gnuplot -c -d
      2 
      3 set terminal svg size 1920/4,1080/4 dynamic
      4 set hidden3d back offset 0 trianglepattern 3 undefined 1 altdiagonal bentover
      5 load 'gnuplot/rdbu.gnuplot'
      6 set view equal xyz
      7 set view ,,4
      8 #set object 1 rectangle from screen -0.1,-0.1 to screen 1.1,1.1 fillcolor rgb "#f0f0f0" behind
      9 unset key
     10 unset title
     11 unset border
     12 unset xtics
     13 unset ytics
     14 unset ztics
     15 set pm3d  
     16 set style data pm3d
     17 unset colorbox
     18 set output ARG2
     19 splot ARG1
     20 #splot 'Aurora.vsl.gnuplot' with lines lw 0.1 lc 'black'