summaryrefslogtreecommitdiff
path: root/gnuplot_2d.plt
diff options
context:
space:
mode:
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