plot now autoscales

This commit is contained in:
Alessandro Mauri 2020-05-21 23:38:59 +02:00
parent d9cd04a52a
commit ce20f534f7

4
plot
View File

@ -1,6 +1,6 @@
#!/usr/bin/gnuplot -c
set yrange [0:]
set xrange [0:]
set yrange [0:*]
set xrange [0:*]
plot ARG1 u 2:1 with lines smooth bezier
pause ARG2
reread