<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Reporter</th>
<td>Alain.Lamy@cnes.fr</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - "copy" does not work for a "Legend" entity"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13815">13815</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>"copy" does not work for a "Legend" entity
</td>
</tr>
<tr>
<th>Product</th>
<td>Scilab software
</td>
</tr>
<tr>
<th>Version</th>
<td>5.5.2 final version
</td>
</tr>
<tr>
<th>OS</th>
<td>All OS
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Blocker
</td>
</tr>
<tr>
<th>Component</th>
<td>Graphics
</td>
</tr>
<tr>
<th>Assignee</th>
<td>bugzilla.admin@scilab.org
</td>
</tr>
</table>
<p>
<div>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>