Backstep 2D Seq completed

This commit is contained in:
2023-10-02 12:07:00 +02:00
parent bd0381e6a8
commit e9e69c2e07
12 changed files with 18951 additions and 20052 deletions

View File

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

View File

@@ -0,0 +1,12 @@
unset border; unset tics; unset key;
set term gif animate delay 50
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 5
do for [ts=0:300] {
plot "particles_".ts.".dat" with points pointtype 7
}
unset output

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB