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: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #59999] Full screen figure using property "outerposition" not working
Date: Fri, 5 Feb 2021 20:25:44 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

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


octave:8> tic; set (figure (), 'units', 'normalized', 'outerposition', [0 0 1
1]); toc
Elapsed time is 0.212238 seconds.
octave:9> tic; set (figure (), 'units', 'normalized', 'outerposition', [0 0 1
1]); toc
Elapsed time is 0.252445 seconds.
octave:10> tic; set (figure (), 'units', 'normalized', 'outerposition', [0 0 1
1]); toc
Elapsed time is 0.108593 seconds.



The ~0.2 sec runs resulted in a full-screen figure, 0.1 sec run
resulted in a default-sized figure.

Dmitri.
-- 


    _______________________________________________________

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]