Mercurial > hg > Papers > 2014 > toma-master
view paper/benchmark/read/read.plt @ 70:0b1a059c49fa
fix
author | kono |
---|---|
date | Thu, 13 Feb 2014 12:08:24 +0900 |
parents | 17676e245515 |
children |
line wrap: on
line source
set terminal postscript eps set output "read.eps" set xrange [1:12] set xlabel "number of cpus" set ylabel "speedup" plot "read.dat" using 1:2 with lines linewidth 1 linecolor rgbcolor "red" title "jungle read", "linear.dat" using 1:2 with lines linewidth 1 linecolor rgbcolor "blue" title "linear"