From 089ca296788278d406597712aa95539f2d9c6982 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:22:36 +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 55552881f..1bef2370a 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -137,7 +137,7 @@ jobs: set xdata time set timefmt "%y-%m-%d" set format x "%y-%m-%d" - plot for [i=1:*] 'Stats3' using 1:i with lines title 'Column '.i + plot for [i=1:*] 'Stats3' using 0:i with lines title 'Column '.i set term png set output "stats.png" replot