|
From: Hans-Bernhard B. <br...@ph...> - 2005-08-16 15:02:08
|
Kroeger Petra wrote: > 1.) How can I save a multiplot? I want to save all plots, not only > the last one.(The format can be *.ps or *.jpg) You can't. For multiplots, the general tactics is to start out with a script file and edit that, testing it via the 'load' command from inside gnuplot, instead of fiddling with the plot at the gnuplot prompt then only saving it at the very end. > 2.) Is it possible to write a title and subtitle on top of the > multiplot page and a footer on the bottom? In case 'yes': How? You would have to use ordinary 'set label' statements for that. Best to remove them after the first plot to avoid overpainting. |