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

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

[Octave-bug-tracker] [bug #49103] figure position property support for q


From: Rik
Subject: [Octave-bug-tracker] [bug #49103] figure position property support for qt and wxt terminal on gnuplot_graphics toolkit
Date: Fri, 16 Sep 2016 16:18:11 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #49103 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

I pushed your patch.

Code like this now works


./run-octave -f --no-gui-libs
setenv ("GNUTERM", "wxt");
graphics_toolkit gnuplot
hf = figure ("position", [50, 50, 200 100])


However, once the figure is created I can't change the position.


set (hf, "position", [300 300, 100 100])


I don't know whether that is a limitation of gnuplot, or a limitation within
__gnuplot_drawnow__.  Perhaps that should be reported as a new bug.


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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