Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - Русский -
Scilabヘルプ >> Graphics > 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';

参照

  • datatips — プロットされた曲線に情報(tips)を配置,編集するためのツール.
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:35:29 CEST 2016