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

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

[Octave-bug-tracker] [bug #31745] flipping images with hold on


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #31745] flipping images with hold on
Date: Wed, 08 Dec 2010 02:43:37 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10

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

I can confirm there is a second bug involved.

Notice the set/get sequence flips the order of the children.


octave:1> x = 0:0.1:10;
octave:2> h = plot (x,sin(x),x,cos(x))
h =
  -38.362
  -39.023
octave:3> get (gca, "children")
ans =
  -39.023
  -38.362
octave:4> set (gca, "children", get (gca, "children"));
octave:5> get (gca, "children")
ans =
  -38.362
  -39.023


I'll enter a new bug report.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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