Update weekly_stats.yaml

This commit is contained in:
Alexandre
2023-01-27 21:24:48 +01:00
committed by GitHub
parent a9a6644427
commit 6ecd19d557

View File

@@ -152,7 +152,7 @@ jobs:
set autoscale set autoscale
set terminal png size 500,300 set terminal png size 500,300
set output 'stats.png' set output 'stats.png'
set tics font "Helvetica,8" set term png tiny
plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth csplines plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth csplines
EOFMarker EOFMarker
rm Stats3 rm Stats3
@@ -213,7 +213,7 @@ jobs:
set autoscale set autoscale
set terminal png size 500,300 set terminal png size 500,300
set output 'stats_addons.png' set output 'stats_addons.png'
set tics font "Helvetica,8" set term png tiny
plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines
EOFMarker EOFMarker
) || ( gnuplot-nox -persist <<-EOFMarker ) || ( gnuplot-nox -persist <<-EOFMarker
@@ -227,7 +227,7 @@ jobs:
set autoscale set autoscale
set terminal png size 500,300 set terminal png size 500,300
set output 'stats_addons.png' set output 'stats_addons.png'
set tics font "Helvetica,8" set term png tiny
plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i)
EOFMarker EOFMarker
) )