diff paper/gnuplot/distributed/makegraph_distributed_write.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 f099e7314921
line wrap: on
line diff
--- a/paper/gnuplot/distributed/makegraph_distributed_write.sh	Mon Feb 03 12:29:34 2014 +0900
+++ b/paper/gnuplot/distributed/makegraph_distributed_write.sh	Mon Feb 03 12:44:10 2014 +0900
@@ -6,5 +6,5 @@
 set xrange[8:32]
 set xlabel 'number of clients and server nodes'
 set ylabel 'time(sec)'
-plot 'distributed_write_jungle.dat' using 1:2:3 title 'Jungle' lt rgb "blue" lw 5 with errorbars, 'distributed_write_cassandra.dat' using 1:2:3 title "Cassandra Consistency Level QUORUM" lt rgb "dark-green" lw 5 with errorbars, 'distributed_write_cassandra_one.dat' using 1:2:3 title "Cassandra Consistency Level ONE" lt rgb "red" lw 5 with errorbars,
+plot 'distributed_write_jungle.dat' using 1:2:3 title 'Jungle' lt rgb "navy" lw 5 with errorbars, 'distributed_write_cassandra.dat' using 1:2:3 title "Cassandra Consistency Level QUORUM" lt rgb "dark-spring-green" lw 5 with errorbars, 'distributed_write_cassandra_one.dat' using 1:2:3 title "Cassandra Consistency Level ONE" lt rgb "light-red" lw 5 with errorbars,
 EOF