Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-08 21:52:32 +01:00
committed by GitHub
parent d4ba4ec3ae
commit 59ac74940c

View File

@@ -110,7 +110,9 @@ jobs:
printf "$(sed "2d" Stats)" \
| awk '{for(i=NF;i>1;i--)printf "%s ",$i;printf "%s",$1;print ""}' > Stats3
head -n 2 Stats3 > Stats3
cat Stats3
sudo apt-get install gnuplot -y
echo "installed"
plot for [n=1:*] "Stats3" using 1:n title sprintf("Column %d",n)
set term png
set output "stats.png"