view 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
line wrap: on
line source

#!/bin/sh
#set xrange[0:45]
#plot 'test.dat' using 1:2 lt rgb "red" with linespoints
gnuplot << EOF
set terminal postscript eps
set output 'write_result.pdf'
set xlabel 'nuber of nodes'
set ylabel 'avarage time'
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
EOF
#plot 'test.csv' using '%lf,%lf' lt rgb "red" with linespoints