summaryrefslogtreecommitdiff
path: root/gnuplot/anim3d.plt
diff options
context:
space:
mode:
Diffstat (limited to 'gnuplot/anim3d.plt')
-rw-r--r--gnuplot/anim3d.plt4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnuplot/anim3d.plt b/gnuplot/anim3d.plt
index 99cfe10..05d9f51 100644
--- a/gnuplot/anim3d.plt
+++ b/gnuplot/anim3d.plt
@@ -2,9 +2,11 @@ set view equal xyz
set parametric
set isosamples 34,34
+ii = start
do for [ii=start:end] {
splot cos(u)*cos(v),cos(u)*sin(v),sin(u) w l lc rgb "#42a4f5", \
- 'data' every ::1::ii * states using 1:2:3:6 w points palette pointsize 2 pointtype 7#, \
+ 'data' every ::ii - states::ii * states using 1:2:3:6 w points palette pointsize 1.2 pointtype 7, \
+ 'data' every ::1::ii * states using 1:2:3:6 w l palette
pause 0.1
}