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

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

[Octave-bug-tracker] [bug #39767] initial axes are not ordered properly


From: Rik
Subject: [Octave-bug-tracker] [bug #39767] initial axes are not ordered properly
Date: Tue, 13 Aug 2013 16:22:05 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

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

What is the behavior, i.e. Matlab, that we are looking for?

When I execute 


subplot(2,1,1); plot(rand(10,1)); subplot(2,1,2); plot(rand(10,1));
kids = get (gcf, 'children');
set (kids(1), 'color', 'g');
subplot(2,1,1); plot(rand(10,1)); subplot(2,1,2); plot(rand(10,1));
kids = get (gcf, 'children');
set (kids(1), 'color', 'g');


The bottom subplot, the last one plotted, turns green.  This is what I would
expect as it was the last plot done so its axes appears first, i.e., on top in
the list of children.


    _______________________________________________________

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]