Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.3 - English

Change language to:
Français - 日本語 - Português

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Graphics > Datatips > datatipGetEntities

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

clf();plot2d();
xarrows([3;2.72],[1.6;0.96],3,2);
xstring(3,1.6,'sin(t)')
curve_handles=datatipGetEntities()
curve_handles.visible='off';
curve_handles.visible='on';

See Also

  • datatips — Tool for placing and editing tips along the plotted curves.

Authors

  • Serge Steer, INRIA
<< datatipCreate Datatips datatipGetStruct >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Oct 05 12:09:59 CEST 2011