forked from moebiusband/NuSiF-Solver
Initial checkin
This commit is contained in:
7
BasicSolver/2D-seq-pt/animate.plot
Normal file
7
BasicSolver/2D-seq-pt/animate.plot
Normal file
@@ -0,0 +1,7 @@
|
||||
unset border; unset tics; unset key;
|
||||
set term gif animate delay 50
|
||||
set output "trace.gif"
|
||||
do for [ts=0:23] {
|
||||
plot "particles_".ts.".dat" with points pointtype 7
|
||||
}
|
||||
unset output
|
Reference in New Issue
Block a user