added dmoz
[idzebra-moved-to-github.git] / test / dmoz / plot.dem
diff --git a/test/dmoz/plot.dem b/test/dmoz/plot.dem
new file mode 100755 (executable)
index 0000000..7be3aba
--- /dev/null
@@ -0,0 +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
+set output "times.ps"
+set terminal postscript
+replot
+set output
+set terminal x11
+pause -1 "Hit return to continue"
+
+
+