From f79af78cd6c8364d835c647c8c35e5318d91655e Mon Sep 17 00:00:00 2001 From: Nicolas Tsagarides Date: Fri, 13 Oct 2017 16:15:02 +0300 Subject: [PATCH] Change y axis to non zero Users have become so many that the graph is insignificant. This changes if the y axis does not start from 0. --- generate.gnuplot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate.gnuplot b/generate.gnuplot index d5b594b..bb56575 100644 --- a/generate.gnuplot +++ b/generate.gnuplot @@ -24,8 +24,8 @@ set xrange [time(0) - timespan:] # Plot 'usercount' of the past week and get bounds (for GRAPH 1 y1) plot "mastostats.csv" using 1:2 -usercountlow = 0 -#usercountlow = GPVAL_DATA_Y_MIN +#usercountlow = 0 +usercountlow = GPVAL_DATA_Y_MIN usercounthigh = GPVAL_DATA_Y_MAX # Plot derivative of 'usercount' of the past week and get bounds (for GRAPH 1 y2)