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

Change language to:
English - 日本語 - 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

Aide de Scilab >> Graphiques > Datatips > datatipGetEntities

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 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:
Thu Feb 14 14:59:58 CET 2019