Ok, but adding the "--time-series" option does not work.
gnuplot 1 2 3 --matrix=X --time-series --band --with-lines --output=display
Btw, as --band is not in the documented, yet, which options apart from
--band=fill (very cool!) are there available?
Artur
Am 14.06.2016 um 23:52 schrieb Riccardo (Jack) Lucchetti:
set seed 55555
n = 256
b = seq(1, n)'
X = cum(mnormal(n,1)) ~ sqrt(b) ~ (- sqrt(b)) ~ b
gnuplot 1 2 3 4 --matrix=X --with-lines --band=fill --output=display