|
From: Ian M. <ibm...@gm...> - 2008-02-22 17:18:36
|
Hi, I've got a datafile divided up into different indexes. Is there a simple way to get these to plot as separate datasets without have to duplicate "using" and filename for each index? (Obviously I can do something like: plot "myfile" using (1e3*$1):(1e3*$2) index 1, "myfile" using (1e3*$1):(1e3*$2) index 2, ...) -- imalone |