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, 0 insertions, 11 deletions
diff --git a/gnuplot_2d.plt b/gnuplot_2d.plt
deleted file mode 100644
index b3bf993..0000000
--- a/gnuplot_2d.plt
+++ /dev/null
@@ -1,11 +0,0 @@
-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