From ec6d02f5dc3f288654a967b86e6926c199e631c0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 22:52:18 +0100 Subject: [PATCH] Update helper_stats_graphs.yaml --- .github/workflows/helper_stats_graphs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helper_stats_graphs.yaml b/.github/workflows/helper_stats_graphs.yaml index ee3894451..c5ff715a4 100644 --- a/.github/workflows/helper_stats_graphs.yaml +++ b/.github/workflows/helper_stats_graphs.yaml @@ -59,7 +59,7 @@ jobs: set terminal png size 500,300 set output 'stats.png' 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 rm Stats3 - name: Create addons stats @@ -122,7 +122,7 @@ jobs: set terminal png size 500,300 set output 'stats_addons.png' 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 ) || ( gnuplot-nox -persist <<-EOFMarker set title 'Top 10 addons'