commit 0680bf6c1222b81a5fdab9e623f73d80c9dbc136
parent 571875b9ff96ece4781f2eea2a89d89c6119655f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 21 Apr 2020 23:00:19 +0200
Fix x units
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/plot-memecount.sh b/plot-memecount.sh
@@ -27,8 +27,9 @@ set term dumb
set title "annna meme growth (new memes per day)"
set xdata time
set format x "%Y-%m"
-#set timefmt "%Y-%m-%d"
+set timefmt "%Y-%m-%d"
set xtics 2592000*4
+set log y
plot '$1' u 1:5 w lp t '' pt 13
__EOF__
fi