From b5c08cce39764f4ddda61beb3b33588fa3ac1522 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 9 Jan 2023 16:12:47 +0100 Subject: [PATCH] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index 5e783f8ed..cf105c8ce 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -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:(column(i)) lt rgb 'red' w lines title columnhead(i) + plot for [i=2:*] 'Stats3' using 1:i lt rgb 'red' w l title columnhead(i) EOFMarker #plot for [i=1:*] 'Stats3' using 0:i rm Stats3