Behavior of subplot

Ben Abbott bpabbott at mac.com
Sat Feb 14 15:49:46 CST 2009


On Feb 14, 2009, at 2:07 PM, Ben Abbott wrote:

> On Feb 14, 2009, at 1:20 PM, Michael D. Godfrey wrote:
>
>>> I've attached a changeset which positions the axes in a compatible
>>> manner.
>> This looks OK for me.
>>
>> The 2 remaining problems are:
>> 1. The text overlap.  I will try using text("xxx",...)  instead of
>> xlabel()
>>  and title().
>>
>> 2. The bounding box (as set in the first line written to gnuplot) is
>> as
>>  it was (cuts off parts of the display in X11 and in display tools
>>  that obey the bounding box size for display.)
>>
>> Thanks,
>> Michael
>
> John,
>
> It is ok to push?
>
> Ben

hmmm, I just notice that the proprietary solution produces different  
results depending upon the setting of the default axes units.

When the default axes units are set to 'normalized' the proprietary  
solution favors leaving room for the ticklabels. When set to pixels/ 
points/inches/centimeters the proprietary solution favors preserving  
the width/height of the axes (i.e. plot area).

Also the behavior changes when the x/ylabels or title are present.

A compatible solution will take more time.

Regarding the changeset already posted, I don't have a preference to  
push or not. If it is preferable to push it, let me know.

Ben



More information about the Bug-octave mailing list