NuSiF-Solver/BasicSolver/2D-mpi-v3-multigrid/vis_files/backstep_animate.plot

13 lines
266 B
Gnuplot
Raw Normal View History

2024-03-05 21:45:17 +01:00
unset border; unset tics; unset key;
set term gif animate delay 10
set output "trace.gif"
set xrange [0:7]
set yrange [0:1.5]
set object 1 rect from 0.0,0.0 to 1.0,0.5 lw 2
do for [ts=0:300] {
plot "particles_".ts.".dat" with points pointtype 7
}
unset output