From: Hans-Bernhard B. <br...@ph...> - 2004-07-25 11:53:28
|
On Sat, 24 Jul 2004, Hans-Bernhard Broeker wrote: > > That isn't the behavior I see. No matter what value of bmargin I use, > > the height of the plot becomes shorter when "set key below" is used. > > Hmmmm... yes, a bug. The vertical order of things apparently is > > graph box > x tics > bmargin > key below > > key below and bmargin should trade places. Correction to self: no. The 'key below' box should be *inside* the 'bmargin' region. I.e. the problem is that ybot is modified by the code that does the 'key below' layout in boundary(), even in the presence of a pre-set bmargin. Patch is on the way in. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |