Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 22:52:18 +01:00
committed by GitHub
parent 4857fc26b3
commit ec6d02f5dc

View File

@@ -59,7 +59,7 @@ jobs:
set terminal png size 500,300 set terminal png size 500,300
set output 'stats.png' set output 'stats.png'
set term png tiny 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 bezier
EOFMarker EOFMarker
rm Stats3 rm Stats3
- name: Create addons stats - name: Create addons stats
@@ -122,7 +122,7 @@ jobs:
set terminal png size 500,300 set terminal png size 500,300
set output 'stats_addons.png' set output 'stats_addons.png'
set term png tiny 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 bezier
EOFMarker EOFMarker
) || ( gnuplot-nox -persist <<-EOFMarker ) || ( gnuplot-nox -persist <<-EOFMarker
set title 'Top 10 addons' set title 'Top 10 addons'