added small plotting utility

master
Alessandro Mauri 4 years ago
parent 52300778dc
commit d9cd04a52a
  1. 6
      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
Loading…
Cancel
Save