From 40f5e4e11932669aeb0838612fea9bebd5c5182c Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 24 Aug 2021 11:49:10 +0000 Subject: [PATCH] Merge branch 'master' of github.com:Chizi123/Scripts --- 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