1 # enhanced gnuplot defaults
 
   3 #set terminal pngcairo enhanced font "Arial,10" fontscale 1.0 size 750,450; set zeroaxis;;
 
   4 set terminal pngcairo enhanced font "Arial,10" fontscale 1.0 size 1200,800; set zeroaxis;;
 
   6 set style line 1 lc rgb '#dc143c' pt 1 ps 1 lt 1 lw 2 # --- red
 
   7 set style line 2 lc rgb '#6495ed' pt 6 ps 1 lt 1 lw 2 # --- blue
 
   8 set style line 3 lc rgb '#228b22' pt 6 ps 1 lt 1 lw 2 # --- green
 
  11 set style line 11 lc rgb '#808080' lt 1
 
  12 set border 3 back ls 11
 
  16 set style line 12 lc rgb '#808080' lt 0 lw 1
 
  20 set xtics border out scale 1,0.5 nomirror rotate by -45 autojustify
 
  23 set datafile separator ","
 
  25 #set output 'large_flow.png'
 
  26 set output 'flows.png'
 
  28                 'large_flow.dehexed.csv' using 7:xtic(1) title 'IPID large flow' ls 1, \
 
  29                 'small_flow.dehexed.csv' using 7:xtic(1) title 'IPID small flow' ls 2