plot-memecount.sh: do not show new memes per day - bitreich-memestats - Bitreich meme statistics and graphs. HTML git clone git://bitreich.org/bitreich-memestats git://hg6vgqziawt5s4dj.onion/bitreich-memestats DIR Log DIR Files DIR Refs DIR Tags DIR LICENSE --- DIR commit 9c32fbededb70fdb4ffca67f111d9bcff0e61852 DIR parent a5154abe181226edf13ee348c2c1890cd496ba3e HTML Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 25 Dec 2023 21:11:13 +0100 plot-memecount.sh: do not show new memes per day Diffstat: M plot-memecount.sh | 14 -------------- 1 file changed, 0 insertions(+), 14 deletions(-) --- DIR diff --git a/plot-memecount.sh b/plot-memecount.sh @@ -23,17 +23,3 @@ plot '$1' u 1:(\$3+\$6+\$7) w lp t 'total' pt 20,\ '' u 1:6 w lp t 'emojis' pt 5,\ '' u 1:7 w lp t 'filters' pt 6 __EOF__ - -if [ -z "$semilog" ]; then - gnuplot - <<__EOF__ -reset -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 xtics 3600*24*365 -set log y -plot '$1' u 1:5 w lp t '' pt 13 -__EOF__ -fi