|
From: Rhys U. <rhy...@gm...> - 2014-03-13 16:24:23
|
> Apart from the question of whether a new or modified variant of
> "set key autotitle" is warranted, I suggest that for plotting
> 30 files with column 'x' an appropriate set of commands is
>
> LIST = "file1 file2 file3 .... file30"
> plot for [NAME in LIST] NAME.".dat" using 0:"x" title NAME
Understood.
That recipe still runs afoul of the
LIST = "file1 file2 file3 .... file30"
plot for [NAME in LIST] NAME.".dat" using 0:"x" title NAME.' using 0:"x"'
issue, especially with computed column names, that I mentioned in my
response to Hans.
I really do want to label with the entire {"<datafile>"
{datafile-modifiers}}} handed to the plot command.
Thanks for everyone's time,
Rhys
|