Johannes Nendwich wrote:
> 1) is it possible to define similar to defining strings (filnam =
> "file1.dat"), similar to defining numerical variables (n = 3) ?
There's one too many "similar to" in that sentence, but yes, this is
possible. So far only in the development version though.
> 2) is it possible to use different columns from different files in one plot:
> plot "file1.dat" u 3 : "file2.dat" u 2
No. For that, use external file proceessing tools, e.g.
plot "<paste file1.dat file2.dat" u 3:5
> 3) is it possible to create multi-page postscript output?
Yes. Just leave terminal, output and multiplot alone, don't use the
'eps' option, and sequence of plots will end up each on a page of its own.
|