From e5b6940a9adb0d32c9857654e888bc59a5db38a5 Mon Sep 17 00:00:00 2001 From: Peter Gielda Date: Sat, 5 Oct 2019 20:11:34 +0200 Subject: [PATCH] Update sargraph. --- sargraph.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sargraph.py b/sargraph.py index 068c5b1..9d2bb80 100755 --- a/sargraph.py +++ b/sargraph.py @@ -223,7 +223,7 @@ g("set ylabel 'ram % usage'") g("set title 'ram usage (max = %.2f GB)'" % MAX_USED_RAM); g("plot 'data.txt' using 1:3:3 title 'ram' with boxes palette") - -g("replot") +g("unset multiplot") +g("unset output") g("quit")