repo.or.cz
/
voro++.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bugfix in search_for_outside_edge routine.
[voro++.git]
/
trunk
/
zeo
/
cp_test.gnuplot
blob
6ed39ca7e79885dc133374adab0e65532830b800
1
set term pdf
2
set xlabel 'x'
3
set ylabel 'y'
4
set zlabel 'z'
5
set view 60,60
6
set size square
7
set xtics offset -0.2,-0.2
8
set ytics offset 0.2,-0.2
9
set output 'cp_test.pdf'
10
splot 'cp_test_v.gnu' w l t 'Voronoi cells', 'cp_test_p.gnu' u 2:3:4 w p lt 4 t 'Particles', 'cp_test_d.gnu' w l t 'Domain'
11
set output