Sample comit

This commit is contained in:
2023-09-12 14:10:47 +02:00
parent 1ab581f274
commit eb14891126
101 changed files with 351591 additions and 3215 deletions

View File

@@ -3,7 +3,7 @@ set term gif animate delay 50
set output "trace.gif"
set xrange [0:30]
set yrange [0:4]
do for [ts=0:198] {
do for [ts=0:200] {
plot "particles_".ts.".dat" with points pointtype 7
}
unset output

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 KiB