diff --git a/plot b/plot new file mode 100755 index 0000000..b0003ca --- /dev/null +++ b/plot @@ -0,0 +1,6 @@ +#!/usr/bin/gnuplot -c +set yrange [0:] +set xrange [0:] +plot ARG1 u 2:1 with lines smooth bezier +pause ARG2 +reread