diff options
Diffstat (limited to 'gnuplot/plotxy.plt')
-rw-r--r-- | gnuplot/plotxy.plt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnuplot/plotxy.plt b/gnuplot/plotxy.plt new file mode 100644 index 0000000..b3bf993 --- /dev/null +++ b/gnuplot/plotxy.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 |