|
From: Hans-Bernhard B. <br...@ph...> - 2005-10-13 08:56:11
|
Ethan Merritt wrote: > Arguably, the only terminal to get it right is mif.trm. No. > post.trm full plot is drawn - bounding box goes negative > gd.trm full plot is drawn - size is twice that requested And what size was that? > fig.trm full plot is drawn - size is twice that expected Expected by whom, why? > mif.trm full plot is drawn but bounding box describes only > lower left corner. Arguably this is the only terminal > to get it right! No, it's not. The size was set to twice the normal one, *before* 'set terminal' and 'set output'. Thus, it should have changed not just the plot size, but also the page size, i.e. the bounding box. mif.trm is ignoring the one input it currently has about the intended actual size of the plotted output. |