|
From: Lutz M. <lut...@gm...> - 2008-07-18 22:23:27
|
On Thursday 17 July 2008 14:31:20 Manuel Schölling wrote: > So I implemented an auto completion feature for this, so you can use it > like this: > > plot "" <all your options> > ^ place cursor here and press <tab> > result: > plot "file1" <all your options>, > "file2" <all your options>, > "file3" <all your options> I have no answer to your question, but your email reminded me of a feature that I think would be very nice to have, the support of wildcards in filenames. For example, the gnuplot command plot "file[1-3]" <all your options> would expand to what you suggest. This approach would also work in scripts, whereas your implementation seems to work only in interactive gnuplot sessions. Lutz |