diff options
author | Dennis Kobert <dennis@kobert.dev> | 2019-11-30 19:24:20 +0100 |
---|---|---|
committer | Dennis Kobert <dennis@kobert.dev> | 2019-11-30 19:24:20 +0100 |
commit | 94935f80fac8d1275142d73b1a6b6d6492cc8207 (patch) | |
tree | 837c34f9db9426e74daefa8ba7e11b96ba527484 /gnuplot/animation.plt | |
parent | e1172e94602f4cf003392409d9543d17c31881dc (diff) |
Animate tow level systems
Diffstat (limited to 'gnuplot/animation.plt')
-rw-r--r-- | gnuplot/animation.plt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnuplot/animation.plt b/gnuplot/animation.plt deleted file mode 100644 index 6228a53..0000000 --- a/gnuplot/animation.plt +++ /dev/null @@ -1,11 +0,0 @@ -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 w points palette pointsize 2 pointtype 7#, \ - pause 0.1 -} - -pause mouse close |