|
From: Hans-Bernhard B. <br...@ph...> - 2005-01-30 19:56:50
|
Ethan Merritt wrote: [...] > But the sequence > set term post > set size <x>,<y> > plot "foo" > set size <x2>,<y2> > plot "baz" > should in principle be setting %%PageBoundingBox each time > the size is changed. Not everytime the 'set size' changes, though. Just everytime a new page is started with a different 'set size' in effect. The difference becomes important if 'multiplot' is in use, where 'set size' doesn't actually control the page size if used between 'set multiplot' and 'unset multiplot'. |