Mercurial > hg > Papers > 2014 > nobuyasu-master
diff paper/gnuplot/makegraph_distributed_write.sh @ 49:7b595f4b341e
modified chapter3.txt
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 31 Jan 2014 11:19:32 +0900 |
parents | c63aaa629330 |
children | 9c48096c2348 |
line wrap: on
line diff
--- a/paper/gnuplot/makegraph_distributed_write.sh Fri Jan 31 09:31:57 2014 +0900 +++ b/paper/gnuplot/makegraph_distributed_write.sh Fri Jan 31 11:19:32 2014 +0900 @@ -6,5 +6,5 @@ set xrange[8:32] set xlabel 'number of nodes' set ylabel 'time(sec)' -plot 'write_jungle_errorbar.dat' using 1:2:3 title 'Jungle' lt rgb "blue" with errorbars, 'distributed_write_cassandra_quorum.dat' title "Cassandra Consistency Level Quorum" lt rgb "red" with linespoints,'distributed_write_cassandra_one.dat' title "Cassandra Consistency Level ONE" lt rgb "dark-red" with linespoints +plot 'write_jungle_errorbar.dat' using 1:2:3 title 'Jungle' lt rgb "blue" with errorbars, 'write_cassandra_quorum_errorbar.dat' using 1:2:3 title "Cassandra Consistency Level Quorum" lt rgb "red" with errorbars EOF