set outerposition broken?
Ben Abbott
bpabbott at mac.com
Tue Jul 28 06:29:01 CDT 2009
On Jul 27, 2009, at 10:20 PM, Derek Tsui wrote:
> Hi,
>
> I recently updated 3.0.1 to 3.2.2 and noticed set outerposition
> seems broken. It used to change the ratio and position of the plot
> in 3.0.1 but in 3.2.2 it doesn't seem to be doing anything.
>
> set(ax, 'OuterPosition', [0,0,0.90,1]);
>
> Anyone experiencing the same issue?
>
> Thanks,
> Derek
The position / outerposition properties are still in need of a lot of
lower level support (tightinset info for example). Since the
tightinset is not yet calculated the position property currently is
preferred. This might not have been the best choice in all instances,
but it helps when aligning multiple exes (as in done in subplots).
To get the effect you desire, try adjusting the"position" property
instead.
Ben
More information about the Help-octave
mailing list