Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.1.0 - Français


datatipGetEntities

Get all the entities compatible with datatips in the given axes.

Syntax

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
Report an issue
<< datatipCreate Datatips datatipManagerMode >>

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:
Mon May 22 12:39:43 CEST 2023