arma-thesis

Simulation modelling of irregular waves for marine object dynamics programmes
git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

quantile.gnuplot (472B)


      1 #!/usr/bin/gnuplot -persist
      2 
      3 set xlabel 'Expected' offset 0,0.5 font 'Old Standard, 12'
      4 set ylabel 'Estimated' offset 1.5,0 font 'Old Standard, 12'
      5 
      6 unset key
      7 
      8 set style line 1 lt 1 lc rgb "#202D9F" lw 2 pt 6
      9 set style line 2 lt 1 lc rgb "#404040" lw 2 
     10 
     11 set terminal outext size sx,sy font 'Old Standard, 12'
     12 
     13 set output infile . '.' . outext
     14 #set size ratio -1
     15 set label labelText at graph 0.1,0.9 font 'Old Standard, 12'
     16 plot infile with points ls 1, x with lines ls 2