bitreich-memestats

statistical analysis of tags in Freenode/#bitreich-en
git clone git://src.adamsgaard.dk/bitreich-memestats
Log | Files | Refs | LICENSE Back to index

commit 5bfeec49a9374801c59c6f8d46c423d7d019e806
parent 3ce046570ec0935f20eb3a7a372fb21fcd72367e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 20 Apr 2020 11:20:07 +0200

Inform of semilog scale in title

Diffstat:
Mplot-memecount.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plot-memecount.sh b/plot-memecount.sh @@ -11,7 +11,7 @@ fi gnuplot - <<__EOF__ set term dumb set title "annna meme count (total on $(date +%Y-%m-%d): \ -$(tail -1 "$1" | awk '{print $3}'))" +$(tail -1 "$1" | awk '{print $3}')) $semilog" set xdata time set format x "%Y-%m" set timefmt "%Y-%m-%dT%H:%M:%S"