From: Petr M. <mi...@ph...> - 2004-07-13 13:59:43
|
> > Requirement for using specifiers always for plot ... binary would be rather > > cumbersome. Current syntax is OK, e.g. > > plot 'x.edf' binary with image > > Well, it turns out that this requirement causes significant design > problems in the code. We have to trade off between ease of the user > interface and clear design of the code. At the current stage, I would > really favour the latter. What's the problem with the above simple command? Why to do anything more? Gnuplot is command-line driven, thus we should keep command as simple as possible. Thus, I prefer the former (unless there are ambiguities, of course). --- PM |