summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xplot.sh1
1 files changed, 1 insertions, 0 deletions
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', "