Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-09 11:22:36 +01:00
committed by GitHub
parent 64f1075b75
commit 089ca29678

View File

@@ -137,7 +137,7 @@ jobs:
set xdata time set xdata time
set timefmt "%y-%m-%d" set timefmt "%y-%m-%d"
set format x "%y-%m-%d" set format x "%y-%m-%d"
plot for [i=1:*] 'Stats3' using 1:i with lines title 'Column '.i plot for [i=1:*] 'Stats3' using 0:i with lines title 'Column '.i
set term png set term png
set output "stats.png" set output "stats.png"
replot replot