added dmoz makefile.am
[idzebra-moved-to-github.git] / test / dmoz / plot.dem
index 1454213..5983849 100755 (executable)
@@ -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 Thu Jun 20 10:33:55 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