<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello,<br>
<br>
I am trying to move an existing datatip with some instruction
instead of by hand interactively, but all my attempts failed:<br>
<ol>
<li>datatipMove(datatip) allows to move the given datatip, but
only interactively. It does not accept a second argument
providing the new coordinates where to move the datatip (and a
third one indicating the method to compute the actual anchor
position)<br>
<br>
</li>
<li>assigning directly datatip.data=... yields an error :
<a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/14936">http://bugzilla.scilab.org/14936</a><br>
<br>
</li>
<li>The only way that i found is to delete the datatip and to
create a new one at the new position. Not really proper... By
the way, i have not really found any proper code to delete a
datatip with Scilab 6 : datatipRemove(..) is no longer available
(only its page), and delete(datatip) leaves a ghost in the
curve.datatips vector of datatips :
<a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/14934">http://bugzilla.scilab.org/14934</a></li>
</ol>
<p>So, am i missing anything trivial -- or less trivial -- to simply
move a datatip with some instruction?<br>
</p>
<p>Thanks<br>
</p>
<p>Happy new year 2017 to all Scilabers!</p>
<p>Samuel<br>
<font face="Arial"><br>
</font></p>
</body>
</html>