summaryrefslogtreecommitdiff
path: root/gnuplot_2q.plt
diff options
context:
space:
mode:
authorRuben Erlenstedt <rxy626@gmail.com>2019-11-30 17:32:02 +0100
committerRuben Erlenstedt <rxy626@gmail.com>2019-11-30 17:32:02 +0100
commitfc949f6605f114d27cafc835b1bc7fa3027050b3 (patch)
tree0749d155d076d0d8f7f659a2b6f43a7b3f2472a8 /gnuplot_2q.plt
parent928f1e5fe856cd4a01be044440a53c033eb83027 (diff)
Plot x3 and x4 of hopf coordinates in 2D
Diffstat (limited to 'gnuplot_2q.plt')
-rw-r--r--gnuplot_2q.plt7
1 files changed, 0 insertions, 7 deletions
diff --git a/gnuplot_2q.plt b/gnuplot_2q.plt
deleted file mode 100644
index 6614b49..0000000
--- a/gnuplot_2q.plt
+++ /dev/null
@@ -1,7 +0,0 @@
-set view equal xyz
-set parametric
-set isosamples 34,34
-splot cos(u)*cos(v),cos(u)*sin(v),sin(u) w l lc rgb "#42a4f5"
-replot 'data2q' w points palette pointsize 2 pointtype 7
-;
-pause mouse close