X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fdmoz%2Fplot.dem;h=79da98075e97a2649c8f47259a94e13e031607f1;hb=8a0144a3925311102133d62ac6258ace8d7187eb;hp=1454213c39c34c462d0b23125a47e731cdb69785;hpb=1dec188ccbdafb0ec7b7c98857d701a7b77d46a1;p=idzebra-moved-to-github.git diff --git a/test/dmoz/plot.dem b/test/dmoz/plot.dem index 1454213..79da980 100755 --- a/test/dmoz/plot.dem +++ b/test/dmoz/plot.dem @@ -1,6 +1,6 @@ -set xlabel "runs" -set ylabel "seconds" -plot [0:] [0:] 'times-b.log' using 2 title 'ISAM-b(real)' with linespoints, 'times-b.log' using 3 title 'ISAM-b(user)' with linespoints, 'times-b.log' using 4 title 'ISAM-b(sys)' with linespoints set output "times-b.ps" set terminal postscript -replot +set title "ISAM-b Mon Jul 15 14:06:44 CEST 2002" +set xlabel "runs" +set ylabel "seconds" +plot [0:] [0:] 'times-b.log' using 2 title 'real' with linespoints, 'times-b.log' using 3 title 'user' with linespoints, 'times-b.log' using 4 title 'sys' with linespoints