From ef071348f42a6d727bdebd3c3bc5997fca81bae5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 Jan 2023 22:35:10 +0100 Subject: [PATCH] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index 920af52f6..1e3a1ed98 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -112,8 +112,7 @@ jobs: echo "$(head -n 2 Stats3)" > Stats3 sudo apt-get install gnuplot -y gnuplot -persist <<-EOFMarker - N="$(awk 'NR==1 {print NF}' Stats3)" - plot for [i=2:N] "Stats3" u 1:i + plot for [i=1:*] 'Stats3' using 0:i with lines title 'Column '.i set term png set output "stats.png" replot