Fully working PT with vtk ready output

This commit is contained in:
2023-08-09 11:48:44 +02:00
parent 28631caf4c
commit 413c0918c1
10 changed files with 3240 additions and 20132 deletions

View File

@@ -0,0 +1,9 @@
unset border; unset tics; unset key;
set term gif animate delay 50
set output "trace.gif"
set xrange [0:1]
set yrange [0:1]
do for [ts=0:198] {
plot "particles_".ts.".dat" with points pointtype 7
}
unset output