set title "Data"
set datafile separator ","
-set output 'large_flow.png'
+set output 'large_flow_01.png'
plot \
- 'large_flow.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1
+ 'large_flow_01.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_01.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+set output 'large_flow_02.png'
+plot \
+ 'large_flow_02.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_02.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_03.png'
+plot \
+ 'large_flow_03.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_03.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_04.png'
+plot \
+ 'large_flow_04.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_04.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_05.png'
+plot \
+ 'large_flow_05.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_05.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_06.png'
+plot \
+ 'large_flow_06.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_06.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_07.png'
+plot \
+ 'large_flow_07.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_07.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_08.png'
+plot \
+ 'large_flow_08.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_08.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_09.png'
+plot \
+ 'large_flow_09.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_09.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_10.png'
+plot \
+ 'large_flow_10.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_10.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_11.png'
+plot \
+ 'large_flow_11.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_11.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_12.png'
+plot \
+ 'large_flow_12.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_12.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2
+
+set output 'large_flow_13.png'
+plot \
+ 'large_flow_13.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1, \
+ 'large_flow_13.dehexed.csv' using 9:xtic(1) title 'Dest port' ls 2