Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
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 >> |