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

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

[Octave-bug-tracker] [bug #54485] set(gcf, 'position', ...) is limited b


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #54485] set(gcf, 'position', ...) is limited by the dimensions of the screen
Date: Fri, 10 Aug 2018 12:31:44 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48

Follow-up Comment #2, bug #54485 (project octave):

Just tried on Windows 7, the box has a dual screen, 1920x1200 (landscape)&
1024x1280 (portrait) over which the desktop is spread.

The command:

set(h, 'position', [0 0 4000 100]);

seems to be ignored, apparently because the too large horizontal screen size
is captured and disposed of.
Slowly increasing the size to fill the horizontal space works. After that I
can enter 5000 for hor.size but then it is ignored.
But then doing 

set(h, 'position', [0 0 5000 1500]);

only the inside of the figure is shown and all borders lie outside the
screen.

Is that similar what you saw, Arnaud?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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