added dmoz
[idzebra-moved-to-github.git] / test / dmoz / plot.dem
1 set xlabel "runs"
2 set ylabel "seconds"
3 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
4 set output "times.ps"
5 set terminal postscript
6 replot
7 set output
8 set terminal x11
9 pause -1 "Hit return to continue"
10
11
12