Update helper_stats_graphs.yaml

This commit is contained in:
Alexandre
2023-03-21 22:48:13 +01:00
committed by GitHub
parent 13c750fba2
commit b4d762f833

View File

@@ -193,7 +193,7 @@ jobs:
set terminal png size 500,300
set output "stats.png"
set term png tiny
plot for [i=2:*] 'StatsTmp' using 1:i w l title columnhead(i) smooth csplines
plot for [i=2:*] 'StatsTmp' using 1:i w l title columnhead(i) smooth bezier
EOFMarker
) || ( gnuplot-nox -persist <<-EOFMarker
set title "$TITLE"