align block sizes for isam sys. Better plot for test
[idzebra-moved-to-github.git] / test / dmoz / plot.dem
index 9b8c294..1454213 100755 (executable)
@@ -1,18 +1,6 @@
 set xlabel "runs"
 set ylabel "seconds"
-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"
+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 output
-set terminal x11
-pause -1 "Hit return to continue"
-
-
-