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

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

[Octave-bug-tracker] [bug #51866] figure(f) does not put the figure f on


From: anonymous
Subject: [Octave-bug-tracker] [bug #51866] figure(f) does not put the figure f on top
Date: Sun, 27 Aug 2017 12:54:08 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?51866>

                 Summary: figure(f) does not put the figure f on top
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 27 Aug 2017 04:54:07 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: anonymous
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Like the summary says. Using figure(f) does not put the figure on top. For
example

>> f1=figure; plot(1,1); f2=figure; plot(5,5)
>> figure(f1)

does not result in figure f1 being on top. f2 is still on top. Using drawnow
does not help.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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