|
From: <br...@ph...> - 2006-10-06 19:39:21
|
A. MORENO wrote: > I have the version 4.0 of gnuplot for Windows (gp400win32). I can draw > many graphs with the same format using a loop but these graphs are > stored in different postscript files. The question is how I can store > many graphs in only one postscript file. Just do it. As long as you keep the terminal open (no 'set terminal', no 'set output' between plots), it'll just work. |