From 87828a0197e2285beb116a9607087b7324fdcce3 Mon Sep 17 00:00:00 2001 From: "A. Svensson" Date: Tue, 19 May 2015 21:39:27 +0200 Subject: [PATCH] Show day names under the grahps. --- bin/plot_time.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/plot_time.sh b/bin/plot_time.sh index 8555416..1eaf3c0 100755 --- a/bin/plot_time.sh +++ b/bin/plot_time.sh @@ -11,11 +11,12 @@ gnuplot << EOF set datafile separator "," set xdata time set timefmt "%s" #time format of input data -set format x "%d/%m" # format of output time +set format x "%d %a" # format of output time set style data lines set style line 1 linewidth 2 set grid +set ytics 0, 10 unset key set title "$3" # If a second arg was supplied we show it as a title too set terminal png size 800,200 transparent truecolor