Update weekly_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 12:17:15 +01:00
committed by GitHub
parent 27f17711e6
commit 63adc76204

View File

@@ -185,7 +185,7 @@ jobs:
set output "$FOLDER/stats.png"
set term png tiny
plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i) smooth csplines
EOFMarker
EOFMarker
) || ( gnuplot-nox -persist <<-EOFMarker
set title "$TITLE"
set ylabel 'Number of installations'
@@ -199,8 +199,8 @@ jobs:
set output "$FOLDER/stats.png"
set term png tiny
plot for [i=2:*] 'Stats3' using 1:i w l title columnhead(i)
EOFMarker
)
EOFMarker
)
fi
done < "$input"
# Clean files