Fix x units - 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 0680bf6c1222b81a5fdab9e623f73d80c9dbc136
 (DIR) parent 571875b9ff96ece4781f2eea2a89d89c6119655f
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 21 Apr 2020 23:00:19 +0200
       
       Fix x units
       
       Diffstat:
         M plot-memecount.sh                   |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) 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