Introduction
Introduction Statistics Contact Development Disclaimer Help
tplot-memecount.sh: increase tic interval for better readability - bitreich-mem…
git clone git://src.adamsgaard.dk/bitreich-memestats
Log
Files
Refs
LICENSE
---
commit 2e9c9d5fa92224bb3c8b19a5c823cfe1bd711c79
parent e5ead53b455dbe7e7da13ca55e6a52b736aa2de5
Author: Anders Damsgaard <[email protected]>
Date: Wed, 31 Aug 2022 10:14:58 +0200
plot-memecount.sh: increase tic interval for better readability
Diffstat:
M plot-memecount.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plot-memecount.sh b/plot-memecount.sh
t@@ -15,7 +15,7 @@ $(awk 'END{print $3}' "$1")) $semilog"
set xdata time
set format x "%Y-%m"
set timefmt "%Y-%m-%d"
-set xtics 2592000*4
+set xtics 3600*24*365
$semilog
plot '$1' u 1:3 w lp t '' pt 13
__EOF__
t@@ -28,7 +28,7 @@ set title "annna meme growth (new memes per day)"
set xdata time
set format x "%Y-%m"
set timefmt "%Y-%m-%d"
-set xtics 2592000*4
+set xtics 3600*24*365
set log y
plot '$1' u 1:5 w lp t '' pt 13
__EOF__
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.