Scilab 5.3.3
Scilab help >> Graphics > Datatips > datatipSetStruct
datatipSetStruct
Stores the datatips data structure in the curve or surface entity.
Calling Sequence
datatipSetStruct(curve_handle,datatips_struct)
Arguments
- curve_handle
A handle on a curve or surface.
- datatips_struct
A tlist of type
datatips.
Description
datatipSetStruct stores the datatips data structure in the curve or surface
entity. This is a subsidiary functions which is not to be called directly.
See Also
- datatips — Tool for placing and editing tips along the plotted curves.
- datatipGetStruct — Extract the datatips data structure infrom the curve or surface entity.
Authors
- Serge Steer, INRIA
| << datatipSetOrientation | Datatips | datatipToggle >> |