From e5469ca7144e2a1949c8241621af9f5b4017cc73 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Mar 2023 11:00:15 +0100 Subject: [PATCH] Update weekly_stats_graphs.yaml --- .github/workflows/weekly_stats_graphs.yaml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/weekly_stats_graphs.yaml b/.github/workflows/weekly_stats_graphs.yaml index 682b72cf5..7b3362011 100644 --- a/.github/workflows/weekly_stats_graphs.yaml +++ b/.github/workflows/weekly_stats_graphs.yaml @@ -203,25 +203,7 @@ jobs: ) fi done < "$input" - - # Plot graph - ( - ) || ( gnuplot-nox -persist <<-EOFMarker - set title 'Top 10 addons' - set ylabel 'Number of installations' - set xdata time - set datafile missing "-" - set timefmt "%Y-%m-%d" - set format x "%y-%m-%d" - set datafile sep ' ' - set autoscale - set terminal png size 500,300 - set output 'stats_addons.png' - set term png tiny - plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) - EOFMarker - ) - #plot for [i=1:*] 'Stats3' using 0:i + # Clean files rm Stats3 - name: Commit if needed