<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Saved datatips cannot be restored correctly after reloading a diagram"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15465">bug 15465</a>
<br><br>
---------- Bug Summary ----------- <br>Saved datatips cannot be restored correctly after reloading a diagram <br><br>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>antoine.elias@scilab-enterprises.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Saved datatips cannot be restored correctly after reloading a diagram"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15465#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Saved datatips cannot be restored correctly after reloading a diagram"
href="http://bugzilla.scilab.org/show_bug.cgi?id=15465">bug 15465</a>
from <span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span></b>
<pre>Interpolated datatips used to be correctly saved and restored in Scilab 5.5.2.
Scilab 5 compatible code to reproduce:
f = scf(0);
clf
xy = 0.5+(1:10);
plot(xy, xy, "-*")
c = gce();
c = c.children;
datatipCreate(c,[5.3 5.3]);
xsave(TMPDIR+"/bug_15465.scg",0);
xdel(0);
xload(TMPDIR+"/bug_15465.scg",0);
d = gca();
d = d.children.children.datatips
d.data
So: This bug is a Scilab 6.0 REGRESSION</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>