mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 01:18:19 +01:00
Update weekly_stats.yaml
This commit is contained in:
3
.github/workflows/weekly_stats.yaml
vendored
3
.github/workflows/weekly_stats.yaml
vendored
@@ -113,7 +113,8 @@ jobs:
|
||||
cat Stats3
|
||||
sudo apt-get install gnuplot -y
|
||||
echo "installed"
|
||||
plot for [n=1:*] "Stats3" using 1:n title sprintf("Column %d",n)
|
||||
N=`awk 'NR==1 {print NF}' Stats3`
|
||||
plot for [i=2:N] "Stats3" u 1:i
|
||||
set term png
|
||||
set output "stats.png"
|
||||
replot
|
||||
|
||||
Reference in New Issue
Block a user