[Bugzilla] [Bug 15465] Samuel GOUGEON has changed cc

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Thu Mar 1 20:27:57 CET 2018


http://bugzilla.scilab.org/show_bug.cgi?id=15465
--------- Bug Summary -----------
Saved datatips cannot be restored correctly after reloading a diagram

---------- Changed by ------------
sgougeon at free.fr

---------- What changed ----------
cc


Samuel GOUGEON <sgougeon at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |antoine.elias at scilab-enterp
                   |                            |rises.com

--- Comment #4 from Samuel GOUGEON <sgougeon at free.fr> ---
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

-- 
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/20180301/92c8d263/attachment.htm>


More information about the Bugzilla mailing list