From e6f63edde48b6f45d611fd12f1826c3bf85a3280 Mon Sep 17 00:00:00 2001 From: Pascal Date: Sat, 27 Feb 2021 02:45:15 -0500 Subject: [PATCH] [fix] fixed gnuplot script and path in plot.sh --- plotter/pinger.gp | 2 +- plotter/plot.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plotter/pinger.gp b/plotter/pinger.gp index a83ddc5..0a4fabf 100644 --- a/plotter/pinger.gp +++ b/plotter/pinger.gp @@ -31,7 +31,7 @@ set datafile separator ',' # output settings #set terminal pngcairo size 800,600 enhanced font 'Segoe UI,10' # pngcairo cleaner than png -set output 'ping.png' +#set output 'ping.png' set encoding utf8 # data settings diff --git a/plotter/plot.sh b/plotter/plot.sh index 9ff5656..92b5ba1 100755 --- a/plotter/plot.sh +++ b/plotter/plot.sh @@ -46,7 +46,7 @@ EOF script_path=$(cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd) -plot_file="$script_path/pinger.gnuplot" +plot_file="$script_path/pinger.gp" log_file="" # leave empty for stdout # defaults