diff options
Diffstat (limited to 'gnuplot/anim2d.plt')
-rw-r--r-- | gnuplot/anim2d.plt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuplot/anim2d.plt b/gnuplot/anim2d.plt index 38b8d5a..f131c1f 100644 --- a/gnuplot/anim2d.plt +++ b/gnuplot/anim2d.plt @@ -8,7 +8,8 @@ set yzeroaxis set object circle at 0,0 size 1 do for [ii=start:end] { - plot 'data' every ::1::ii * states using 4:5:6 w points palette pointsize 2 pointtype 7 + plot 'data' every ::ii::ii * states using 4:5:6 w points palette pointsize 2 pointtype 7, \ + 'data' every ::1::ii * states using 4:5:6 w l palette lw 3 pause 0.1 } |