Scilab 5.4.0
- Scilab help
- Graphics
- Datatips
- datatipCreate
- datatipGetEntities
- datatipGetStruct
- datatipInitStruct
- datatipsRemoveAll
- datatipManagerMode
- datatipMove
- datatipRedraw
- datatipRemove
- datatipRemoveAll
- datatipSetDisplay
- datatipSetInterp
- datatipSetOrientation
- datatipSetStruct
- datatipSetStyle
- datatipToggle
- datatips
- orthProj
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
datatipGetEntities
指定した軸においてdatatipsを互換性があるエンティティを全て取得する.
呼び出し手順
curve_handles=datatipGetEntities(ax) curve_handles=datatipGetEntities()
パラメータ
- ax
軸エンティティのハンドル.デフォルト値は
gca()
- curve_handles
datatipsと互換性があるエンティティのハンドルの配列.
説明
指定した軸においてdatatipsを互換性があるエンティティを全て取得します. 現在のバージョンではポリラインエンティティのみが取得されます.
例s
参照
- datatips — プロットされた曲線に情報(tips)を配置,編集するためのツール.
Report an issue | ||
<< datatipCreate | Datatips | datatipGetStruct >> |