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

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

[Octave-bug-tracker] [bug #59999] Full screen figure using property "out


From: Rik
Subject: [Octave-bug-tracker] [bug #59999] Full screen figure using property "outerposition" not working
Date: Mon, 8 Feb 2021 12:34:36 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

Follow-up Comment #8, bug #59999 (project octave):

Unfortunately there are some weird timing bugs in Octave's plotting interface.
 Also, there could be an interacting with the windowing system.  Sometimes,
Octave makes a change but the windowing system is flagged that it needs to
update.

Is there something else we need to do to make this behave like the position
property?  This code *does* work for me:


set (figure(), 'units', 'normalized', 'position', [0 0 1 1])


while this does not


set (figure(), 'units', 'normalized', 'outerposition', [0 0 1 1])



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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