Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-09 10:24:03 +01:00
committed by GitHub
parent a4fd9e1e08
commit d4706135d8

View File

@@ -133,13 +133,11 @@ jobs:
}' Stats3 > StatsTmp && mv StatsTmp Stats3 && rm StatsTmp
# Plot graph
sudo apt-get install gnuplot -y
gnuplot -persist <<-EOFMarker
gnuplot-nox -persist <<-EOFMarker
plot for [i=1:*] 'Stats3' using 0:i with lines title 'Column '.i
set term png
set output "stats.png"
replot
set term x11
#https://www.xmodulo.com/draw-stacked-histogram-gnuplot.html
EOFMarker
rm Stats3
- name: Commit if needed