[Scilab-users] Instruction to move an existing datatip

Samuel Gougeon sgougeon at free.fr
Mon Jan 2 16:32:44 CET 2017


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?

Thanks

Happy new year 2017 to all Scilabers!

Samuel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170102/9fa6de62/attachment.htm>


More information about the users mailing list