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

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

[Octave-bug-tracker] [bug #39767] findobj sorts list of returned handles


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #39767] findobj sorts list of returned handles
Date: Tue, 13 Aug 2013 21:39:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

Follow-up Comment #11, bug #39767 (project octave):

>> hfig = figure (1);
>> hax1 = subplot (2,1,1); hp1 = plot (rand (10,1));
>> hax2 = subplot (2,1,2); hp2 = plot (rand (10,1));
>> findall (hfig)

ans =

    1.0000
  172.0011
  170.0012
  144.0011
  132.0011
  131.0011
   80.0011
   64.0011
   57.0011
   37.0011
   18.0011
    0.0011
  173.0016
  171.0016
  169.0011
  168.0011
  167.0011
  166.0011
  165.0011
  164.0011
  163.0011
  149.0011
  148.0011
  147.0011
  146.0011
  145.0011
  143.0011
  142.0011
  141.0011
  140.0011
  139.0011
  138.0011
  137.0011
  136.0011
  135.0011
  134.0011
  133.0011
  130.0011
  129.0011
  120.0011
  111.0011
  104.0011
  103.0011
  102.0011
  101.0011
  100.0011
   99.0011
   90.0011
   89.0011
   88.0011
   87.0011
   86.0011
   85.0011
   84.0011
   83.0011
   82.0011
   81.0011
   79.0011
   78.0011
   77.0011
   76.0011
   75.0011
   74.0011
   73.0011
   72.0011
   71.0011
   70.0011
   69.0011
   68.0011
   67.0011
   66.0011
   65.0011
   63.0011
   62.0011
   61.0011
   60.0011
   59.0011
   58.0011
   56.0011
   55.0011
   54.0011
   53.0011
   52.0011
   51.0011
   50.0011
   49.0011
   48.0011
   47.0011
   46.0011
   45.0011
   44.0011
   43.0011
   42.0011
   41.0011
   40.0011
   39.0011
   38.0011
   36.0011
   35.0011
   34.0011
   33.0011
   32.0011
   31.0011
   30.0011
   29.0011
   28.0011
   27.0011
   26.0011
   25.0011
   19.0011
   17.0011
   16.0011
   15.0011
   14.0011
   13.0011
   11.0011
   10.0011
    9.0011
    8.0011
    7.0011
    6.0011
    5.0011
    4.0011
    3.0011
    2.0011
    1.0011
  162.0011
  161.0011
  160.0011
  159.0011
  158.0011
  157.0011
  156.0011
  155.0011
  154.0011
  153.0011
  152.0011
  151.0011
  150.0011
  128.0011
  127.0011
  126.0011
  125.0011
  124.0011
  121.0011
  119.0011
  118.0011
  117.0011
  116.0011
  115.0011
  114.0011
  113.0011
  112.0011
  110.0011
  109.0011
  108.0011
  107.0011
  106.0011
  105.0011
   98.0011
   97.0011
   96.0011
   95.0011
   94.0011
   93.0011
   92.0011
   91.0011
   24.0011
   23.0011
   22.0011
   21.0011
   20.0011
   12.0011
  123.0011
  122.0011

>> version

ans =

7.9.0.529 (R2009b)



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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