Strip extra spaces from code.
[voro++.git] / branches / 2d / boundary / figs.gnuplot
blob6758df1e7bda1e72b99264ed5f8f551b05f04342
1 # This gnuplot script will generate EPS figures using the code output for the
2 # four example files
3 set term postscript eps color solid
4 set xlabel 'x'
5 set ylabel 'y'
6 set output'input1.eps'
7 set key top left
8 plot 'input1.gnu' lc rgbcolor "#0088ff" t "Voronoi cells", 'input1.bd' lw 4 lt 3 t "Boundary", 'input1.net' lt 4 t "Connections", 'input1' u 2:3 w p pt 7 lt 1 t "Generators"
9 set output 'input2.eps'
10 set key top right
11 plot [*:600] 'input2.gnu' lc rgbcolor "#0088ff" t "Voronoi cells", 'input2.bd' lw 4 lt 3 t "Boundary", 'input2.net' lt 4 t "Connections", 'input2' u 2:3 w p pt 7 lt 1 t "Generators"
12 set output 'input3.eps'
13 plot 'input3.gnu' lc rgbcolor "#0088ff" t "Voronoi cells", 'input3.bd' lw 4 lt 3 t "Boundary", 'input3.net' lt 4 t "Connections", 'input3' u 2:3 w p pt 7 lt 1 t "Generators"
14 set output 'input4.eps'
15 set key bottom
16 plot 'input4.gnu' lc rgbcolor "#0088ff" t "Voronoi cells", 'input4.bd' lw 4 lt 3 t "Boundary", 'input4.net' lt 4 t "Connections", 'input4' u 2:3 w p pt 7 lt 1 t "Generators"
17 set output