#set terminal png transparent nocrop enhanced font arial 8 size 420,320 #set terminal png nocrop enhanced font arial 8 size 420,320 set terminal svg fixed set output 'hist.svg' set boxwidth 0.6 absolute set style fill solid 1.00 border -1 #set style histogram clustered gap 1 title offset character 0, 0, 0 #set datafile missing '-' #set style data histograms #set xtics border in scale 1, 0.1 nomirror rotate by 45 offset character 0, 0, 0 #set xtics border in scale 1, 0.5 nomirror #set style fill solid 1.00 border -1 #set style histogram cluster gap 0.1 #set xtics 1000 nomirror #set ytics 100 nomirror set nokey set xtics ("Baseline" 0, "Load w. RSS" 1, "Load w. RSS removed" 2) #set title "Effects of RSS reservation by measuring TCP transactions\nStandard Setup vs When RSS traffic was removed from CPU0" set ylabel "TCP Transaction Performance on CPU0" #set xlabel "Reservation Setup" set yrange [0:40000] #set yrange [ 0 : 50000 ] noreverse nowriteback plot'hist.dat' using 2 with boxes;