summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2019-01-04 16:54:18 +0100
committerPaweł Redman <pawel.redman@gmail.com>2019-01-04 16:54:18 +0100
commitf8c0cc54675538fe3c7dab16ad30de2b17593468 (patch)
treebc4767388afedb545025815c569791638f8ae009
parent1646077ab8a024a51ee5eec74f0614015fc91d2d (diff)
Ticks every 2 weeks.
-rw-r--r--Makefile3
-rwxr-xr-xplot.sh2
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8167998..adec0d2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@ SHELL := /bin/bash
DATA := data/nyc-old.log.gz \
data/euro.log.gz \
- data/nyc.log.gz
+ data/nyc.log.gz \
+ data/nyc2.log.gz
REPORTS := $(DATA:data/%.log.gz=reports/%.log)
PLOTS := population ping ping-distrib
diff --git a/plot.sh b/plot.sh
index 140be84..d6fad8f 100755
--- a/plot.sh
+++ b/plot.sh
@@ -14,7 +14,7 @@ function gnuplot_conf {
echo "set xlabel ''"
echo "set format x '%b %d'"
echo "set xdata time"
- echo "set xtics 604800 rotate by 45 right font ', 7'"
+ echo "set xtics 1209600 rotate by 45 right font ', 7'"
echo "unset mxtics"
# grid