commit 8aa828bdeaddd39d1fce12d16e418815be6f42fb parent d96b23e68eb88aab698fd736780af4bf93c96e1d Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 25 Dec 2023 20:26:00 +0100 plot emoji and filter counts Diffstat:
M | plot-memecount.sh | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/plot-memecount.sh b/plot-memecount.sh @@ -16,8 +16,12 @@ set xdata time set format x "%Y-%m" set timefmt "%Y-%m-%d" set xtics 3600*24*365 +set key top left $semilog -plot '$1' u 1:3 w lp t '' pt 13 +plot '$1' u 1:(\$3+\$6+\$7) w lp t 'total' pt 20,\ + '' u 1:3 w lp t 'memes' pt 13,\ + '' u 1:6 w lp t 'emojis' pt 5,\ + '' u 1:7 w lp t 'filters' pt 6 __EOF__ if [ -z "$semilog" ]; then