mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-13 19:11:35 +02:00
Update weekly_stats.yaml
This commit is contained in:
5
.github/workflows/weekly_stats.yaml
vendored
5
.github/workflows/weekly_stats.yaml
vendored
@@ -134,7 +134,10 @@ jobs:
|
|||||||
# Plot graph
|
# Plot graph
|
||||||
sudo apt-get install gnuplot-nox -y
|
sudo apt-get install gnuplot-nox -y
|
||||||
gnuplot-nox -persist <<-EOFMarker
|
gnuplot-nox -persist <<-EOFMarker
|
||||||
plot for [i=1:*] 'Stats3' using 0:i with lines title 'Column '.i
|
set xdata time
|
||||||
|
set timefmt "%y-%m-%d"
|
||||||
|
set format x "%y-%m-%d"
|
||||||
|
plot for [i=1:*] 'Stats3' using 1:i with lines title 'Column '.i
|
||||||
set term png
|
set term png
|
||||||
set output "stats.png"
|
set output "stats.png"
|
||||||
replot
|
replot
|
||||||
|
|||||||
Reference in New Issue
Block a user