Mercurial > hg > Papers > 2014 > toma-master
annotate paper/benchmark/write/write.plt @ 83:9c261a9dea38 default tip
Fixed spell miss
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 05 Mar 2014 19:53:55 +0900 |
parents | 17676e245515 |
children |
rev | line source |
---|---|
13 | 1 set terminal postscript eps |
2 set output "write.eps" | |
3 | |
4 set xrange [1:12] | |
5 set xlabel "number of cpus" | |
6 set ylabel "speedup" | |
7 | |
8 plot "write.dat" using 1:2 with lines linewidth 1 linecolor rgbcolor "red" title "jungle write", "linear.dat" using 1:2 with lines linewidth 1 linecolor rgbcolor "blue" title "linear" |