view paper/benchmark/read7.8/read.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 7403d5ee2c92
children
line wrap: on
line source

set terminal postscript eps
set output "read.eps"

set xrange [1:24]
set xlabel "number of cpus"
set ylabel "speedup"

plot "read.dat" using 1:2 with linespoint linewidth 2 linecolor rgbcolor "red" title "read", "read_with_qa.dat" using 1:2 with linespoint linewidth 2 linecolor rgbcolor "navy" title "read with affinity", "linear.dat" using 1:2 with lines linewidth 2 linecolor rgbcolor "black" title "linear"