From 2428b6cc345210011fab9ab3058e670cc2a37b2c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Jan 2023 21:29:58 +0100 Subject: [PATCH] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index fc2148127..bba486281 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -153,7 +153,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats.png' - set term png tiny + set term png small plot 'Stats3' using 1:2 lt rgb 'red' w l title 'Total addons' smooth csplines EOFMarker rm Stats3 @@ -214,7 +214,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' - set term png tiny + set term png small plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines EOFMarker ) || ( gnuplot-nox -persist <<-EOFMarker @@ -228,7 +228,7 @@ jobs: set autoscale set terminal png size 500,300 set output 'stats_addons.png' - set term png tiny + set term png small plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) EOFMarker )