]> git.somenet.org - pub/jan/netsec2.git/blob - exercise2/task2/plot_features
GITOLITE.txt
[pub/jan/netsec2.git] / exercise2 / task2 / plot_features
1 # enhanced gnuplot defaults
2
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;;
5 # linestyles
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
9
10 # background
11 set style line 11 lc rgb '#808080' lt 1
12 set border 3 back ls 11
13 set tics nomirror
14
15 # grid
16 set style line 12 lc rgb '#808080' lt 0 lw 1
17 set grid back ls 12
18
19 set style data lines
20 set xtics border out scale 1,0.5 nomirror rotate by -45 autojustify
21 # tu wien studi data
22 set title "Data"
23 set datafile separator ","
24
25 set output 'large_flow_01.png'
26 plot \
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
29
30 set output 'large_flow_02.png'
31 plot \
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
34
35 set output 'large_flow_03.png'
36 plot \
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
39
40 set output 'large_flow_04.png'
41 plot \
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
44
45 set output 'large_flow_05.png'
46 plot \
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
49
50 set output 'large_flow_06.png'
51 plot \
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
54
55 set output 'large_flow_07.png'
56 plot \
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
59
60 set output 'large_flow_08.png'
61 plot \
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
64
65 set output 'large_flow_09.png'
66 plot \
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
69
70 set output 'large_flow_10.png'
71 plot \
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
74
75 set output 'large_flow_11.png'
76 plot \
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
79
80 set output 'large_flow_12.png'
81 plot \
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
84
85 set output 'large_flow_13.png'
86 plot \
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