comparison Paper/log/make_write_graph.sh @ 44:8bd559e6d4f7

added some files
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Fri, 19 Jul 2013 19:32:21 +0900
parents
children b30647480e97
comparison
equal deleted inserted replaced
43:4e38c3a23c57 44:8bd559e6d4f7
1 #!/bin/sh
2 #set xrange[0:45]
3 #plot 'test.dat' using 1:2 lt rgb "red" with linespoints
4 gnuplot << EOF
5 set terminal postscript eps
6 set output 'write_result.pdf'
7 set xlabel 'nuber of nodes'
8 set ylabel 'avarage time'
9 plot 'csv/dist_jungle_write_log.csv' title 'Distribution Server version' lt rgb "red" with linespoints, 'csv/normal_jungle_write_log.csv' title 'Single Server version' lt rgb "blue" with linespoints
10 EOF
11 #plot 'test.csv' using '%lf,%lf' lt rgb "red" with linespoints