X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fdmoz%2Fplot.dem;h=0fb70cef78236324008a6a38854422515183970f;hb=fe21dcd0fa4f07ebfd344dd922e3f1aa7512ab22;hp=7be3aba83557230e042af9c920cf141cafa08349;hpb=9ca612132e1ef66f43d61e5cefa854ba18c6e1a6;p=idzebra-moved-to-github.git diff --git a/test/dmoz/plot.dem b/test/dmoz/plot.dem index 7be3aba..0fb70ce 100755 --- a/test/dmoz/plot.dem +++ b/test/dmoz/plot.dem @@ -1,12 +1,5 @@ +set output "times-b.ps" +set terminal postscript set xlabel "runs" set ylabel "seconds" -plot [0:] [0:] 'times-c.log' using 3 title 'ISAMC(user)' with linespoints, 'times-b.log' using 3 title 'ISAMB(user)' with linespoints, 'times-c.log' using 2 title 'ISAMC(total)' with linespoints,'times-b.log' using 2 title 'ISAMB(total)' with linespoints -set output "times.ps" -set terminal postscript -replot -set output -set terminal x11 -pause -1 "Hit return to continue" - - - +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