From cc5c5da0ff1a2aca9f9c3785a90f857d08a27a90 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sun, 21 Jun 2020 07:57:27 +0000
Subject: [PATCH] removed systemd units

---
 compression_bench.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compression_bench.sh b/compression_bench.sh
index 6eea870..2aa84cc 100755
--- a/compression_bench.sh
+++ b/compression_bench.sh
@@ -117,7 +117,7 @@
 read -p "Generate plot? Y/n " PLOT
 if [[ -z $PLOT || $PLOT == "y" || $PLOT == "Y" ]]; then
 	gnuplot -e "set datafile separator \",\"; \
-			    set term png; \
-				set output 'results.png'; \
+			   	set term svg; \
+				set output 'results.svg'; \
 				plot for [col=2:$((${#ALGS[@]}+1))] 'results.csv' using 1:col with lines title columnheader"
 fi

--
Gitblit v1.9.3