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

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

[Octave-bug-tracker] [bug #41849] copyobj creates extra axes when copyin


From: sergey plotnikov
Subject: [Octave-bug-tracker] [bug #41849] copyobj creates extra axes when copying to a new figure
Date: Wed, 12 Mar 2014 19:35:27 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36

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

                 Summary: copyobj creates extra axes when copying to a new
figure
                 Project: GNU Octave
            Submitted by: nul0m
            Submitted on: Wed 12 Mar 2014 07:35:26 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:

The following example may simply highlight it:


ax = gca;
plot(1:10,sin(1:10));
newobj = copyobj(ax,figure());
findobj(gcf,'type','axes') == newobj


The problem might be solved by adding some condition before the line 49 of
copyobj.m.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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