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

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

[Octave-bug-tracker] [bug #55472] Figure properties "(outer)position" or


From: Rik
Subject: [Octave-bug-tracker] [bug #55472] Figure properties "(outer)position" origins are upperleft
Date: Mon, 14 Jan 2019 16:46:35 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #55472 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

This seems to work for me.  I used the following code


hf = figure;
## Move figure to the upper left-hand corner of the screen.
get (hf, "outerposition")

ans =

    -2   600   560   481


The -2 is just an oddity caused by my KDE snapping.  It is basically 0 which
is correct for being on the left-hand edge.  The y-distance is 600 from the
bottom, which according to your interpretation, would be 0 if the toolkit was
measuring from the upper left-hand corner.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55472>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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