NuSiF-Solver/EnhancedSolver/2D-seq/vis_files/canal.plot

11 lines
217 B
Gnuplot
Raw Normal View History

2024-03-05 21:45:17 +01:00
unset border; unset tics; unset key;
2024-07-08 09:52:11 +02:00
set term gif animate delay 30
2024-03-05 21:45:17 +01:00
set output "trace.gif"
set xrange [0:30]
set yrange [0:4]
do for [ts=0:120] {
plot "particles_".ts.".dat" with points pointtype 7
}
unset output