Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-09 16:11:13 +01:00
committed by GitHub
parent 0a688c8a0b
commit 724fc93aeb

View File

@@ -189,7 +189,7 @@ jobs:
set autoscale
set terminal png size 500,300
set output 'stats_addons.png'
plot for [i=2:*] 'Stats3' using 1:i lt rgb 'red'
plot for [i=2:*] 'Stats3' using 1:(column(i)) lt rgb 'red' w lines title columnhead(i)
EOFMarker
#plot for [i=1:*] 'Stats3' using 0:i
rm Stats3