Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
datatipGetEntities
Get all the entities compatible with datatips in the given axes.
Calling Sequence
curve_handles=datatipGetEntities(ax) curve_handles=datatipGetEntities()
Arguments
- ax
A handle on an axes entity. The default value is
gca()
- curve_handles
An array of handle on entities compatible with datatips.
Description
Get all the entities compatible with datatips in the given axes. In the current version only polyline entities are handled.
Examples
See Also
- datatips — Tool for placing and editing tips along the plotted curves.
Report an issue | ||
<< datatipCreate | Datatips | datatipGetStruct >> |