commit 45cd1a0390f42ede13e36826b5dd5e9bc026b096
parent 9ea6797e212faeeab77daf4a0957e93295f1e6f0
Author: sin <sin@2f30.org>
Date: Tue, 23 Feb 2016 16:14:44 +0000
Unset multiplot when we are done
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/sbm-plot b/sbm-plot
@@ -29,6 +29,7 @@ set xlabel "time"
set ylabel "pps"
plot datafile using ($3) with lines title "RX pps", \
datafile using ($4) with lines title "TX pps"
+unset multiplot
EOF
rm -f "$datafile"
diff --git a/sbm-rt-plot b/sbm-rt-plot
@@ -24,6 +24,7 @@ set xlabel "time / s"
set ylabel "pps"
plot datafile using ($3) with lines title "RX pps", \
datafile using ($4) with lines title "TX pps"
+unset multiplot
pause 1
reread
EOF