Hello Ubuntu 16.10
I try to open portrait frame for plot, but have to call set(gcf twice. First call give default frame??
octave --no-gui
(octave-gui:2288): Gtk-WARNING **: Unable to locate theme engine in module_path: "hcengine",
GNU Octave, version 4.0.3
Copyright (C) 2016 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type 'warranty'.
Octave was configured for "x86_64-pc-linux-gnu".
Additional information about Octave is available at
http://www.octave.org.
Please contribute if you find this software useful.
For more information, visit
http://www.octave.org/get-involved.htmlRead
http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.
>> graphics_toolkit qt
>> set(gcf,'position',[200,200,300,600]) open default frame
>> set(gcf,'position',[200,200,300,600]) open correct frame