[Scilab-users] Instruction to move an existing datatip

Samuel Gougeon sgougeon at free.fr
Sun Jan 8 18:56:06 CET 2017


Le 02/01/2017 16:32, Samuel Gougeon a écrit :
> Hello,
>
> I am trying to move an existing datatip with some instruction instead 
> of by hand interactively, but all my attempts failed:
>
>  1. 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)
>
>  2. assigning directly datatip.data=... yields an error :
>     http://bugzilla.scilab.org/14936
>
>  3. 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 : http://bugzilla.scilab.org/14934
>
> So, am i missing anything trivial -- or less trivial -- to simply move 
> a datatip with some instruction?
>


This missing feature is now reported there: 
http://bugzilla.scilab.org/14943

SG

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170108/10d45649/attachment.htm>


More information about the users mailing list