[Bugzilla] [Bug 13815] New: "copy" does not work for a "Legend" entity

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Wed Apr 8 09:39:00 CEST 2015


http://bugzilla.scilab.org/show_bug.cgi?id=13815
--------- Bug Summary -----------
"copy" does not work for a "Legend" entity

---------- Changed by ------------
Alain.Lamy at cnes.fr

---------- What changed ----------
bug_id, short_desc, product, version, rep_platform, op_sys, bug_status, bug_severity, priority, component, assigned_to, reporter


            Bug ID: 13815
           Summary: "copy" does not work for a "Legend" entity
           Product: Scilab software
           Version: 5.5.2 final version
          Hardware: PC
                OS: All OS
            Status: NEW
          Severity: Blocker
          Priority: P5
         Component: Graphics
          Assignee: bugzilla.admin at scilab.org
          Reporter: Alain.Lamy at cnes.fr

BUG DESCRIPTION:
----------------
As a substitute for "relocate_handle" (which does not exist any more in 5.2.2), there is "copy". 
But "copy" does not always work, in particular for a "Legend" entity. 


ERROR LOG:
----------
NONE


HOW TO REPRODUCE THE BUG:
-------------------------
f = scf(); 
plot(1:10, 1:10); 
a = gca(); 
hl = legend(a, "xxx"); 


hl2 = copy(hl); 
// => hl2 is empty

b = newaxes(); 
hl2 = copy(hl, b); 
// => hl2 is empty


OTHER INFORMATION:
------------------
windows 7 - 32 bits

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20150408/79ccbea5/attachment.htm>


More information about the Bugzilla mailing list