Inform of semilog scale in title - bitreich-memestats - Bitreich meme statistics and graphs.
 (HTM) git clone git://bitreich.org/bitreich-memestats git://hg6vgqziawt5s4dj.onion/bitreich-memestats
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit 5bfeec49a9374801c59c6f8d46c423d7d019e806
 (DIR) parent 3ce046570ec0935f20eb3a7a372fb21fcd72367e
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 20 Apr 2020 11:20:07 +0200
       
       Inform of semilog scale in title
       
       Diffstat:
         M plot-memecount.sh                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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"