a6c3f3595c3a50b28084f251afe17e1c542e9c4f
[idzebra-moved-to-github.git] / isamb / bench1.plt
1 set terminal postscript eps
2 set output "bench1.eps"
3 set xlabel "R"
4 set ylabel "time"
5 plot "1000x1000.dat" title "isam 1000" with linespoints, \
6      "100x10000.dat" title "isam 100" with linespoints, \
7      "10x100000.dat" title "isam 10" with linespoints, \
8      "1x1000000.dat" title "isam 1" with linespoints