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

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

[Octave-bug-tracker] [bug #50666] gcf always returns 1 unless figure is


From: Rik
Subject: [Octave-bug-tracker] [bug #50666] gcf always returns 1 unless figure is selected with call to figure.
Date: Tue, 28 Mar 2017 16:42:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #50666 (project octave):

                  Status:                    None => Confirmed              
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  And it also affects Linux systems (tested with dev branch).

Code to reproduce:


close all;
h1 = figure (20);
h2 = figure (21);
gcf
## Now Use mouse to select figure 20
gcf


It is a poor workaround, but you can switch figures from the command window by
using the figure() command and the figure number as the input.  For example,


figure (20)




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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