From f8c0cc54675538fe3c7dab16ad30de2b17593468 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 4 Jan 2019 16:54:18 +0100 Subject: Ticks every 2 weeks. --- Makefile | 3 ++- plot.sh | 2 +- 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 -- cgit