with isamd
[idzebra-moved-to-github.git] / test / dmoz / plot.dem
1 set xlabel "runs"
2 set ylabel "seconds"
3 plot [0:] [0:] \
4         'times-b.log' using 3 title 'ISAMB(user)' with linespoints, \
5         'times-b.log' using 2 title 'ISAMB(total)' with linespoints, \
6         'times-c.log' using 3 title 'ISAMC(user)' with linespoints, \
7         'times-c.log' using 2 title 'ISAMC(total)' with linespoints, \
8         'times-d.log' using 3 title 'ISAMD(user)' with linespoints, \
9         'times-d.log' using 2 title 'ISAMD(total)' with linespoints
10 set output "times.ps"
11 set terminal postscript
12 replot
13 set output
14 set terminal x11
15 pause -1 "Hit return to continue"
16
17
18