From fd8c72adf02eabfc54eea2fcf341c775c7e0ebcc Mon Sep 17 00:00:00 2001 From: Jose Gracia Date: Thu, 29 Feb 2024 16:10:05 +0100 Subject: [PATCH] Plot minimum across nodes as well --- monitoring/logs/scripts/plot_energy_logs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/logs/scripts/plot_energy_logs.sh b/monitoring/logs/scripts/plot_energy_logs.sh index 1141c1e..50ee2a5 100755 --- a/monitoring/logs/scripts/plot_energy_logs.sh +++ b/monitoring/logs/scripts/plot_energy_logs.sh @@ -39,7 +39,7 @@ do for [t in ts ] { set arrow from t-tmin, graph 0 to t-tmin, graph 0.95 nohead } -plot fn u (\$1-tmin):3 w l lc "red" t "head", "" u (\$1-tmin):(\$4-\$8):(\$4+\$8) w filledcurves lc "skyblue" fs transparent solid 0.5 t "nodes avg+-stddev", "" u (\$1-tmin):5 w l lc "blue" t "nodes median" +plot fn u (\$1-tmin):3 w l lc "red" t "head", "" u (\$1-tmin):(\$4-\$8):(\$4+\$8) w filledcurves lc "skyblue" fs transparent solid 0.5 t "nodes avg+-stddev", "" u (\$1-tmin):5 w l lc "blue" t "nodes median", "" u (\$1-tmin):6 w l lc "grey" t "nodes min" EOF