# enhanced gnuplot defaults

#set terminal pngcairo enhanced font "Arial,10" fontscale 1.0 size 750,450; set zeroaxis;;
set terminal pngcairo enhanced font "Arial,10" fontscale 1.0 size 1200,800; set zeroaxis;;
# linestyles
set style line 1 lc rgb '#dc143c' pt 1 ps 1 lt 1 lw 2 # --- red
set style line 2 lc rgb '#6495ed' pt 6 ps 1 lt 1 lw 2 # --- blue
set style line 3 lc rgb '#228b22' pt 6 ps 1 lt 1 lw 2 # --- green

# background
set style line 11 lc rgb '#808080' lt 1
set border 3 back ls 11
set tics nomirror

# grid
set style line 12 lc rgb '#808080' lt 0 lw 1
set grid back ls 12

set style data lines
set xtics border out scale 1,0.5 nomirror rotate by -45 autojustify
# tu wien studi data
set title "Data"
set datafile separator ","

set output 'large_flow_01.png'
plot \
		'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