summaryrefslogtreecommitdiff
path: root/gnuplot/anim3d.plt
blob: 99cfe10a8656b924af78eab14c6ac8bde9d9cfdc (plain)
1
2
3
4
5
6
7
8
9
10
11
set view equal xyz
set parametric
set isosamples 34,34

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#, \
    pause 0.1
}

pause mouse close