From d4706135d81034124c15d24d47d7745629d5a95b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:24:03 +0100 Subject: [PATCH] Update weekly_stats.yaml --- .github/workflows/weekly_stats.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index accbbe5c8..d25cac3f9 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -133,13 +133,11 @@ jobs: }' Stats3 > StatsTmp && mv StatsTmp Stats3 && rm StatsTmp # Plot graph sudo apt-get install gnuplot -y - gnuplot -persist <<-EOFMarker + gnuplot-nox -persist <<-EOFMarker plot for [i=1:*] 'Stats3' using 0:i with lines title 'Column '.i set term png set output "stats.png" replot - set term x11 - #https://www.xmodulo.com/draw-stacked-histogram-gnuplot.html EOFMarker rm Stats3 - name: Commit if needed