comparison paper/gnuplot/makegraph_distributed_read.sh @ 84:30c746568ef6

Change graph colors
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Mon, 03 Feb 2014 12:44:10 +0900
parents 9c48096c2348
children
comparison
equal deleted inserted replaced
83:9c48096c2348 84:30c746568ef6
4 set output 'distributed_read_bench.svg' 4 set output 'distributed_read_bench.svg'
5 set title 'distributed read benchmark (Requests : clients * 50,000)' 5 set title 'distributed read benchmark (Requests : clients * 50,000)'
6 set xrange[8:32] 6 set xrange[8:32]
7 set xlabel 'number of nodes and clients' 7 set xlabel 'number of nodes and clients'
8 set ylabel 'time(sec)' 8 set ylabel 'time(sec)'
9 plot 'read_jungle_errorbar.dat' using 1:2:3 title 'Jungle' lt rgb "blue" with errorbars, 'read_cassandra_quorum_errorbar.dat' using 1:2:3 title "Cassandra Consistency Level Quorum" lt rgb "red" with errorbars 9 plot 'read_jungle_errorbar.dat' using 1:2:3 title 'Jungle' lt rgb "navy" with errorbars, 'read_cassandra_quorum_errorbar.dat' using 1:2:3 title "Cassandra Consistency Level Quorum" lt rgb "light-red" with errorbars
10 EOF 10 EOF