Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-08 21:50:09 +01:00
committed by GitHub
parent 62006b8aad
commit d4ba4ec3ae

View File

@@ -110,7 +110,7 @@ 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
apt-get install gnuplot -y
sudo apt-get install gnuplot -y
plot for [n=1:*] "Stats3" using 1:n title sprintf("Column %d",n)
set term png
set output "stats.png"