diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-03-07 13:02:04 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-03-07 13:02:04 +0100 |
commit | 7414fd645acc394fa2564bff071bfe09fdc08ba9 (patch) | |
tree | a7737a925daa0bb174c2fd2ad3706f85d6a29d3b | |
parent | 3e6219827fb474b8d79088f9dfcace80742e9c35 (diff) |
Tics every 10% on ping distribution plots.
-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', " |