From: Ethan M. <merritt@u.washington.edu> - 2004-07-13 16:30:27
|
On Tuesday 13 July 2004 06:59 am, Petr Mikulik wrote: > > > Requirement for using specifiers always for plot ... binary would be rather > > > cumbersome. Current syntax is OK, e.g. > > > plot 'x.edf' binary with image > > What's the problem with the above simple command? Why to do anything more? I thought the binary mode was intended to handle all plot types, not just the new "with image". Or have I got that wrong? If indeed it is to handle all plot styles, then it suffers from the same ambiguities as the non-binary form of plot commands. Simplest case: plot 'data' using 0:5 with lines # y value is found in col 2 plot 'data' using 5 with lines # same y value is now found in col 1 If you omit the using spec, it is ambiguous where to find the y value. So I don't see how plot 'data' binary with lines is supposed to work unambiguously. That said, I would be perfectly happy to restrict things so that binary mode does not permit an implicit x-val column. -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |