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

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to