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

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

[Octave-bug-tracker] [bug #41588] findobj() wrongly processes '-not'


From: sergey plotnikov
Subject: [Octave-bug-tracker] [bug #41588] findobj() wrongly processes '-not'
Date: Fri, 14 Feb 2014 15:50:26 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36

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

                 Summary: findobj() wrongly processes '-not'
                 Project: GNU Octave
            Submitted by: nul0m
            Submitted on: Fri 14 Feb 2014 03:50:25 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Please try the following code to check if it can work well


figure;
plot(1:10,sin(1:10));
findobj(gcf,'-not','type','axes')


I would expect it to find handles of figure and line, but it finds nothing.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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