Introduction
Introduction Statistics Contact Development Disclaimer Help
tplot emoji and filter counts - bitreich-memestats - metrics and graphs for the…
git clone git://src.adamsgaard.dk/bitreich-memestats
Log
Files
Refs
LICENSE
---
commit 8aa828bdeaddd39d1fce12d16e418815be6f42fb
parent d96b23e68eb88aab698fd736780af4bf93c96e1d
Author: Anders Damsgaard <[email protected]>
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
t@@ -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
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.