bmon/plot

7 lines
115 B
Plaintext
Raw Permalink Normal View History

2020-05-21 23:37:25 +02:00
#!/usr/bin/gnuplot -c
2020-05-21 23:38:59 +02:00
set yrange [0:*]
set xrange [0:*]
2020-05-21 23:37:25 +02:00
plot ARG1 u 2:1 with lines smooth bezier
pause ARG2
reread