summaryrefslogtreecommitdiff
path: root/gnuplot_2d.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_2d.plt
parent928f1e5fe856cd4a01be044440a53c033eb83027 (diff)
Plot x3 and x4 of hopf coordinates in 2D
Diffstat (limited to 'gnuplot_2d.plt')
-rw-r--r--gnuplot_2d.plt11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnuplot_2d.plt b/gnuplot_2d.plt
new file mode 100644
index 0000000..b3bf993
--- /dev/null
+++ b/gnuplot_2d.plt
@@ -0,0 +1,11 @@
+set size square
+#plot cos(x),sin(y) w l lc rgb "#42a4f5"
+set xrange [-1.1:1.1]
+set yrange [-1.1:1.1]
+set xlabel "Re(V)"
+set ylabel "Im(V)"
+set xzeroaxis
+set yzeroaxis
+plot 'data' w points palette pointsize 2 pointtype 7
+;
+pause mouse close