Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-08 22:31:44 +01:00
committed by GitHub
parent 84f662f68b
commit 2821e6cfb3

View File

@@ -111,7 +111,7 @@ jobs:
gawk -i inplace '{for(i=NF;i>1;i--)printf "%s ",$i;printf "%s",$1;print ""}' Stats3
echo "$(head -n 2 Stats3)" > Stats3
sudo apt-get install gnuplot -y
N=`awk 'NR==1 {print NF}' Stats3`
N="$(awk 'NR==1 {print NF}' Stats3)"
gnuplot -persist <<-EOFMarker
plot for [i=2:N] "Stats3" u 1:i
set term png