X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fdmoz%2Fplot.dem;fp=test%2Fdmoz%2Fplot.dem;h=9b8c294cebc7d8d9db2a10721c58648f76048908;hb=ddf2eb42a6c93adebc4e30e79a3ee83c28e320bd;hp=7be3aba83557230e042af9c920cf141cafa08349;hpb=a07f447c2312b6af6a818c82105343e21f743387;p=idzebra-moved-to-github.git diff --git a/test/dmoz/plot.dem b/test/dmoz/plot.dem index 7be3aba..9b8c294 100755 --- a/test/dmoz/plot.dem +++ b/test/dmoz/plot.dem @@ -1,6 +1,12 @@ 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 +plot [0:] [0:] \ + 'times-b.log' using 3 title 'ISAMB(user)' with linespoints, \ + 'times-b.log' using 2 title 'ISAMB(total)' with linespoints, \ + 'times-c.log' using 3 title 'ISAMC(user)' with linespoints, \ + 'times-c.log' using 2 title 'ISAMC(total)' with linespoints, \ + 'times-d.log' using 3 title 'ISAMD(user)' with linespoints, \ + 'times-d.log' using 2 title 'ISAMD(total)' with linespoints set output "times.ps" set terminal postscript replot