help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: set outerposition broken?


From: Ben Abbott
Subject: Re: set outerposition broken?
Date: Tue, 28 Jul 2009 07:29:01 -0400


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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]