set output '| ps2pdf -dEPSCrop - data/size-big.pdf' set terminal postscript color eps size 2.8,1.7 enhanced "Times-Roman" 14 set pointsize 1.1 set rmargin 3 set lmargin 10 #set nokey set xtic format "%.0fGB" set xlabel "Cache size" font "Times-Roman,16" set ylabel "Peak requests/sec" font "Times-Roman,16" set yrange [0:800] dbpeak = `awk '{print $6}' < data/bigdb-stock | sort -nr | head -n1` #set logscale x 2 plot \ "data/bigdb-txcache-size-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 # # "data/bigdb-memcached-size-peaks" \ # # title "No consistency" with linespoints lt 3 pt 5 lc rgb "#006400" lw 6,\