Plot minimum across nodes as well
This commit is contained in:
parent
1096808f65
commit
fd8c72adf0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ do for [t in ts ] {
|
||||||
set arrow from t-tmin, graph 0 to t-tmin, graph 0.95 nohead
|
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
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue