From ce20f534f716f5276f46c4f36e7376184d815dd6 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Thu, 21 May 2020 23:38:59 +0200 Subject: [PATCH] plot now autoscales --- plot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plot b/plot index b0003ca..250f9e5 100755 --- a/plot +++ b/plot @@ -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