octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #38449] defaultfigureposition has no effect


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #38449] defaultfigureposition has no effect
Date: Mon, 04 Mar 2013 00:09:53 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17

Update of bug #38449 (project octave):

              Item Group:                    None => Incorrect Result       
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

To help isolate the problem, I tried converting the figure's units to the
coded default value of "pixels".


set(0, 'defaultfigureunits', 'normalized')
set(0, 'defaultfigureposition', [0.7 0 0.3 0.3])
figure
get (gcf (), 'position')
ans =

  -1.7857e-04  -9.5238e-04   1.7857e-04   2.8571e-04

set (gcf (), 'units', 'pixels')
get (gcf (), 'position')
ans =

   0.70000   0.00000   0.30000   0.30000


Without looking at the code, I guess that the the updaters for the figure's
properties are active during the initialization process.  I had thought the
updaters were off (or should be) during the initialization process.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38449>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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