From: Hans-Bernhard B. <br...@ph...> - 2004-06-04 20:35:32
|
On Fri, 4 Jun 2004, Lutz Maibaum wrote: [...] > This will create a postscript file "test.ps", which contains two plots as > expected. Now execute this line again. The resulting postscript file contains > only one plot. It actually still contains both plots, but one is entirely outside the bounding box. You can see it by printing out the file, or turning the page size in gv from "BBox" to "A4". > Is this the expected behavior? Yes, at least for the inside view of "expected" ;-) The reason is that the bounding box is defined by the status of 'set size' at the point of 'set multiplot'. You have to reset the size to 1,1 before you 'set multiplot' again. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |