|
From: Hans-Bernhard B. <br...@ph...> - 2005-05-11 18:24:52
|
dan...@ie... wrote: > Since this discussion is going on, I thought I'd toss in something I sent > to the list previously, which is the capability to append plots to an > existing file. Would that be difficult? Yes, very. It'd mean that gnuplot would need (possibly restricted) reading&parsing capabilities for all the file formats it currently only outputs. Generally, a parser is about one order of magnitude harder to get fully correct than a writer for the same format. |