Fully working PT with vtk ready output
This commit is contained in:
9
BasicSolver/2D-seq/vis_files/animate.plot
Normal file
9
BasicSolver/2D-seq/vis_files/animate.plot
Normal 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
|
Reference in New Issue
Block a user