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_01.png'
27 'large_flow_01.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
28 'large_flow_01.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
30 set output 'large_flow_02.png'
32 'large_flow_02.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
33 'large_flow_02.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
35 set output 'large_flow_03.png'
37 'large_flow_03.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
38 'large_flow_03.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
40 set output 'large_flow_04.png'
42 'large_flow_04.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
43 'large_flow_04.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
45 set output 'large_flow_05.png'
47 'large_flow_05.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
48 'large_flow_05.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
50 set output 'large_flow_06.png'
52 'large_flow_06.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
53 'large_flow_06.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
55 set output 'large_flow_07.png'
57 'large_flow_07.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
58 'large_flow_07.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
60 set output 'large_flow_08.png'
62 'large_flow_08.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
63 'large_flow_08.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
65 set output 'large_flow_09.png'
67 'large_flow_09.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
68 'large_flow_09.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
70 set output 'large_flow_10.png'
72 'large_flow_10.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
73 'large_flow_10.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
75 set output 'large_flow_11.png'
77 'large_flow_11.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
78 'large_flow_11.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
80 set output 'large_flow_12.png'
82 'large_flow_12.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
83 'large_flow_12.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
85 set output 'large_flow_13.png'
87 'large_flow_13.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
88 'large_flow_13.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2