Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.0 - 日本語

Change language to:
English - 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 manual >> Graphics Library > Datatips > datatipGetEntities

datatipGetEntities

指定した軸においてdatatipsを互換性があるエンティティを全て取得する.

呼び出し手順

curve_handles=datatipGetEntities(ax)
curve_handles=datatipGetEntities()

パラメータ

ax

軸エンティティのハンドル.デフォルト値は gca()

curve_handles

datatipsと互換性があるエンティティのハンドルの配列.

説明

指定した軸においてdatatipsを互換性があるエンティティを全て取得します. 現在のバージョンではポリラインエンティティのみが取得されます.

例s

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';

参照

作者

  • 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 Jan 26 16:25:12 CET 2011