set title "Data"
set datafile separator ","
-set output 'large_flow.png'
+#set output 'large_flow.png'
+set output 'flows.png'
plot \
- 'large_flow.dehexed.csv' using 7:xtic(1) title 'IPID' ls 1
+ 'large_flow.dehexed.csv' using 7:xtic(1) title 'IPID large flow' ls 1, \
+ 'small_flow.dehexed.csv' using 7:xtic(1) title 'IPID small flow' ls 2