Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra
[idzebra-moved-to-github.git] / test / dmoz / plot.dem
index 7be3aba..79da980 100755 (executable)
@@ -1,12 +1,6 @@
+set output "times-b.ps"
+set terminal postscript
+set title "ISAM-b Mon Jul 15 14:06:44 CEST 2002"
 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 'real' with linespoints,         'times-b.log' using 3 title 'user' with linespoints,         'times-b.log' using 4 title 'sys' with linespoints