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

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

[Octave-bug-tracker] [bug #38449] Changing defaultfigureunits triggers a


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #38449] Changing defaultfigureunits triggers a position/outerposition update
Date: Mon, 04 Mar 2013 00:15:59 +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):

                 Summary: defaultfigureposition has no effect => Changing
defaultfigureunits triggers a position/outerposition update

    _______________________________________________________

Follow-up Comment #2:

A second test that seems to confirm the "position" is set before the "units",
and the changing the "units" triggers the updater.


set (0, 'defaultfigureunits', 'normalized')
figure
get (gcf (), 'position')
ans =

   0.17798   0.18952   0.33333   0.40000

get (0, 'defaultfigureposition')
ans =

   300   200   560   420


I'm modifying the summary to to better indicate the problem.

    _______________________________________________________

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]