|
From:
<br...@ph...> - 2006-04-24 15:20:21
|
Daniel Graupner wrote: > I have another question related to multiplot. with "layout 1,2" I > draw 2 plots side by side, so they have the same height as a single > plot and the width is divided. These two plots look not very good > because they are stretched. Well, thats my own sensation, but it > annoys me. > > So I tried, > > set multiplot layout 1,2 size 1,0.8 You'd have fared better with set size 1,0.8 set multiplot layout 1,2 'set size' at the point you 'set multiplot' is what governs the BoundingBox of an eps or pslatex output in gnuplot. Some terminals now have their own "size" option to perhaps make this more intuitive. |