Bugfix in search_for_outside_edge routine.
[voro++.git] / branches / 2d_boundary / Tests / ShashkovPics / process.gnuplot
blob1f7d6ae5ecc8921c0f9025a88c5b62576062f62c
1 set term pdf
2 set size ratio -1
3 set pointsize 0.8
4 set key top left
5 set output 'out1.pdf'
6 plot [150:600] [200:750] 'out1.gnu' w l t 'Voronoi cells', 'out1.bd' u 2:3 w l lt 3 lw 3 t 'Boundary', 'out1.pts' u 2:3 w p pt 7 lt 4 t 'Generators'
7 set output 'out2.pdf'
8 set key top right
9 plot [125:640] 'out2.gnu' w l t 'Voronoi cells', 'out2.bd' u 2:3 w l lt 3 lw 3 t 'Boundary', 'out2.pts' u 2:3 w p pt 7 lt 4 t 'Generators'
10 set output 'out3.pdf'
11 set key top left
12 plot [0:475] [650:920] 'out3.gnu' w l t 'Voronoi cells', 'out3.bd' u 2:3 w l lt 3 lw 3 t 'Boundary', 'out3.pts' u 2:3 w p pt 7 lt 4 t 'Generators'
13 set output 'out5.pdf'
14 set key bottom right
15 plot [0:425] [600:1050] 'out5.gnu' w l t 'Voronoi cells', 'out5.bd' u 2:3 w l lt 3 lw 3 t 'Boundary', 'out5.pts' u 2:3 w p pt 7 lt 4 t 'Generators'
16 set output