mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update weekly_stats.yaml
This commit is contained in:
3
.github/workflows/weekly_stats.yaml
vendored
3
.github/workflows/weekly_stats.yaml
vendored
@@ -112,8 +112,7 @@ jobs:
|
|||||||
echo "$(head -n 2 Stats3)" > Stats3
|
echo "$(head -n 2 Stats3)" > Stats3
|
||||||
sudo apt-get install gnuplot -y
|
sudo apt-get install gnuplot -y
|
||||||
gnuplot -persist <<-EOFMarker
|
gnuplot -persist <<-EOFMarker
|
||||||
N="$(awk 'NR==1 {print NF}' Stats3)"
|
plot for [i=1:*] 'Stats3' using 0:i with lines title 'Column '.i
|
||||||
plot for [i=2:N] "Stats3" u 1:i
|
|
||||||
set term png
|
set term png
|
||||||
set output "stats.png"
|
set output "stats.png"
|
||||||
replot
|
replot
|
||||||
|
|||||||
Reference in New Issue
Block a user