added small plotting utility

This commit is contained in:
Alessandro Mauri 2020-05-21 23:37:25 +02:00
parent 52300778dc
commit d9cd04a52a

6
plot Executable file
View File

@ -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