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

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

[Octave-bug-tracker] [bug #49103] gnuplot: set (gcf, "position", ...) no


From: Rik
Subject: [Octave-bug-tracker] [bug #49103] gnuplot: set (gcf, "position", ...) not supported in __gnuplot_drawnow__.m
Date: Fri, 16 Sep 2016 19:45:54 +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:                   Fixed => Confirmed              
             Open/Closed:                  Closed => Open                   
                 Summary: figure position property support for qt and wxt
terminal on gnuplot_graphics toolkit => gnuplot: set (gcf, "position", ...)
not supported in __gnuplot_drawnow__.m

    _______________________________________________________

Follow-up Comment #4:

Re-opening and re-titling report.

It seems that gnuplot allows the syntax, but Octave doesn't generate it.

I set a breakpoint in __gnuplot_drawnow__.m and it is triggered by 


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


This is good.  It appears that in gnuplot_set_term we aren't executing the
part that changes the size and position.  That code is protected by


172:      if (! (any (strfind (opts_str, " size ") > 0)
173:          || any (strfind (opts_str, "size ") == 1)))




    _______________________________________________________

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]