summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-03-07 13:02:04 +0100
committerPaweł Redman <pawel.redman@gmail.com>2018-03-07 13:02:04 +0100
commit7414fd645acc394fa2564bff071bfe09fdc08ba9 (patch)
treea7737a925daa0bb174c2fd2ad3706f85d6a29d3b
parent3e6219827fb474b8d79088f9dfcace80742e9c35 (diff)
Tics every 10% on ping distribution plots.
-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', "