From 7414fd645acc394fa2564bff071bfe09fdc08ba9 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Wed, 7 Mar 2018 13:02:04 +0100 Subject: Tics every 10% on ping distribution plots. --- plot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/plot.sh b/plot.sh index 3874722..69f7744 100755 --- a/plot.sh +++ b/plot.sh @@ -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', " -- cgit