From 3413cfb34e2f7ac770c4823b08fbc4d942ae62f7 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 13 Jul 2021 14:27:10 +0000 Subject: [PATCH] update mirrored repos --- 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