view log/gnuplot/write_distribution_env.sh @ 13:17b5915412d6

Fxied slide's images
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 03 Feb 2014 05:33:53 +0900
parents 0a198ff75b2c
children
line wrap: on
line source

#!/bin/sh
gnuplot << EOF
set terminal postscript eps
set output 'write_env.eps'
set title 'write benchmark (Jungle only)'
set xlabel 'nuber of nodes'
set ylabel 'avarage time(sec)'
plot 'persistent.dat' title 'Persistent version' lt rgb "dark-yellow" with linespoints, 'write_jungle_1node.dat' title 'jungle 1 node' lt rgb "dark-green" with linespoints
EOF