# Run using: gnuplot draw-overhead-for-kpps.gnu set autoscale unset log unset label #unset key set key right center set term pdf set output 'overhead-for-kpps.pdf' set datafile separator ',' set xlabel 'Kilopackets per Second (kpps)' set ylabel 'Running Time Overhead (seconds)' set title 'Overhead for Different Traffic Rates' set yrange [0:150] plot 'memwalk-overhead-for-kpps.csv' with linespoints title 'memwalk', \ 'transcode-overhead-for-kpps.csv' with linespoints title 'transcode'