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)