From:
<br...@ph...> - 2005-06-07 14:58:58
|
Albert Akhriev wrote: > In the previous version of GnuPlot (3.73) it was possible to combine > many plots in a single file. It still is. > The file attached to this letter demonstrates the technique (load > '1.plt'). However, version 4.0 does not parse the same file. What is > the reason? "Does not parse" meaning what, exactly? The file you sent quite certainly doesn't do what it's supposed to (the second data file in each sub-plot is empty, because you put the 'end of file' mark in the wrong place), and it lacks a closing 'unset multiplot', without which it won't generally work. |