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

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

[Octave-bug-tracker] [bug #37747] copyobj inconsistent


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #37747] copyobj inconsistent
Date: Mon, 19 Nov 2012 08:24:28 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20100101 Firefox/16.0

Follow-up Comment #1, bug #37747 (project octave):

Thank you for testing. 
It looks like in ML the current axes is reset to its previous value when the
copy is made in the same figure. I will change that.

What if the copy is made inside a new figure? Can someone test this in ML :



figure (1)
plot (1:10);
ca = gca;
newax = copyobj (ca, figure (2))
ca2 = gca;
disp (ca == ca2) 


And what about copying figures :


figure (1)
cf = gcf;
newfig = copyobj (cf, 0)
cf2 = gcf;
disp (cf == cf2) 




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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