diff options
-rwxr-xr-x | plot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ function gnuplot_conf { echo "set title \"Ping distribution over time\n$TS\"" echo "set ylabel 'Fraction of players'" echo "set yrange [0:1]" + echo "set ytics 0.1" echo -n "plot '$DATA'" echo -n "using 1:4 title 'Above 60ms', " echo -n "'' using 1:5 title 'Above 110ms', " |