set output '| ps2pdf -dEPSCrop - data/freshness-big.pdf' set terminal postscript color eps size 2.8,1.5 enhanced "AGaramondPro-Regular" 14 set pointsize 1.2 set rmargin 3 set lmargin 10 #set log x #set nokey set xlabel "Staleness limit in seconds" font "AGaramondPro-Regular,16" set ylabel "Peak requests/sec" font "AGaramondPro-Regular,16" set yrange [0:800] dbpeak = `awk '{print $6}' < data/bigdb-stock | sort -nr | head -n1` plot [x = 1:*] \ "data/bigdb-txcache-freshness-peaks" \ title "TxCache" with linespoints lt 1 pt 7 lc 3 lw 3, \ dbpeak title "No caching (baseline)" \ with line lt 2 lc 1 lw 6