try second-largest flow
[pub/jan/netsec2.git] / exercise2 / task2 / plot_features
index eb1cb92c4c061ea93ebc5fa518e624e67f2f75b8..7fe95a4f67806c2012f92f73fe78d8d9b2df4c08 100644 (file)
@@ -22,7 +22,9 @@ set xtics border out scale 1,0.5 nomirror rotate by -45 autojustify
 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