|
From: Tait <gnu...@t4...> - 2012-03-26 09:26:29
|
> BTW if you want to align multi-line plot commands like that I put all > the plotted files including the first on the extended lines by > assigning a throw-away variable just after plot. That makes all the > lines have identical syntax and I can cut and paste to reorder or remove > them at will. > > plot s=0 \ > , file1 with lines \ > , file2 with lines \ > , file3 using 1:2 \ > #, file4 tit "test version" \ That's a useful tip; I hadn't thought to put the commas first. Thanks. |