Mercurial > hg > Papers > 2010 > jsst-kazz
view paper/pic/plot.txt @ 17:cd3f414ceff9 default tip
add presen
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 01 Oct 2010 20:02:54 +0900 |
parents | 42bea7b0a8f6 |
children |
line wrap: on
line source
set terminal postscript eps set output "updateinout.eps" set ylabel "Time[ms]" set xlabel "Update Count" plot "testinout.dat" using 1:2 with lines, "testupdate.dat" using 1:2 with lines